Skip to content

Commit 1b64ba3

Browse files
1 parent 90e184b commit 1b64ba3

2 files changed

Lines changed: 82 additions & 44 deletions

File tree

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-gxvv-45f6-3ch8",
4+
"modified": "2026-02-28T02:15:59Z",
5+
"published": "2025-12-16T15:30:42Z",
6+
"aliases": [
7+
"CVE-2025-14443"
8+
],
9+
"summary": "openshift-apiserver: SSRF via Missing IP/Network-Range Validation in User-Supplied Image References",
10+
"details": "A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential Denial of Service (DoS) through Server-Side Request Forgery (SSRF) due to missing IP address and network-range validation when processing user-supplied image references.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/openshift/openshift-apiserver"
22+
},
23+
"versions": [
24+
"4.0.0-alpha.0"
25+
]
26+
},
27+
{
28+
"package": {
29+
"ecosystem": "Go",
30+
"name": "github.com/openshift/openshift-apiserver"
31+
},
32+
"ranges": [
33+
{
34+
"type": "ECOSYSTEM",
35+
"events": [
36+
{
37+
"introduced": "0"
38+
},
39+
{
40+
"last_affected": "0.0.0-alpha.0.0.20260130163947-0eb84cd66658"
41+
}
42+
]
43+
}
44+
]
45+
}
46+
],
47+
"references": [
48+
{
49+
"type": "ADVISORY",
50+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14443"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/openshift/openshift-apiserver/pull/591"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/openshift/openshift-apiserver/pull/599"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://access.redhat.com/security/cve/CVE-2025-14443"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420964"
67+
},
68+
{
69+
"type": "PACKAGE",
70+
"url": "https://github.com/openshift/openshift-apiserver"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-918"
76+
],
77+
"severity": "HIGH",
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2026-02-28T02:15:59Z",
80+
"nvd_published_at": "2025-12-16T13:15:56Z"
81+
}
82+
}

advisories/unreviewed/2025/12/GHSA-gxvv-45f6-3ch8/GHSA-gxvv-45f6-3ch8.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)