Lucene search
+L

343 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2024/02/28 7:15 p.m.10 views

Security Bulletin: IBM Planning Analytics Cartridge for IBM Cloud Pak for Data 4.8.3 has addressed security vulnerabilities

Summary IBM Planning Analytics Cartridge for IBM Cloud Pak for Data is affected, but not classified as vulnerable based on current information, by a vulnerability in go-jose XFID: 273242. This vulnerability has been addressed by upgrading to a non-vulnerable version of go-jose. Additionally, IBM...

7.2AI score
SaveExploits0Affected Software1
Veracode
Veracode
added 2023/11/22 5:37 a.m.15 views

Denial Of Service (DoS)

github.com/go-jose/go-jose is vulnerable to Billion Hashes Attack. The vulnerability is due to the decryptKey function in symmetric.go because it only checks if the value of p2c is a positive integer, but lacks a maximum size check. This allow an attacker to provide a PBES2 encrypted JWE blob wit...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/11/21 10:17 p.m.23 views

Decryption of malicious PBES2 JWE objects can consume unbounded system resources

The go-jose package is subject to a "billion hashes attack" causing denial-of-service when decrypting JWE inputs. This occurs when an attacker can provide a PBES2 encrypted JWE blob with a very large p2c value that, when decrypted, produces a denial-of-service...

7AI score
SaveExploits0References4Affected Software2
OSV
OSV
added 2023/11/21 10:17 p.m.41 views

GHSA-2C7C-3MJ9-8FQH Decryption of malicious PBES2 JWE objects can consume unbounded system resources

The go-jose package is subject to a "billion hashes attack" causing denial-of-service when decrypting JWE inputs. This occurs when an attacker can provide a PBES2 encrypted JWE blob with a very large p2c value that, when decrypted, produces a denial-of-service...

7AI score
SaveExploits0References4
OSV
OSV
added 2023/11/21 3:39 p.m.46 views

GO-2023-2334 Denial of service via decryption of malicious PBES2 JWE objects in github.com/go-jose/go-jose/v3

The go-jose package is subject to a "billion hashes attack" causing denial-of-service when decrypting JWE inputs. This occurs when an attacker can provide a PBES2 encrypted JWE blob with a very large p2c value that, when decrypted, produces a denial-of-service...

7AI score
SaveExploits0References2
OSV
OSV
added 2022/08/22 5:59 p.m.38 views

GO-2022-0945 Signature validation bypass in gopkg.in/square/go-jose.v1

The go-jose library suffers from multiple signatures exploitation. When validating a signed message, the API did not indicate which signature was valid, which creates the potential for confusion...

7.5CVSS7.4AI score0.01967EPSS
SaveExploits0References5
OSV
OSV
added 2021/06/23 5:17 p.m.93 views

GHSA-86R9-39J9-99WP Elliptic Curve Key Disclosure in go-jose

go-jose before 1.0.4 suffers from an invalid curve attack for the ECDH-ES algorithm. When deriving a shared key using ECDH-ES for an encrypted message, go-jose neglected to check that the received public key on a message is on the same curve as the static private key of the receiver, thus making ...

9.1CVSS9.1AI score0.01411EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/06/23 5:17 p.m.81 views

Elliptic Curve Key Disclosure in go-jose

go-jose before 1.0.4 suffers from an invalid curve attack for the ECDH-ES algorithm. When deriving a shared key using ECDH-ES for an encrypted message, go-jose neglected to check that the received public key on a message is on the same curve as the static private key of the receiver, thus making ...

9.1CVSS2.7AI score0.01411EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2021/06/23 5:14 p.m.68 views

Integer Overflow in go-jose

go-jose before 1.0.5 suffers from a CBC-HMAC integer overflow on 32-bit architectures. An integer overflow could lead to authentication bypass for CBC-HMAC encrypted ciphertexts on 32-bit architectures...

7.5CVSS4.5AI score0.02149EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2021/06/23 5:14 p.m.55 views

GHSA-3FX4-7F69-5MMG Integer Overflow in go-jose

go-jose before 1.0.5 suffers from a CBC-HMAC integer overflow on 32-bit architectures. An integer overflow could lead to authentication bypass for CBC-HMAC encrypted ciphertexts on 32-bit architectures...

7.5CVSS7.7AI score0.02149EPSS
SaveExploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2021/06/23 12:00 a.m.66 views

Inadequate Encryption Strength

go-jose before 1.0.4 suffers from an invalid curve attack for the ECDH-ES algorithm. When deriving a shared key using ECDH-ES for an encrypted message, go-jose neglected to check that the received public key on a message is on the same curve as the static private key of the receiver, thus making ...

9.1CVSS3.6AI score0.01411EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/18 7:15 p.m.67 views

Go JOSE Signature Validation Bypass

Go JOSE before 1.1.0 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the...

7.5CVSS7.2AI score0.01967EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2021/05/18 7:15 p.m.58 views

GHSA-77GC-FJ98-665H Go JOSE Signature Validation Bypass

Go JOSE before 1.1.0 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the...

7.5CVSS7.3AI score0.01967EPSS
SaveExploits0References9
GitLab Advisory Database
GitLab Advisory Database
added 2021/05/18 12:00 a.m.42 views

Improper Access Control

go-jose before 1.0.4 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the...

7.5CVSS2.4AI score0.01967EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/04/14 8:04 p.m.46 views

GO-2020-0009 Integer overflow in github.com/square/go-jose

On 32-bit platforms an attacker can manipulate a ciphertext encrypted with AES-CBC with HMAC such that they can control how large the input buffer is when computing the HMAC authentication tag. This can can allow a manipulated ciphertext to be verified as authentic, opening the door for padding...

7.5CVSS7.6AI score0.02149EPSS
SaveExploits0References2
Veracode
Veracode
added 2017/04/27 8:34 a.m.23 views

Signature Exploitation

github.com/square/go-jose is vulnerable to signature exploitation attacks. During the validation of a signed message, the API does not indicate whether the signature is valid or not. This may lead to confusion if another library assumes the signatures attached are the ones that were originally...

7.5CVSS7.3AI score0.01967EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2017/04/27 8:16 a.m.6 views

Denial Of Service (DoS) Through An Integer Overflow

github.com/square/go-jose is vulnerable to a CBC-HMAC integer overflow. On an 32-bit architecture, the integer overflow can lead to authentication bypass attacks...

7.2AI score
SaveExploits0
CNVD
CNVD
added 2017/03/31 12:00 a.m.17 views

go-jose CBC-HMAC Integer Overflow Vulnerability

go-jose is a standard method for implementing JavaScript object signing and encryption . An integer overflow vulnerability exists in 32-bit architectures in versions of go-jose prior to 1.0.5. An attacker could exploit this vulnerability to bypass authentication...

7.5CVSS7.7AI score0.02149EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/03/31 12:00 a.m.13 views

go-jose encryption issue vulnerability

go-jose is a standard method for implementing JavaScript object signing and encryption . A cryptographic issue vulnerability exists in go-jose that stems from the program failing to validate the cryptographic public key. An attacker can exploit this vulnerability to break the curve encryption...

9.1CVSS9AI score0.01411EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/03/31 12:00 a.m.12 views

go-jose signature obfuscation vulnerability

go-jose is a standard method for implementing JavaScript object signing and encryption . A security vulnerability exists in go-jose. As the program fails to verify the validity of the signature. An attacker could exploit the vulnerability to read unauthorized data...

7.5CVSS7.4AI score0.01967EPSS
SaveExploits0References1
Rows per page
Query Builder