-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Weston Steimel <[email protected]>
- Loading branch information
1 parent
5c8eeb9
commit 6f8e096
Showing
2 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"additionalMetadata": { | ||
"cna": "redhat", | ||
"cveId": "CVE-2016-2102", | ||
"description": "HAProxy statistics in openstack-tripleo-image-elements are non-authenticated over the network.", | ||
"reason": "Remove HAProxy as affected product since this was specific to openstack tripleo-image-elements", | ||
"references": [ | ||
"https://bugzilla.redhat.com/show_bug.cgi?id=1311145" | ||
] | ||
}, | ||
"adp": { | ||
"affected": [ | ||
{ | ||
"cpes": [ | ||
"cpe:2.3:a:openstack:tripleo-image-elements:*:*:*:*:*:*:*:*" | ||
], | ||
"product": "tripleo-image-elements", | ||
"vendor": "openstack", | ||
"versions": [ | ||
{ | ||
"lessThanOrEqual": "*", | ||
"status": "affected", | ||
"version": "0", | ||
"versionType": "custom" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "00000000-0000-4000-8000-000000000000", | ||
"shortName": "anchoreadp" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"additionalMetadata": { | ||
"cna": "redhat", | ||
"cveId": "CVE-2023-0056", | ||
"description": "An uncontrolled resource consumption vulnerability was discovered in HAProxy which could crash the service. This issue could allow an authenticated remote attacker to run a specially crafted malicious server in an OpenShift cluster. The biggest impact is to availability.", | ||
"reason": "Add affected versions", | ||
"references": [ | ||
"https://access.redhat.com/security/cve/CVE-2023-0056" | ||
] | ||
}, | ||
"adp": { | ||
"affected": [ | ||
{ | ||
"cpes": [ | ||
"cpe:2.3:a:haproxy:haproxy:*:*:*:*:*:*:*:*" | ||
], | ||
"product": "haproxy", | ||
"repo": "https://github.com/haproxy/haproxy", | ||
"vendor": "haproxy", | ||
"versions": [ | ||
{ | ||
"lessThan": "2.8-dev1", | ||
"status": "affected", | ||
"version": "2.8-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.7.2", | ||
"status": "affected", | ||
"version": "2.7-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.6.8", | ||
"status": "affected", | ||
"version": "2.6-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.5.11", | ||
"status": "affected", | ||
"version": "2.5-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.4.21", | ||
"status": "affected", | ||
"version": "2.3-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.2.27", | ||
"status": "affected", | ||
"version": "2.2-dev0", | ||
"versionType": "custom" | ||
}, | ||
{ | ||
"lessThan": "2.0.31", | ||
"status": "affected", | ||
"version": "0", | ||
"versionType": "custom" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "00000000-0000-4000-8000-000000000000", | ||
"shortName": "anchoreadp" | ||
}, | ||
"references": [ | ||
{ | ||
"url": "https://security-tracker.debian.org/tracker/CVE-2023-0056" | ||
}, | ||
{ | ||
"url": "https://github.com/haproxy/haproxy/issues/1972" | ||
} | ||
] | ||
} | ||
} |