From 1629678b045a802ffdf76d71d7e917d7445c2aee Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:32:21 +0000 Subject: [PATCH] Publish GHSA-xpfq-7j72-x4px --- .../GHSA-xpfq-7j72-x4px.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 advisories/unreviewed/2025/04/GHSA-xpfq-7j72-x4px/GHSA-xpfq-7j72-x4px.json diff --git a/advisories/unreviewed/2025/04/GHSA-xpfq-7j72-x4px/GHSA-xpfq-7j72-x4px.json b/advisories/unreviewed/2025/04/GHSA-xpfq-7j72-x4px/GHSA-xpfq-7j72-x4px.json new file mode 100644 index 00000000000..0ddcf310d97 --- /dev/null +++ b/advisories/unreviewed/2025/04/GHSA-xpfq-7j72-x4px/GHSA-xpfq-7j72-x4px.json @@ -0,0 +1,39 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xpfq-7j72-x4px", + "modified": "2025-04-13T00:30:22Z", + "published": "2025-04-13T00:30:22Z", + "aliases": [ + "CVE-2025-2814" + ], + "details": "Crypt::CBC versions between 1.21 and 3.04 for Perl may use the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions.\n\nThis issue affects operating systems where \"/dev/urandom'\" is unavailable.  In that case, Crypt::CBC will fallback to use the insecure rand() function.", + "severity": [], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2814" + }, + { + "type": "WEB", + "url": "https://metacpan.org/dist/Crypt-CBC/source/lib/Crypt/CBC.pm#L777" + }, + { + "type": "WEB", + "url": "https://perldoc.perl.org/functions/rand" + }, + { + "type": "WEB", + "url": "https://security.metacpan.org/docs/guides/random-data-for-security.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-338" + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-04-13T00:15:14Z" + } +} \ No newline at end of file