Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-48238

7.5 · HIGH
Published Nov 17, 2023 joaquimserafim CWE-345 EPSS 0.31% (23th pctl)

Overview

CVE-2023-48238 is a high-severity vulnerability affecting joaquimserafim json_web_token. It was published on November 17, 2023 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

joaquimserafim/json-web-token is a javascript library use to interact with JSON Web Tokens (JWT) which are a compact URL-safe means of representing claims to be transferred between two parties. Versions prior to 4.0.0 are vulnerable to a JWT algorithm confusion attack. On line 86 of the 'index.js' file, the algorithm to use for verifying the signature of the JWT token is taken from the JWT token, which at that point is still unverified and thus shouldn't be trusted. To exploit this vulnerability, an attacker needs to craft a malicious JWT token containing the HS256 algorithm, signed with the public RSA key of the victim application. This attack will only work against this library is the RS256 algorithm is in use, however it is a best practice to use that algorithm. Version 4.0.0 fixes the issue.

Remediation

Check the references section for vendor advisories and patches from joaquimserafim. Update json_web_token to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
joaquimserafim json_web_token >= 0, < 3.1.1 Affected

Frequently Asked Questions

What is CVE-2023-48238?

CVE-2023-48238 is a high-severity vulnerability affecting joaquimserafim json_web_token. It was published on November 17, 2023 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-48238?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-48238?

Check the references section for vendor advisories and patches from joaquimserafim. Update json_web_token to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-48238?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-48238 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.