Skip to content

Commit c0bf39d

Browse files
1 parent 4fb1554 commit c0bf39d

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

advisories/unreviewed/2025/11/GHSA-mwcc-7vpp-xmv9/GHSA-mwcc-7vpp-xmv9.json renamed to advisories/github-reviewed/2025/11/GHSA-mwcc-7vpp-xmv9/GHSA-mwcc-7vpp-xmv9.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mwcc-7vpp-xmv9",
4-
"modified": "2025-11-19T00:31:24Z",
4+
"modified": "2025-11-19T18:54:37Z",
55
"published": "2025-11-19T00:31:24Z",
66
"aliases": [
77
"CVE-2025-12119"
88
],
9+
"summary": "MongoDB driver extension affected by mongoc_bulk_operation_t's read of invalid memory",
910
"details": "A mongoc_bulk_operation_t may read invalid memory if large options are passed.",
1011
"severity": [
1112
{
@@ -17,12 +18,36 @@
1718
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
1819
}
1920
],
20-
"affected": [],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "Packagist",
25+
"name": "mongodb/mongodb-extension"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "1.21.2"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
2445
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12119"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/mongodb/mongo-php-driver/commit/fa5b43366407bc0e5b0a919ed374decd9022b2f9"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.6"
@@ -31,18 +56,26 @@
3156
"type": "WEB",
3257
"url": "https://github.com/mongodb/mongo-c-driver/releases/tag/2.1.2"
3358
},
59+
{
60+
"type": "PACKAGE",
61+
"url": "https://github.com/mongodb/mongo-php-driver"
62+
},
3463
{
3564
"type": "WEB",
3665
"url": "https://github.com/mongodb/mongo-php-driver/releases/tag/1.21.2"
66+
},
67+
{
68+
"type": "WEB",
69+
"url": "https://jira.mongodb.org/browse/PHPC-2637"
3770
}
3871
],
3972
"database_specific": {
4073
"cwe_ids": [
4174
"CWE-825"
4275
],
4376
"severity": "MODERATE",
44-
"github_reviewed": false,
45-
"github_reviewed_at": null,
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-11-19T18:54:37Z",
4679
"nvd_published_at": "2025-11-18T22:15:45Z"
4780
}
4881
}

0 commit comments

Comments
 (0)