diff --git a/advisories/github-reviewed/2022/10/GHSA-hff2-x2j9-gxgv/GHSA-hff2-x2j9-gxgv.json b/advisories/github-reviewed/2022/10/GHSA-hff2-x2j9-gxgv/GHSA-hff2-x2j9-gxgv.json index 030ca395226..33b8c5fc6c3 100644 --- a/advisories/github-reviewed/2022/10/GHSA-hff2-x2j9-gxgv/GHSA-hff2-x2j9-gxgv.json +++ b/advisories/github-reviewed/2022/10/GHSA-hff2-x2j9-gxgv/GHSA-hff2-x2j9-gxgv.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-hff2-x2j9-gxgv", - "modified": "2024-09-24T20:54:20Z", + "modified": "2025-04-29T13:15:08Z", "published": "2022-10-28T19:19:42Z", "aliases": [ "CVE-2022-3500" ], "summary": "Keylime: unhandled exceptions could lead to invalid attestation states", - "details": "### Impact\n\nThis vulnerability creates a false sense of security for keylime users -- i.e. a user could query keylime and conclude that a parcitular node/agent is correctly attested, while attestations are not in fact taking place.\n\n**Short explanation**: the keylime verifier creates periodic reports on the state of each attested agent. The keylime verifier runs a set of python asynchronous processes to challenge attested nodes and create reports on the outcome. \n\nThe vulnerability consists of the above named python asynchronous processes failing silently, i.e. quitting without leaving behind a database entry, raising an error or producing even a mention of an error in a log. The silent failure can be triggered by a small set of transient network failure conditions; recoverable device driver crashes being one such condition we saw in the wild.\n\n### Patches\n\nThe problem is fixed in keylime starting with tag 6.5.1\n\n### Workarounds\n\nThis [patch](https://github.com/keylime/keylime/pull/1128/files) can be retroactively applied to any running keylime deployment.\nOnly running verifiers need to be patched.\nAfter the patch is applied, the keylime verifier needs to be restarted.\n\n### References\n\nThe problem, as well as the proposed fix, are described in detail [here](https://github.com/keylime/keylime/pull/1128).\nFurther details about the system where the bug was found, and the conditions in which the bug was found, are available from @galmasi on demand.\n\n### For more information\n\nIf you have any questions or comments about this [advisory](https://github.com/keylime/keylime/security/advisories/GHSA-hff2-x2j9-gxgv), please comment at the bottom of the advisory itself.\n", + "details": "### Impact\n\nThis vulnerability creates a false sense of security for keylime users -- i.e. a user could query keylime and conclude that a parcitular node/agent is correctly attested, while attestations are not in fact taking place.\n\n**Short explanation**: the keylime verifier creates periodic reports on the state of each attested agent. The keylime verifier runs a set of python asynchronous processes to challenge attested nodes and create reports on the outcome. \n\nThe vulnerability consists of the above named python asynchronous processes failing silently, i.e. quitting without leaving behind a database entry, raising an error or producing even a mention of an error in a log. The silent failure can be triggered by a small set of transient network failure conditions; recoverable device driver crashes being one such condition we saw in the wild.\n\n### Patches\n\nThe problem is fixed in keylime starting with tag 6.5.1\n\n### Workarounds\n\nThis [patch](https://github.com/keylime/keylime/pull/1128/files) can be retroactively applied to any running keylime deployment.\nOnly running verifiers need to be patched.\nAfter the patch is applied, the keylime verifier needs to be restarted.\n\n### References\n\nThe problem, as well as the proposed fix, are described in detail [here](https://github.com/keylime/keylime/pull/1128).\nFurther details about the system where the bug was found, and the conditions in which the bug was found, are available from @galmasi on demand.\n\n### For more information\n\nIf you have any questions or comments about this [advisory](https://github.com/keylime/keylime/security/advisories/GHSA-hff2-x2j9-gxgv), please comment at the bottom of the advisory itself.", "severity": [ { "type": "CVSS_V3", @@ -68,6 +68,18 @@ "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/keylime/PYSEC-2022-42995.yaml" }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PUTHMDVFNGGVPCNPOGULMJAAFEP7MEXP" + }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QX4XVCAUFGJ2I2NCTOKONTJGRJB2NBBT" + }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZQH5CJRX65QYMQN5WGUKKKE3IRJBWG5Z" + }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PUTHMDVFNGGVPCNPOGULMJAAFEP7MEXP" diff --git a/advisories/github-reviewed/2022/11/GHSA-9cx2-hj6m-fv58/GHSA-9cx2-hj6m-fv58.json b/advisories/github-reviewed/2022/11/GHSA-9cx2-hj6m-fv58/GHSA-9cx2-hj6m-fv58.json index 93b3f9d56f2..f61c41d9e27 100644 --- a/advisories/github-reviewed/2022/11/GHSA-9cx2-hj6m-fv58/GHSA-9cx2-hj6m-fv58.json +++ b/advisories/github-reviewed/2022/11/GHSA-9cx2-hj6m-fv58/GHSA-9cx2-hj6m-fv58.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-9cx2-hj6m-fv58", - "modified": "2023-09-20T10:17:35Z", + "modified": "2025-04-29T13:14:57Z", "published": "2022-11-21T23:58:20Z", "aliases": [ "CVE-2022-38724" diff --git a/advisories/github-reviewed/2022/11/GHSA-m2xp-jxfg-qq6g/GHSA-m2xp-jxfg-qq6g.json b/advisories/github-reviewed/2022/11/GHSA-m2xp-jxfg-qq6g/GHSA-m2xp-jxfg-qq6g.json index e240cf5dad0..b72e5b61955 100644 --- a/advisories/github-reviewed/2022/11/GHSA-m2xp-jxfg-qq6g/GHSA-m2xp-jxfg-qq6g.json +++ b/advisories/github-reviewed/2022/11/GHSA-m2xp-jxfg-qq6g/GHSA-m2xp-jxfg-qq6g.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-m2xp-jxfg-qq6g", - "modified": "2024-09-06T16:31:21Z", + "modified": "2025-04-29T13:14:27Z", "published": "2022-11-22T03:30:56Z", "aliases": [ "CVE-2022-43685" @@ -63,7 +63,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-287" + "CWE-287", + "CWE-862" ], "severity": "HIGH", "github_reviewed": true, diff --git a/advisories/github-reviewed/2022/11/GHSA-vvxf-r4vm-2vm6/GHSA-vvxf-r4vm-2vm6.json b/advisories/github-reviewed/2022/11/GHSA-vvxf-r4vm-2vm6/GHSA-vvxf-r4vm-2vm6.json index 128927d5ba9..07d876cf259 100644 --- a/advisories/github-reviewed/2022/11/GHSA-vvxf-r4vm-2vm6/GHSA-vvxf-r4vm-2vm6.json +++ b/advisories/github-reviewed/2022/11/GHSA-vvxf-r4vm-2vm6/GHSA-vvxf-r4vm-2vm6.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-vvxf-r4vm-2vm6", - "modified": "2022-11-23T18:47:52Z", + "modified": "2025-04-29T13:14:39Z", "published": "2022-11-21T23:59:56Z", "aliases": [ "CVE-2022-38462" @@ -40,10 +40,22 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38462" }, + { + "type": "WEB", + "url": "https://forum.silverstripe.org/c/releases" + }, { "type": "WEB", "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/CVE-2022-38462.yaml" }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/blog/tag/release" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases" + }, { "type": "WEB", "url": "https://www.silverstripe.org/download/security-releases/cve-2022-38462" diff --git a/advisories/github-reviewed/2025/04/GHSA-c8hm-hr8h-5xjw/GHSA-c8hm-hr8h-5xjw.json b/advisories/github-reviewed/2025/04/GHSA-c8hm-hr8h-5xjw/GHSA-c8hm-hr8h-5xjw.json index 84c9352f314..03009b6c849 100644 --- a/advisories/github-reviewed/2025/04/GHSA-c8hm-hr8h-5xjw/GHSA-c8hm-hr8h-5xjw.json +++ b/advisories/github-reviewed/2025/04/GHSA-c8hm-hr8h-5xjw/GHSA-c8hm-hr8h-5xjw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-c8hm-hr8h-5xjw", - "modified": "2025-04-28T21:02:23Z", + "modified": "2025-04-29T13:15:15Z", "published": "2025-04-28T21:02:23Z", "aliases": [ "CVE-2025-46343" @@ -40,6 +40,10 @@ "type": "WEB", "url": "https://github.com/n8n-io/n8n/security/advisories/GHSA-c8hm-hr8h-5xjw" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46343" + }, { "type": "WEB", "url": "https://github.com/n8n-io/n8n/pull/14350" @@ -64,6 +68,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-04-28T21:02:23Z", - "nvd_published_at": null + "nvd_published_at": "2025-04-29T05:15:47Z" } } \ No newline at end of file