Lucene search
+L

41 matches found

Vulnrichment
Vulnrichment
added 2024/08/01 10:03 p.m.14 views

CVE-2024-41949 biscuit-rust vulnerable to public key confusion in third party block

biscuit-rust is the Rust implementation of Biscuit, an authentication and authorization token for microservices architectures. Third-party blocks can be generated without transferring the whole token to the third-party authority. Instead, a ThirdPartyBlock request can be sent, providing only the...

3CVSS7AI score0.00237EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/01 10:03 p.m.64 views

CVE-2024-41949 biscuit-rust vulnerable to public key confusion in third party block

biscuit-rust is the Rust implementation of Biscuit, an authentication and authorization token for microservices architectures. Third-party blocks can be generated without transferring the whole token to the third-party authority. Instead, a ThirdPartyBlock request can be sent, providing only the...

3CVSS0.00237EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/01 10:03 p.m.86 views

CVE-2024-41949

Biscuit-rust is affected by a public key confusion in third-party blocks. A forged ThirdPartyBlock request can trick a third-party authority into generating datalog that trusts the wrong keypair, enabling under-specified trust relationships. The issue is described across multiple sources (CVE-202...

6.4CVSS4AI score0.00237EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2024/08/01 10:03 p.m.14 views

CVE-2024-41949 biscuit-rust vulnerable to public key confusion in third party block

biscuit-rust is the Rust implementation of Biscuit, an authentication and authorization token for microservices architectures. Third-party blocks can be generated without transferring the whole token to the third-party authority. Instead, a ThirdPartyBlock request can be sent, providing only the...

3CVSS6.8AI score0.00291EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/08/01 12:00 a.m.12 views

biscuit-rust 安全漏洞

biscuit-rust is a Rust implementation of the Biscuit authorization token from the biscuit-auth open source. A security vulnerability exists in biscuit-rust version 4, which stems from the fact that a malicious user's spoofed third-party block request can trick a third-party organization into...

6.4CVSS6.5AI score0.00237EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/08/01 12:00 a.m.12 views

biscuit-java 安全漏洞

biscuit-java is a Java implementation of Biscuit authentication and authorization tokens from the biscuit-auth open source. A security vulnerability exists in biscuit-java version 3, which stems from a malicious user's spoofed third-party block request that can trick a third-party organization in...

5CVSS6.8AI score0.00283EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/31 9:15 p.m.89 views

GHSA-P9W4-585H-G3C7 biscuit-auth vulnerable to public key confusion in third party block

Third-party blocks can be generated without transferring the whole token to the third-party authority. Instead, a ThirdPartyBlock request can be sent, providing only the necessary info to generate a third-party block and to sign it: - the public key of the previous block used in the signature - t...

3CVSS4.7AI score0.00291EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/31 6:48 p.m.19 views

GHSA-5HCJ-RWM6-XMW4 biscuit-java vulnerable to public key confusion in third party block

Impact Tokens with third-party blocks containing trusted annotations generated through a third party block request. Due to implementation issues in biscuit-java, third party block support in published versions is inoperating. Nevertheless, to synchronize with other implementations, we publish thi...

5.1CVSS4.3AI score0.00283EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/07/31 12:00 a.m.7 views

PT-2024-29887

Name of the Vulnerable Software and Affected Versions Biscuit versions prior to 4 Description The issue concerns the generation of third-party blocks in Biscuit, an authorization token with decentralized verification. A malicious user can forge a ThirdPartyBlock request, tricking the third-party...

6.4CVSS6.4AI score0.00291EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2024/07/31 12:00 a.m.13 views

PT-2024-29655 · Unknown · Biscuit-Java

Name of the Vulnerable Software and Affected Versions: biscuit-java versions prior to 4.0.0 Description: The issue concerns the generation of third-party blocks for authentication and authorization tokens in microservices architectures. A malicious user can forge a third-party block request,...

5.1CVSS7.4AI score0.00283EPSS
SaveExploits0References9
OSV
OSV
added 2022/08/15 6:02 p.m.55 views

GO-2022-0564 Signature forgery in github.com/biscuit-auth/biscuit-go

An attacker can forge Biscuit v1 tokens with any access level. There is no known workaround for Biscuit v1. The Biscuit v2 specification avoids this vulnerability...

9.8CVSS9.4AI score0.00981EPSS
SaveExploits1References1
OSV
OSV
added 2022/06/17 12:38 a.m.21 views

GHSA-75RW-34Q6-72CR Signature forgery in Biscuit

Impact The paper Cryptanalysis of Aggregate Γ-Signature and Practical Countermeasures in Application to Bitcoin defines a way to forge valid Γ-signatures, an algorithm that is used in the Biscuit specification version 1. It would allow an attacker to create a token with any access level. As Biscu...

9.8CVSS9.4AI score0.00981EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/06/17 12:38 a.m.43 views

Signature forgery in Biscuit

Impact The paper Cryptanalysis of Aggregate Γ-Signature and Practical Countermeasures in Application to Bitcoin defines a way to forge valid Γ-signatures, an algorithm that is used in the Biscuit specification version 1. It would allow an attacker to create a token with any access level. As Biscu...

9.8CVSS8.9AI score0.00981EPSS
SaveExploits1References5Affected Software3
Veracode
Veracode
added 2022/06/14 3:32 a.m.20 views

Insecure Cryptographic Function

Biscuit has insecure cryptographic function. The vulnerability exists due to the use a signature algorithm which allows an attacker to forge Γ-signatures and create token with any access level to bypass authentication and authorization...

9.8CVSS9.1AI score0.00981EPSS
SaveExploits1References3Affected Software2
NVD
NVD
added 2022/06/13 8:15 p.m.53 views

CVE-2022-31053

Biscuit is an authentication and authorization token for microservices architectures. The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. Such an attack would allow an attacker to create a token with any access level. The...

9.8CVSS0.00981EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2022/06/13 7:35 p.m.9 views

CVE-2022-31053 Signature forgery in Biscuit

Biscuit is an authentication and authorization token for microservices architectures. The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. Such an attack would allow an attacker to create a token with any access level. The...

9.8CVSS9.7AI score0.00981EPSS
SaveExploits1References2
OSV
OSV
added 2022/06/13 7:35 p.m.28 views

CVE-2022-31053 Signature forgery in Biscuit

Biscuit is an authentication and authorization token for microservices architectures. The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. Such an attack would allow an attacker to create a token with any access level. The...

9.8CVSS9.3AI score
SaveExploits0References4
CVE
CVE
added 2022/06/13 7:35 p.m.127 views

CVE-2022-31053

CVE-2022-31053 involves Biscuit tokens where the v1 specification contains a vulnerable algorithm that allows forging valid Γ-signatures, enabling a token with any access level. The vulnerability does not affect Biscuit v2, which uses a different algorithm. Red Hat and OSV entries corroborate the...

9.8CVSS9.6AI score0.00981EPSS
SaveExploits1References2Affected Software3
Cvelist
Cvelist
added 2022/06/13 7:35 p.m.58 views

CVE-2022-31053 Signature forgery in Biscuit

Biscuit is an authentication and authorization token for microservices architectures. The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. Such an attack would allow an attacker to create a token with any access level. The...

9.8CVSS9.8AI score0.00981EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2022/06/13 12:00 a.m.7 views

PT-2022-20491

Name of the Vulnerable Software and Affected Versions Biscuit versions 1 Description The Biscuit specification version 1 contains a vulnerable algorithm that allows malicious actors to forge valid Γ-signatures. This would allow an attacker to create a token with any access level. The version 2 of...

9.8CVSS9.3AI score0.00981EPSS
SaveExploits1References14
Rows per page
Query Builder