Логотип exploitDog
bind:"GHSA-c6gw-w398-hv78" OR bind:"CVE-2025-27144"
Консоль
Логотип exploitDog

exploitDog

bind:"GHSA-c6gw-w398-hv78" OR bind:"CVE-2025-27144"

Количество 27

Количество 27

github логотип

GHSA-c6gw-w398-hv78

4 месяца назад

DoS in go-jose Parsing

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

CVE-2025-27144

4 месяца назад

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

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

CVE-2025-27144

4 месяца назад

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

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

CVE-2025-27144

4 месяца назад

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

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

CVE-2025-27144

4 месяца назад

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

CVE-2025-27144

4 месяца назад

Go JOSE provides an implementation of the Javascript Object Signing an ...

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

openSUSE-SU-2025:0080-1

4 месяца назад

Security update for trivy

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

SUSE-SU-2025:1011-1

3 месяца назад

Security update for grafana

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

SUSE-SU-2025:0812-1

3 месяца назад

Security update for buildah

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

SUSE-SU-2025:0811-1

3 месяца назад

Security update for buildah

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

SUSE-SU-2025:0786-1

4 месяца назад

Security update for podman

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

SUSE-SU-2025:0785-1

4 месяца назад

Security update for podman

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

SUSE-SU-2025:0772-1

4 месяца назад

Security update for skopeo

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

ELSA-2025-7397

около 1 месяца назад

ELSA-2025-7397: skopeo security update (MODERATE)

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

ELSA-2025-7389

около 1 месяца назад

ELSA-2025-7389: buildah security update (MODERATE)

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

SUSE-SU-2025:1018-1

3 месяца назад

Security update for buildah

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

SUSE-SU-2025:1017-1

3 месяца назад

Security update for buildah

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

SUSE-SU-2025:1014-1

3 месяца назад

Security update for buildah

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

SUSE-SU-2025:0813-1

3 месяца назад

Security update for buildah

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

ELSA-2025-7391

около 1 месяца назад

ELSA-2025-7391: podman security update (IMPORTANT)

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-c6gw-w398-hv78

DoS in go-jose Parsing

0%
Низкий
4 месяца назад
ubuntu логотип
CVE-2025-27144

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

0%
Низкий
4 месяца назад
redhat логотип
CVE-2025-27144

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

CVSS3: 7.5
0%
Низкий
4 месяца назад
nvd логотип
CVE-2025-27144

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.

0%
Низкий
4 месяца назад
msrc логотип
0%
Низкий
4 месяца назад
debian логотип
CVE-2025-27144

Go JOSE provides an implementation of the Javascript Object Signing an ...

0%
Низкий
4 месяца назад
suse-cvrf логотип
openSUSE-SU-2025:0080-1

Security update for trivy

0%
Низкий
4 месяца назад
suse-cvrf логотип
SUSE-SU-2025:1011-1

Security update for grafana

0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0812-1

Security update for buildah

0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0811-1

Security update for buildah

0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0786-1

Security update for podman

0%
Низкий
4 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0785-1

Security update for podman

0%
Низкий
4 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0772-1

Security update for skopeo

0%
Низкий
4 месяца назад
oracle-oval логотип
ELSA-2025-7397

ELSA-2025-7397: skopeo security update (MODERATE)

около 1 месяца назад
oracle-oval логотип
ELSA-2025-7389

ELSA-2025-7389: buildah security update (MODERATE)

около 1 месяца назад
suse-cvrf логотип
SUSE-SU-2025:1018-1

Security update for buildah

3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:1017-1

Security update for buildah

3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:1014-1

Security update for buildah

3 месяца назад
suse-cvrf логотип
SUSE-SU-2025:0813-1

Security update for buildah

3 месяца назад
oracle-oval логотип
ELSA-2025-7391

ELSA-2025-7391: podman security update (IMPORTANT)

около 1 месяца назад

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