LiveActive security incident?Get immediate response
CVE Record

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 version 2 of the specification mandates a different algorithm than gamma signatures and as such is not affected by this vulnerability. The Biscuit implementations in Rust, Haskell, Go, Java and Javascript all have published versions following the v2 specification. There are no known workarounds for this issue.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Biscuit version 1 tokens can be forged because the specification used a vulnerable signature algorithm. If an application trusts these tokens for authorization, an attacker could create a token with any access level. Version 2 changes the algorithm and is stated as not affected.

Executive priority

Treat this as urgent where Biscuit is used for access control. The business risk is unauthorized privilege creation, not just service disruption. If Biscuit is not deployed, no direct action is indicated beyond dependency confirmation.

Technical view

CVE-2022-31053 is a CWE-347 signature forgery issue in Biscuit specification v1 Γ-signatures. The advisory lists affected Rust, Haskell, Java, and Go implementations before v2 or at a specific Haskell version. CVSS 3.1 is 9.8, reflecting network reachability, no privileges, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to services using Biscuit authorization tokens with the v1 specification or the listed affected package versions. Organizations not using Biscuit are not exposed based on the provided sources.

Exploitation context

The provided bundle does not show CISA KEV listing or known active exploitation. The risk remains severe because successful forgery could create arbitrary access-level tokens without needing prior privileges or user interaction.

Researcher notes

Evidence names the vulnerable design as Biscuit spec v1 Γ-signatures and states v2 mandates a different algorithm. The source bundle does not provide exploit details, active exploitation evidence, or a workaround beyond moving to v2 implementations.

Mitigation direction

  • Upgrade Biscuit implementations to versions following the v2 specification where available.
  • Prioritize replacement of any Biscuit v1 token issuer or verifier.
  • If immediate upgrade is blocked, check current vendor guidance before choosing compensating controls.
  • Do not treat v1 Biscuit tokens as a sufficient authorization boundary.
  • Track all services that issue, validate, or forward Biscuit tokens.

Validation and detection

  • Inventory dependencies for biscuit-auth, biscuit-haskell, biscuit-java, and biscuit-go.
  • Confirm no service uses Biscuit specification version 1.
  • Verify token issuers and token validators are both on v2-compatible implementations.
  • Review authorization services for any remaining Γ-signature validation path.
  • Check access logs for unexpected privileged activity around Biscuit-protected services.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-347: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31053 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2022-31053Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
biscuit-authbiscuitbiscuit-auth >= 1.0.0, < 2.0.0, biscuit-haskell = 0.1.1.0, com.clever-cloud.biscuit-java < 2.0.0, github.com/biscuit-auth/biscuit-go < 2.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-347 · source CWE mapping

Improper Verification of Cryptographic Signature

Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.