From 0d4af621f17a972a5b4ae26c763632d2db123bc4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:40:24 +0000 Subject: [PATCH] Publish Advisories GHSA-6vx8-pcwv-xhf4 GHSA-pr59-jjr4-gcf6 --- .../GHSA-6vx8-pcwv-xhf4.json | 65 +++++++++++++++++++ .../GHSA-pr59-jjr4-gcf6.json | 50 ++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 advisories/github-reviewed/2025/06/GHSA-6vx8-pcwv-xhf4/GHSA-6vx8-pcwv-xhf4.json create mode 100644 advisories/github-reviewed/2025/06/GHSA-pr59-jjr4-gcf6/GHSA-pr59-jjr4-gcf6.json diff --git a/advisories/github-reviewed/2025/06/GHSA-6vx8-pcwv-xhf4/GHSA-6vx8-pcwv-xhf4.json b/advisories/github-reviewed/2025/06/GHSA-6vx8-pcwv-xhf4/GHSA-6vx8-pcwv-xhf4.json new file mode 100644 index 00000000000..1c195cc7af4 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-6vx8-pcwv-xhf4/GHSA-6vx8-pcwv-xhf4.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6vx8-pcwv-xhf4", + "modified": "2025-06-05T00:38:20Z", + "published": "2025-06-05T00:38:20Z", + "aliases": [ + "CVE-2025-48994" + ], + "summary": "SignXML's signature verification with HMAC is vulnerable to an algorithm confusion attack", + "details": "When verifying signatures with X509 certificate validation turned off and HMAC shared secret set (`signxml.XMLVerifier.verify(require_x509=False, hmac_key=...`), prior versions of SignXML are vulnerable to a potential algorithm confusion attack. Unless the user explicitly limits the expected signature algorithms using the `signxml.XMLVerifier.verify(expect_config=...)` setting, an attacker may supply a signature unexpectedly signed with a key other than the provided HMAC key, using a different (asymmetric key) signature algorithm.\n\nStarting with signxml 4.0.4, specifying `hmac_key` causes the set of accepted signature algorithms to be restricted to HMAC only, if not already restricted by the user.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "signxml" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.0.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/XML-Security/signxml/security/advisories/GHSA-6vx8-pcwv-xhf4" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48994" + }, + { + "type": "WEB", + "url": "https://github.com/XML-Security/signxml/commit/e3c0c2b82a3329a65d917830657649c98b8c7600" + }, + { + "type": "PACKAGE", + "url": "https://github.com/XML-Security/signxml" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-303" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-05T00:38:20Z", + "nvd_published_at": "2025-06-02T17:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/06/GHSA-pr59-jjr4-gcf6/GHSA-pr59-jjr4-gcf6.json b/advisories/github-reviewed/2025/06/GHSA-pr59-jjr4-gcf6/GHSA-pr59-jjr4-gcf6.json new file mode 100644 index 00000000000..f3f2ceaa532 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-pr59-jjr4-gcf6/GHSA-pr59-jjr4-gcf6.json @@ -0,0 +1,50 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pr59-jjr4-gcf6", + "modified": "2025-06-05T00:39:55Z", + "published": "2025-06-05T00:39:55Z", + "aliases": [], + "summary": "anon-vec lacks sufficient checks in public API", + "details": "The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments::\n\n- `AnonVec::get_ref()`\n- `AnonVec::get_mut()`\n- `AnonVec::remove_get()`\n\nThe crate was built as a learning project and is not being maintained.", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "anon-vec" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/RylanYancey/anon-vec" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2025-0039.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-06-05T00:39:55Z", + "nvd_published_at": null + } +} \ No newline at end of file