Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2021-46743 - firebase/php-jwt #142

Open
mohamad-elbohsaly opened this issue Jul 5, 2023 · 1 comment
Open

CVE-2021-46743 - firebase/php-jwt #142

mohamad-elbohsaly opened this issue Jul 5, 2023 · 1 comment

Comments

@mohamad-elbohsaly
Copy link

Upon using AWS inspector, I found the below scanning results:

In Firebase PHP-JWT before 6.0.0, an algorithm-confusion issue (e.g., RS256 / HS256) exists via the kid (aka Key ID) header, when multiple types of keys are loaded in a key ring. This allows an attacker to forge tokens that validate under the incorrect key. NOTE: this provides a straightforward way to use the PHP-JWT library unsafely, but might not be considered a vulnerability in the library itself.

Current version: 5.5.1

P.S. The command composer require firebase/php-jwt:6.0.0 is causing other dependency problems

@martindrapeau
Copy link

I am facing this issue as well. How does one overcome this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants