"-Synchronized-Data."

This commit is contained in:
CVE Team 2025-04-05 16:00:31 +00:00
parent 3c7a4bf023
commit 9211366ba8
No known key found for this signature in database
GPG Key ID: BC5FD8F2443B23B7

View File

@ -1,18 +1,97 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2024-57868",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "cve-request@security.metacpan.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Web::API 2.8 and earlier for Perl uses the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions.\n\nSpecifically Web::API uses the Data::Random library which specifically states that it is \"Useful mostly for test programs\". Data::Random uses the rand() function."
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)",
"cweId": "CWE-338"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "LEV",
"product": {
"product_data": [
{
"product_name": "Web::API",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0",
"version_value": "2.8"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://perldoc.perl.org/functions/rand",
"refsource": "MISC",
"name": "https://perldoc.perl.org/functions/rand"
},
{
"url": "https://security.metacpan.org/docs/guides/random-data-for-security.html",
"refsource": "MISC",
"name": "https://security.metacpan.org/docs/guides/random-data-for-security.html"
},
{
"url": "https://metacpan.org/release/BAREFOOT/Data-Random-0.13/source/lib/Data/Random.pm#L537",
"refsource": "MISC",
"name": "https://metacpan.org/release/BAREFOOT/Data-Random-0.13/source/lib/Data/Random.pm#L537"
},
{
"url": "https://metacpan.org/dist/Web-API/source/lib/Web/API.pm#L20",
"refsource": "MISC",
"name": "https://metacpan.org/dist/Web-API/source/lib/Web/API.pm#L20"
},
{
"url": "https://metacpan.org/dist/Web-API/source/lib/Web/API.pm#L348",
"refsource": "MISC",
"name": "https://metacpan.org/dist/Web-API/source/lib/Web/API.pm#L348"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
},
"credits": [
{
"lang": "en",
"value": "Robert Rothenberg (RRWO)"
}
]
}