cvelist/2025/40xxx/CVE-2025-40906.json
2025-05-16 16:00:37 +00:00

109 lines
4.0 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-40906",
"ASSIGNER": "cve-request@security.metacpan.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "BSON::XS versions 0.8.4 and earlier for Perl includes a bundled libbson 1.1.7, which has several vulnerabilities.\n\nThose include CVE-2017-14227, CVE-2018-16790, CVE-2023-0437, CVE-2024-6381, CVE-2024-6383, and CVE-2025-0755. \n\nBSON-XS was the official Perl XS implementation of MongoDB's BSON serialization, but this distribution has reached its end of life as of August 13, 2020 and is no longer supported."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1395 Dependency on Vulnerable Third-Party Component",
"cweId": "CWE-1395"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-1104 Use of Unmaintained Third Party Components",
"cweId": "CWE-1104"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "MONGODB",
"product": {
"product_data": [
{
"product_name": "BSON::XS",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0",
"version_value": "0.8.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00012.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2025/05/msg00012.html"
},
{
"url": "https://www.mongodb.com/community/forums/t/mongodb-perl-driver-end-of-life/7890",
"refsource": "MISC",
"name": "https://www.mongodb.com/community/forums/t/mongodb-perl-driver-end-of-life/7890"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
},
"solution": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Manually remove the bundled version of libbson, update the \"bson\" folder with an up-to-date version of libbson's source code and try building against it."
}
],
"value": "Manually remove the bundled version of libbson, update the \"bson\" folder with an up-to-date version of libbson's source code and try building against it."
},
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Consider using a security patched version of BSON::XS from a downstream packager or OS distribution."
}
],
"value": "Consider using a security patched version of BSON::XS from a downstream packager or OS distribution."
}
]
}