Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2023-48223

20
FAUCET Score

CVE-2023-48223 is a medium-severity vulnerability affecting the fast-jwt library (versions prior to 3.3.2) that allows for JSON Web Token (JWT) algorithm confusion. Specifically, the library's public key matching mechanism fails to properly identify all common PEM formats for public keys, making applications vulnerable if they use RS256, a public key with a "BEGIN RSA PUBLIC KEY" header, and do not explicitly specify an algorithm during verification. An attacker can exploit this by crafting a malicious JWT signed with the victim application's public RSA key using the HS256 algorithm, leading to arbitrary payload acceptance. The CVSS score is 5.9 (Medium) due to a network attack vector and high integrity impact, but high attack complexity. There is no evidence of active exploitation, publicly available exploit code, or significant community discussion surrounding this vulnerability.

Impacted Technologies

VendorProductVersion(s)CPE
< 3.3.2CPE matchmatch criteria
cpe:2.3:a:nearform:fast-jwt:*:*:*:*:*:node.js:*:*

CVSS Data

CVSS version used by this source: 3.1

5.9MEDIUM

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

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
HIGH
Availability Impact
NONE
Exploitability Score
2.2
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.69%
Probability of exploitation in next 30 days
EPSS Percentile
48.9%
Percentile rank of EPSS score among Peer Group
As of 2026-07-26
Model: v2026.06.15
This CVE's current EPSS score of 0.0069 is in the 9th percentile among its peer group of 19,955 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.0 Bluesky, 0.0 Mastodon, and 0.2 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (2)

npmpatch availablevia ghsa
Product: fast-jwtFixed in: 3.3.2
github_advisoryvendor investigatingvia nvd_reference
View patch

Vendor Advisories (1)

npmGHSA-c2ff-88x2-x9pgmedium

JWT Algorithm Confusion

Nov 20, 2023

References

github.com / nearform/fast-jwt/blob/master/src/crypto.js
Product
github.com / nearform/fast-jwt/releases/tag/v3.3.2
Release Notes
github.com / nearform/fast-jwt/security/advisories/GHSA-c2ff-88x2-x9pg
ExploitVendor Advisory