Vulnerability Details : CVE-2022-31142
@fastify/bearer-auth is a Fastify plugin to require bearer Authorization headers. @fastify/bearer-auth prior to versions 7.0.2 and 8.0.1 does not securely use crypto.timingSafeEqual. A malicious attacker could estimate the length of one valid bearer token. According to the corresponding RFC 6750, the bearer token has only base64 valid characters, reducing the range of characters for a brute force attack. Version 7.0.2 and 8.0.1 of @fastify/bearer-auth contain a patch. There are currently no known workarounds. The package fastify-bearer-auth, which covers versions 6.0.3 and prior, is also vulnerable starting at version 5.0.1. Users of fastify-bearer-auth should upgrade to a patched version of @fastify/bearer-auth.
Products affected by CVE-2022-31142
- cpe:2.3:a:fastify:bearer-auth:*:*:*:*:*:node.js:*:*
- cpe:2.3:a:fastify:bearer-auth:8.0.0:*:*:*:*:node.js:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-31142
0.12%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 46 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-31142
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
NIST | |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
GitHub, Inc. |
CWE ids for CVE-2022-31142
-
The product behaves differently or sends different responses under different circumstances in a way that is observable to an unauthorized actor, which exposes security-relevant information about the state of the product, such as whether a particular operation was successful or not.Assigned by: nvd@nist.gov (Primary)
-
Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not.Assigned by: security-advisories@github.com (Secondary)
References for CVE-2022-31142
-
https://hackerone.com/reports/1633287
Sign inPermissions Required;Third Party Advisory
-
https://github.com/fastify/fastify-bearer-auth/commit/0c468a616d7e56126dc468150f6a5a92e530b8e4
Merge pull request from GHSA-376v-xgjx-7mfr · fastify/fastify-bearer-auth@0c468a6 · GitHubPatch;Third Party Advisory
-
https://github.com/fastify/fastify-bearer-auth/security/advisories/GHSA-376v-xgjx-7mfr
Potential Timing Attack Vector in fastify-bearer-auth · Advisory · fastify/fastify-bearer-auth · GitHubThird Party Advisory
-
https://github.com/fastify/fastify-bearer-auth/commit/f921a0582dc83112039004a9b5041141b50c5b3f
Merge pull request from GHSA-376v-xgjx-7mfr · fastify/fastify-bearer-auth@f921a05 · GitHubPatch;Third Party Advisory
-
https://github.com/fastify/fastify-bearer-auth/commit/39353b15409ee99474545f615ffb16180cf3b716
Use `crypto.timingSafeEqual()` instead of `secure-compare` module (#40) · fastify/fastify-bearer-auth@39353b1 · GitHubPatch;Third Party Advisory
Jump to