Skip to content

Commit 63ef58a

Browse files
committed
add libxml2 cve
Signed-off-by: Weston Steimel <[email protected]>
1 parent b3b2feb commit 63ef58a

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

Diff for: data/anchore/2025/CVE-2025-29087.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{
2828
"lessThan": "3.49.1",
2929
"status": "affected",
30+
"version": "0",
3031
"versionType": "custom"
3132
}
3233
]

Diff for: data/anchore/2025/CVE-2025-32414.json

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"additionalMetadata": {
3+
"cna": "mitre",
4+
"cveId": "CVE-2025-32414",
5+
"description": "In libxml2 before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API (Python bindings) because of an incorrect return value. This occurs in xmlPythonFileRead and xmlPythonFileReadRaw because of a difference between bytes and characters.",
6+
"needsReview": true,
7+
"reason": "Added CPE configurations because not yet analyzed by NVD.",
8+
"references": [
9+
"https://gitlab.gnome.org/GNOME/libxml2/-/issues/889"
10+
],
11+
"upstream": {
12+
"datePublished": "2025-04-08T00:00:00.000Z",
13+
"dateReserved": "2025-04-08T00:00:00.000Z",
14+
"dateUpdated": "2025-04-09T14:57:02.635Z",
15+
"digest": "29f677a3726d4899d337fddeeb4d6a4885bc6728157175366be7fe13076234d4"
16+
}
17+
},
18+
"adp": {
19+
"affected": [
20+
{
21+
"cpes": [
22+
"cpe:2.3:a:xmlsoft:libxml2:*:*:*:*:*:*:*:*"
23+
],
24+
"product": "libxml2",
25+
"repo": "https://gitlab.gnome.org/GNOME/libxml2",
26+
"vendor": "xmlsoft",
27+
"versions": [
28+
{
29+
"lessThan": "2.13.8",
30+
"status": "affected",
31+
"version": "0",
32+
"versionType": "semver"
33+
},
34+
{
35+
"lessThan": "2.14.2",
36+
"status": "affected",
37+
"version": "2.14.0",
38+
"versionType": "semver"
39+
}
40+
]
41+
}
42+
],
43+
"providerMetadata": {
44+
"orgId": "00000000-0000-4000-8000-000000000000",
45+
"shortName": "anchoreadp"
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)