Skip to content

Commit

Permalink
adjust some haproxy cves
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Nov 11, 2024
1 parent 5c8eeb9 commit 6f8e096
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
34 changes: 34 additions & 0 deletions data/anchore/2016/CVE-2016-2102.json
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"
}
}
}
79 changes: 79 additions & 0 deletions data/anchore/2023/CVE-2023-0056.json
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"
}
]
}
}

0 comments on commit 6f8e096

Please sign in to comment.