Skip to content

Commit b580e9f

Browse files
1 parent aa165f4 commit b580e9f

1 file changed

Lines changed: 33 additions & 7 deletions

File tree

advisories/unreviewed/2026/01/GHSA-m86r-wr74-693h/GHSA-m86r-wr74-693h.json renamed to advisories/github-reviewed/2026/01/GHSA-m86r-wr74-693h/GHSA-m86r-wr74-693h.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-m86r-wr74-693h",
4-
"modified": "2026-01-11T12:30:27Z",
4+
"modified": "2026-01-13T19:06:56Z",
55
"published": "2026-01-11T12:30:27Z",
66
"aliases": [
77
"CVE-2025-15506"
88
],
9+
"summary": "AcademySoftwareFoundation OpenColorIO has an out-of-bounds vulnerability",
910
"details": "A vulnerability was found in AcademySoftwareFoundation OpenColorIO up to 2.5.0. This issue affects the function ConvertToRegularExpression of the file src/OpenColorIO/FileRules.cpp. Performing a manipulation results in out-of-bounds read. The attack needs to be approached locally. The exploit has been made public and could be used. The patch is named ebdbb75123c9d5f4643e041314e2bc988a13f20d. To fix this issue, it is recommended to deploy a patch. The fix was added to the 2.5.1 milestone.",
1011
"severity": [
1112
{
@@ -14,10 +15,30 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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"
18+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "PyPI",
25+
"name": "opencolorio"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "2.5.1"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -35,6 +56,10 @@
3556
"type": "WEB",
3657
"url": "https://github.com/cozdas/OpenColorIO/commit/ebdbb75123c9d5f4643e041314e2bc988a13f20d"
3758
},
59+
{
60+
"type": "PACKAGE",
61+
"url": "https://github.com/AcademySoftwareFoundation/OpenColorIO"
62+
},
3863
{
3964
"type": "WEB",
4065
"url": "https://github.com/AcademySoftwareFoundation/OpenColorIO/milestone/11"
@@ -58,11 +83,12 @@
5883
],
5984
"database_specific": {
6085
"cwe_ids": [
61-
"CWE-119"
86+
"CWE-119",
87+
"CWE-125"
6288
],
63-
"severity": "MODERATE",
64-
"github_reviewed": false,
65-
"github_reviewed_at": null,
89+
"severity": "LOW",
90+
"github_reviewed": true,
91+
"github_reviewed_at": "2026-01-13T19:06:56Z",
6692
"nvd_published_at": "2026-01-11T11:15:49Z"
6793
}
6894
}

0 commit comments

Comments
 (0)