Lucene search
+L

203 matches found

Github Security Blog
Github Security Blog
added 2024/01/09 4:18 p.m.51 views

Parsing JSON serialized payload without protected field can lead to segfault

Summary Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. Details This seems to also affect other functions that calls Parse internally, like jws.Verify. My understanding of these functions from t...

7.5CVSS7AI score0.00864EPSS
SaveExploits1References6Affected Software2
NVD
NVD
added 2023/12/05 12:15 a.m.50 views

CVE-2023-49290

lestrrat-go/jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. A p2c parameter set too high in JWE's algorithm PBES2- could lead to a denial of service. The JWE key management algorithms based on PBKDF2 require a JOSE Header Parameter called p2c...

5.3CVSS0.00723EPSS
SaveExploits1References2
NVD
NVD
added 2023/02/01 1:15 a.m.37 views

CVE-2023-23928

reason-jose is a JOSE implementation in ReasonML and OCaml.Jose.Jws.validate does not check HS256 signatures. This allows tampering of JWS header and payload data if the service does not perform additional checks. Such tampering could expose applications using reason-jose to authorization bypass...

9.8CVSS7.6AI score0.00459EPSS
SaveExploits0References3
Veracode
Veracode
added 2022/09/21 8:23 p.m.26 views

Authorization Bypass

jwcrypto is vulnerable to authorization bypass. The vulnerability is due to JWT auto-detecting the token type; under certain circumstances, it's possible to substitute a signed JWS token with a JWE token encrypted with the public key used for signature validation...

2.2AI score0.00435EPSS
SaveExploits0
OSV
OSV
added 2022/09/21 4:58 p.m.75 views

GHSA-GWP4-MCV4-W95J jwcrypto token substitution can lead to authentication bypass

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token. Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a .. signed JWS with a JWE that...

6.9AI score0.00435EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/09/21 4:58 p.m.47 views

jwcrypto token substitution can lead to authentication bypass

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token. Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a .. signed JWS with a JWE that...

0.7AI score0.00435EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2022/09/07 10:15 p.m.21 views

CVE-2022-36083

JOSE is "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno. The PBKDF2-based JWE key management algorithms expect a JOSE Header Parameter named p2c PBES2 Count, which determine...

5.3CVSS0.01175EPSS
SaveExploits1References3
CVE
CVE
added 2022/09/07 9:55 p.m.333 views

CVE-2022-36083

CVE-2022-36083 affects the Node.js jose module (JWA/JWS/JWE/JWT/JWK/JWKS) used in multiple runtimes. The issue arises from a JOSE Header parameter p2c (PBES2 count) that controls PBKDF2 iterations for deriving the CEK. A malicious untrusted JWE could specify an extremely high p2c, causing CPU-bou...

5.3CVSS5.1AI score0.01175EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/07/01 8:15 p.m.14 views

Design/Logic Flaw

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

7.5CVSS9.4AI score0.0112EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2022/07/01 8:02 p.m.115 views

CVE-2022-25898

The CVE-2022-25898 entry concerns the jsrsasign library (pre-10.5.25) where JWS/JWT signatures with non Base64URL-encoded or escaped characters may be validated as valid. Affected component: jsrsasign; root cause: improper verification of cryptographic signatures. Impact (per sources): potential ...

9.8CVSS8.7AI score0.0112EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/07/01 8:02 p.m.19 views

CVE-2022-25898 Improper Verification of Cryptographic Signature

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

7.7CVSS7.1AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2022/07/01 8:00 p.m.52 views

CVE-2022-25898

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

9.8CVSS7.1AI score0.0112EPSS
SaveExploits1References7
Kitploit
Kitploit
added 2022/06/29 12:30 p.m.44 views

Jwtear - Modular Command-Line Tool To Parse, Create And Manipulate JWT Tokens For Hackers

A modular command-line tool to parse, create and manipulate JSON Web TokenJWT tokens for security testing purposes. Features Complete modularity. All commands are plugins. Easy to add new plugins. Support JWS and JWE tokens. Easy interface for plugins. follow the template example Flexible token...

7.5AI score
SaveExploits0References4
Veracode
Veracode
added 2022/06/27 3:47 a.m.35 views

Insecure Signature Verification

jsrsasign is vulnerable to insecure signature verification. The vulnerability exists because the library does not properly validate the JWS or JWT signature with non-Base64URL encoding special characters or number escaped characters such as !@$% or \11...

9.8CVSS8.9AI score0.0112EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/25 7:19 a.m.63 views

JWS and JWT signature validation vulnerability with special characters

Impact Jsrsasign supports JWSJSON Web Signatures and JWTJSON Web Token validation. However JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. For example, even if a string of non Base64URL encoding characters such...

9.8CVSS0.2AI score0.0112EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2022/05/24 4:52 p.m.56 views

GHSA-XM5F-HC9R-76F3 PHP JOSE Library by Gree Inc. Uses a Broken or Risky Cryptographic Algorithm

The PHP JOSE Library by Gree Inc. prior to 2.2.1 is vulnerable to key confusion/algorithm substitution in the JWS component resulting in bypassing the signature verification via crafted tokens...

7.5CVSS7.4AI score0.00929EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/24 4:52 p.m.22 views

PHP JOSE Library by Gree Inc. Uses a Broken or Risky Cryptographic Algorithm

The PHP JOSE Library by Gree Inc. prior to 2.2.1 is vulnerable to key confusion/algorithm substitution in the JWS component resulting in bypassing the signature verification via crafted tokens...

7.5CVSS2.6AI score0.00929EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/05/13 1:17 a.m.20 views

GHSA-JFXM-W8G2-4RCV Cisco node-jose improper validation of JWT signature

A vulnerability in the Cisco node-jose open source library before 0.11.0 could allow an unauthenticated, remote attacker to re-sign tokens using a key that is embedded within the token. The vulnerability is due to node-jose following the JSON Web Signature JWS standard for JSON Web Tokens JWTs...

7.5CVSS7.3AI score0.42651EPSS
SaveExploits6References7
Github Security Blog
Github Security Blog
added 2022/05/13 1:17 a.m.51 views

Cisco node-jose improper validation of JWT signature

A vulnerability in the Cisco node-jose open source library before 0.11.0 could allow an unauthenticated, remote attacker to re-sign tokens using a key that is embedded within the token. The vulnerability is due to node-jose following the JSON Web Signature JWS standard for JSON Web Tokens JWTs...

7.5CVSS6.7AI score0.42651EPSS
SaveExploits6References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/07/26 4:15 p.m.6 views

CVE-2021-32631

Common is a package of common modules that can be accessed by NIMBLE services. Common before commit number 3b96cb0293d3443b870351945f41d7d55cb34b53 did not properly verify the signature of JSON Web Tokens. This allows someone to forge a valid JWT. Being able to forge JWTs may lead to authenticati...

6.5CVSS6.6AI score0.0109EPSS
SaveExploits0References5
Rows per page
Query Builder