Lucene search
+L

1190 matches found

OSV
OSV
added 2025/02/24 11:15 p.m.8 views

AZL-57168 CVE-2025-27144 affecting package packer for versions less than 1.9.5-6

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.8 views

AZL-57105 CVE-2025-27144 affecting package ig for versions less than 0.37.0-3

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.10 views

AZL-57132 CVE-2025-27144 affecting package containerized-data-importer for versions less than 1.57.0-13

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.12 views

AZL-57111 CVE-2025-27144 affecting package cri-o 1.30.1-1

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.8 views

AZL-57186 CVE-2025-27144 affecting package skopeo for versions less than 1.14.2-10

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.2 views

AZL-57126 CVE-2025-27144 affecting package cert-manager for versions less than 1.12.15-2

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.6 views

AZL-57162 CVE-2025-27144 affecting package packer for versions less than 1.9.5-10

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/24 11:15 p.m.18 views

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...

8.7CVSS6.8AI score0.00385EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/24 10:49 p.m.9 views

GHSA-C6GW-W398-HV78 DoS in go-jose Parsing

Impact When parsing compact JWS or JWE input, go-jose could use excessive memory. The code used strings.Splittoken, "." 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...

6.9CVSS6AI score0.00385EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2025/02/24 10:49 p.m.28 views

DoS in go-jose Parsing

Impact When parsing compact JWS or JWE input, go-jose could use excessive memory. The code used strings.Splittoken, "." 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...

8.7CVSS7.1AI score0.00385EPSS
SaveExploits0References7Affected Software3
Cvelist
Cvelist
added 2025/02/24 10:22 p.m.22 views

CVE-2025-27144 Go JOSE's Parsing Vulnerable to Denial of Service

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...

8.7CVSS0.00385EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/24 10:22 p.m.15 views

CVE-2025-27144 Go JOSE's Parsing Vulnerable to Denial of Service

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...

8.7CVSS6.5AI score0.00385EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/24 10:22 p.m.2164 views

CVE-2025-27144

CVE-2025-27144 targets Go JOSE 4.x prior to 4.0.5, where parsing compact JWS/JWE input with strings.Split(token, ".") can cause memory exhaustion and DoS. The fixed version is 4.0.5; workaround is pre-validating payloads to avoid excessive dots. Connected advisories expand impact to container too...

8.7CVSS7.2AI score0.00385EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/24 10:22 p.m.12 views

CVE-2025-27144 Go JOSE's Parsing Vulnerable to Denial of Service

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...

8.7CVSS6.6AI score0.00385EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/24 10:22 p.m.33 views

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...

8.7CVSS6.7AI score0.00385EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/02/24 12:0 a.m.5 views

Go JOSE 安全漏洞

Go JOSE is a Go JOSE open source implementation of the JOSE standard in Go. A security vulnerability exists in Go JOSE versions 4.x up to and including 4.0.5, which stems from excessive memory consumption. An attacker exploiting this vulnerability could cause a denial of service by sending a...

8.7CVSS6.2AI score0.00385EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/02/24 12:0 a.m.5 views

PT-2025-7796

Name of the Vulnerable Software and Affected Versions Go JOSE versions 4.0.0 through 4.0.4 Description The issue is related to excessive memory consumption when parsing compact JWS or JWE input. The code uses strings.Splittoken, "." to split JWT tokens, which is vulnerable to excessive memory...

8.7CVSS7.1AI score0.00385EPSS
SaveExploits0References372
Tenable Nessus
Tenable Nessus
added 2025/02/16 12:0 a.m.7 views

Azure Linux 3.0 Security Update: rabbitmq-server (CVE-2023-50966)

The version of rabbitmq-server installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2023-50966 advisory. - erlang-jose aka JOSE for Erlang and Elixir through 1.11.6 allow attackers to cause a denial of...

5.3CVSS6AI score0.00887EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/02/16 12:0 a.m.6 views

CBL Mariner 2.0 Security Update: rabbitmq-server (CVE-2023-50966)

The version of rabbitmq-server installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2023-50966 advisory. - erlang-jose aka JOSE for Erlang and Elixir through 1.11.6 allow attackers to cause a denial of...

5.3CVSS6AI score0.00887EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2025/02/03 10:53 p.m.56 views

Security Bulletin: IBM MQ Operator and Queue manager container images are vulnerable to multiple vulnerabilities from kerberos 5, libxml2, go-jose, runc

Summary IBM MQ Operator and Queue manager container images are vulnerable to kerberos 5, libxml2, go-jose, runc. This bulletin identifies the steps required to address these vulnerabilities Vulnerability Details CVEID:CVE-2024-26461 DESCRIPTION: Kerberos 5 is vulnerable to a denial of service,...

8.6CVSS7.6AI score0.18087EPSS
SaveExploits22Affected Software1
Rows per page
Query Builder