diff --git a/advisories/github-reviewed/2021/05/GHSA-wjm3-fq3r-5x46/GHSA-wjm3-fq3r-5x46.json b/advisories/github-reviewed/2021/05/GHSA-wjm3-fq3r-5x46/GHSA-wjm3-fq3r-5x46.json index 0aa82aa4acc..a7b4d186439 100644 --- a/advisories/github-reviewed/2021/05/GHSA-wjm3-fq3r-5x46/GHSA-wjm3-fq3r-5x46.json +++ b/advisories/github-reviewed/2021/05/GHSA-wjm3-fq3r-5x46/GHSA-wjm3-fq3r-5x46.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wjm3-fq3r-5x46", - "modified": "2023-08-30T11:38:17Z", + "modified": "2024-05-20T21:31:34Z", "published": "2021-05-18T21:07:54Z", "aliases": [ "CVE-2020-36066" diff --git a/advisories/github-reviewed/2021/06/GHSA-56hp-xqp3-w2jf/GHSA-56hp-xqp3-w2jf.json b/advisories/github-reviewed/2021/06/GHSA-56hp-xqp3-w2jf/GHSA-56hp-xqp3-w2jf.json index 270f13c6ea8..e0a2829156d 100644 --- a/advisories/github-reviewed/2021/06/GHSA-56hp-xqp3-w2jf/GHSA-56hp-xqp3-w2jf.json +++ b/advisories/github-reviewed/2021/06/GHSA-56hp-xqp3-w2jf/GHSA-56hp-xqp3-w2jf.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-56hp-xqp3-w2jf", - "modified": "2023-08-30T18:45:08Z", + "modified": "2024-05-20T21:31:06Z", "published": "2021-06-23T18:14:15Z", "aliases": [ - + "CVE-2021-32690" ], "summary": "Helm passes repository credentials to alternate domain", "details": "While working on the Helm source, a Helm core maintainer discovered a situation where the username and password credentials associated with a Helm repository could be passed on to another domain referenced by that Helm repository.\n\n### Impact\n\nThe `index.yaml` within a Helm chart repository contains a reference where to get the chart archive for each version of a chart. The reference can be relative to the `index.yaml` file or a URL to location. The URL can point to any domain and this is a feature leveraged by Helm users. For example, an `index.yaml` file can be hosted on GitHub pages while the chart archives are hosted as GitHub releases. These are on different domain names and the `index.yaml` file points to the other domain.\n\nWhen a username and password were associated with a Helm repository the username and password were also passed on to other domains referenced in the `index.yaml` file. This occurred when Helm went to retrieve a specific chart archive on the other domain.\n\n### Patches\n\nThis issue has been resolved in 3.6.1.\n\nThere is a slight behavior change to credential handling with regard to repositories. Usernames and passwords are only passed to the URL location of the Helm repository by default. The username and password are scoped to the scheme, host, and port of the Helm repository. To pass the username and password to other domains Helm may encounter when it goes to retrieve a chart, the new `--pass-credentials` flag can be used. This flag restores the old behavior for a single repository as an opt-in behavior.\n\n### Workarounds\n\nIf you use a username and password for a Helm repository you can audit the Helm repository in order to check for another domain being used that could have received the credentials. In the `index.yaml` file for that repository, look for another domain in the `urls` list for the chart versions. If there is another domain found and that chart version was pulled or installed the credentials would have been passed on.\n\n### For more information\n\nHelm's security policy is spelled out in detail in our [SECURITY](https://github.com/helm/community/blob/master/SECURITY.md) document.\n", @@ -45,10 +45,6 @@ "type": "WEB", "url": "https://github.com/helm/helm/commit/61d8e8c4a6f95540c15c6a65f36a6dd0a45e7a2f" }, - { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-56hp-xqp3-w2jf" - }, { "type": "PACKAGE", "url": "https://github.com/helm/helm" diff --git a/advisories/github-reviewed/2022/05/GHSA-39qc-96h7-956f/GHSA-39qc-96h7-956f.json b/advisories/github-reviewed/2022/05/GHSA-39qc-96h7-956f/GHSA-39qc-96h7-956f.json index f4074bb3d55..1493538abfa 100644 --- a/advisories/github-reviewed/2022/05/GHSA-39qc-96h7-956f/GHSA-39qc-96h7-956f.json +++ b/advisories/github-reviewed/2022/05/GHSA-39qc-96h7-956f/GHSA-39qc-96h7-956f.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-39qc-96h7-956f", - "modified": "2023-09-29T17:03:45Z", + "modified": "2024-05-20T21:30:41Z", "published": "2022-05-24T16:53:19Z", "aliases": [ "CVE-2019-9514" diff --git a/advisories/github-reviewed/2022/05/GHSA-hgr8-6h9x-f7q9/GHSA-hgr8-6h9x-f7q9.json b/advisories/github-reviewed/2022/05/GHSA-hgr8-6h9x-f7q9/GHSA-hgr8-6h9x-f7q9.json index 923df70dd9f..646f785428a 100644 --- a/advisories/github-reviewed/2022/05/GHSA-hgr8-6h9x-f7q9/GHSA-hgr8-6h9x-f7q9.json +++ b/advisories/github-reviewed/2022/05/GHSA-hgr8-6h9x-f7q9/GHSA-hgr8-6h9x-f7q9.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hgr8-6h9x-f7q9", - "modified": "2023-09-29T16:45:58Z", + "modified": "2024-05-20T21:30:32Z", "published": "2022-05-24T16:53:17Z", "aliases": [ "CVE-2019-9512" diff --git a/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json b/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json index f096f2de736..00e8f10460a 100644 --- a/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json +++ b/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-x279-68rr-jp4p", - "modified": "2022-10-07T07:25:33Z", + "modified": "2024-05-20T21:32:00Z", "published": "2022-10-07T07:25:33Z", "aliases": [ diff --git a/advisories/unreviewed/2022/05/GHSA-hp3g-5vj7-7hgc/GHSA-hp3g-5vj7-7hgc.json b/advisories/unreviewed/2022/05/GHSA-hp3g-5vj7-7hgc/GHSA-hp3g-5vj7-7hgc.json index 49dc1e09e5e..d363f7e1932 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp3g-5vj7-7hgc/GHSA-hp3g-5vj7-7hgc.json +++ b/advisories/unreviewed/2022/05/GHSA-hp3g-5vj7-7hgc/GHSA-hp3g-5vj7-7hgc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hp3g-5vj7-7hgc", - "modified": "2022-12-19T18:30:25Z", + "modified": "2024-05-20T21:31:09Z", "published": "2022-05-24T17:05:56Z", "aliases": [ "CVE-2019-20180" @@ -21,6 +21,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20180" }, + { + "type": "WEB", + "url": "https://medium.com/%40Pablo0xSantiago/cve-2019-20180-tablepress-version-1-9-2-csv-injection-65309fcc8be8" + }, { "type": "WEB", "url": "https://medium.com/@Pablo0xSantiago/cve-2019-20180-tablepress-version-1-9-2-csv-injection-65309fcc8be8" diff --git a/advisories/unreviewed/2024/05/GHSA-35hc-25v2-p75r/GHSA-35hc-25v2-p75r.json b/advisories/unreviewed/2024/05/GHSA-35hc-25v2-p75r/GHSA-35hc-25v2-p75r.json new file mode 100644 index 00000000000..96363c765bd --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-35hc-25v2-p75r/GHSA-35hc-25v2-p75r.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-35hc-25v2-p75r", + "modified": "2024-05-20T21:31:09Z", + "published": "2024-05-20T21:31:09Z", + "aliases": [ + "CVE-2024-29000" + ], + "details": "The SolarWinds Platform was determined to be affected by a reflected cross-site scripting vulnerability affecting the web console. A high-privileged user and user interaction is required to exploit this vulnerability. ", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29000" + }, + { + "type": "WEB", + "url": "https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2024-1-1_release_notes.htm" + }, + { + "type": "WEB", + "url": "https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-29000" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-20T19:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-c45j-7735-f4r2/GHSA-c45j-7735-f4r2.json b/advisories/unreviewed/2024/05/GHSA-c45j-7735-f4r2/GHSA-c45j-7735-f4r2.json new file mode 100644 index 00000000000..dc6d811c42b --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-c45j-7735-f4r2/GHSA-c45j-7735-f4r2.json @@ -0,0 +1,39 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c45j-7735-f4r2", + "modified": "2024-05-20T21:31:09Z", + "published": "2024-05-20T21:31:09Z", + "aliases": [ + "CVE-2024-33900" + ], + "details": "KeePassXC 2.7.7 allows attackers to recover cleartext credentials.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-33900" + }, + { + "type": "WEB", + "url": "https://gist.github.com/Fastor01/30c6d89c842feb1865ec2cd2d3806838" + }, + { + "type": "WEB", + "url": "https://keepassxc.org/blog" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-20T21:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/05/GHSA-g437-xqhv-c7mq/GHSA-g437-xqhv-c7mq.json b/advisories/unreviewed/2024/05/GHSA-g437-xqhv-c7mq/GHSA-g437-xqhv-c7mq.json new file mode 100644 index 00000000000..88d79c98ae8 --- /dev/null +++ b/advisories/unreviewed/2024/05/GHSA-g437-xqhv-c7mq/GHSA-g437-xqhv-c7mq.json @@ -0,0 +1,39 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g437-xqhv-c7mq", + "modified": "2024-05-20T21:31:09Z", + "published": "2024-05-20T21:31:09Z", + "aliases": [ + "CVE-2024-33901" + ], + "details": "Issue in KeePassXC 2.7.7 allows an attacker to recover some passwords stored in the .kdbx database.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-33901" + }, + { + "type": "WEB", + "url": "https://gist.github.com/Fastor01/30c6d89c842feb1865ec2cd2d3806838" + }, + { + "type": "WEB", + "url": "https://keepassxc.org/blog" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-05-20T21:15:09Z" + } +} \ No newline at end of file