Логотип exploitDog
bind:CVE-2022-21698
Консоль
Логотип exploitDog

exploitDog

bind:CVE-2022-21698

Количество 24

Количество 24

ubuntu логотип

CVE-2022-21698

больше 3 лет назад

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler...

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2022-21698

больше 3 лет назад

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler...

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2022-21698

больше 3 лет назад

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler th

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2022-21698

больше 1 года назад

CVSS3: 7.5
EPSS: Низкий
debian логотип

CVE-2022-21698

больше 3 лет назад

client_golang is the instrumentation library for Go applications in Pr ...

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:3745-1

больше 2 лет назад

Security update for golang-github-prometheus-node_exporter

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2140-1

почти 3 года назад

Security update for node_exporter

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2139-1

почти 3 года назад

Security update for golang-github-prometheus-alertmanager

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2137-1

почти 3 года назад

Security update for golang-github-prometheus-node_exporter

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:1435-1

около 3 лет назад

Security update for firewalld, golang-github-prometheus-prometheus

EPSS: Низкий
github логотип

GHSA-cg3q-j54f-5p7p

больше 3 лет назад

Uncontrolled Resource Consumption in promhttp

CVSS3: 7.5
EPSS: Низкий
fstec логотип

BDU:2022-05475

больше 3 лет назад

Уязвимость библиотеки client_golang приложения для мониторинга и оповещения о событиях Prometheus, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:3747-1

больше 2 лет назад

Security update for SUSE Manager Client Tools

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2839-1

почти 3 года назад

Security update for podman

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2834-1

почти 3 года назад

Security update for podman

EPSS: Низкий
rocky логотип

RLSA-2022:1762

около 3 лет назад

Important: container-tools:rhel8 security, bug fix, and enhancement update

EPSS: Низкий
oracle-oval логотип

ELSA-2022-1762

около 3 лет назад

ELSA-2022-1762: container-tools:ol8 security, bug fix, and enhancement update (IMPORTANT)

EPSS: Низкий
rocky логотип

RLSA-2022:7529

больше 2 лет назад

Moderate: container-tools:3.0 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2022-7529

больше 2 лет назад

ELSA-2022-7529: container-tools:3.0 security update (MODERATE)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2022:2134-1

почти 3 года назад

Security update for SUSE Manager Client Tools

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2022-21698

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler...

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
redhat логотип
CVE-2022-21698

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler...

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
nvd логотип
CVE-2022-21698

client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler th

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
msrc логотип
CVSS3: 7.5
0%
Низкий
больше 1 года назад
debian логотип
CVE-2022-21698

client_golang is the instrumentation library for Go applications in Pr ...

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
suse-cvrf логотип
SUSE-SU-2022:3745-1

Security update for golang-github-prometheus-node_exporter

0%
Низкий
больше 2 лет назад
suse-cvrf логотип
SUSE-SU-2022:2140-1

Security update for node_exporter

0%
Низкий
почти 3 года назад
suse-cvrf логотип
SUSE-SU-2022:2139-1

Security update for golang-github-prometheus-alertmanager

0%
Низкий
почти 3 года назад
suse-cvrf логотип
SUSE-SU-2022:2137-1

Security update for golang-github-prometheus-node_exporter

0%
Низкий
почти 3 года назад
suse-cvrf логотип
SUSE-SU-2022:1435-1

Security update for firewalld, golang-github-prometheus-prometheus

0%
Низкий
около 3 лет назад
github логотип
GHSA-cg3q-j54f-5p7p

Uncontrolled Resource Consumption in promhttp

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
fstec логотип
BDU:2022-05475

Уязвимость библиотеки client_golang приложения для мониторинга и оповещения о событиях Prometheus, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 7.5
0%
Низкий
больше 3 лет назад
suse-cvrf логотип
SUSE-SU-2022:3747-1

Security update for SUSE Manager Client Tools

больше 2 лет назад
suse-cvrf логотип
SUSE-SU-2022:2839-1

Security update for podman

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2022:2834-1

Security update for podman

почти 3 года назад
rocky логотип
RLSA-2022:1762

Important: container-tools:rhel8 security, bug fix, and enhancement update

около 3 лет назад
oracle-oval логотип
ELSA-2022-1762

ELSA-2022-1762: container-tools:ol8 security, bug fix, and enhancement update (IMPORTANT)

около 3 лет назад
rocky логотип
RLSA-2022:7529

Moderate: container-tools:3.0 security update

больше 2 лет назад
oracle-oval логотип
ELSA-2022-7529

ELSA-2022-7529: container-tools:3.0 security update (MODERATE)

больше 2 лет назад
suse-cvrf логотип
SUSE-SU-2022:2134-1

Security update for SUSE Manager Client Tools

почти 3 года назад

Уязвимостей на страницу