Lucene search
+L

3377 matches found

RubySec
RubySec
added 2018/04/30 12:00 a.m.18 views

Auth tag forgery vulnerability with AES-GCM encrypted JWT

Ruby's OpenSSL bindings do not check the length of the supplied authentication tag when decrypting an authenticated encryption mode such as AES-GCM, leaving this up to the authors of a gem/app to implement for properly validating the message. json-jwt was not checking for the authentication tag...

5.3CVSS2.2AI score0.00777EPSS
SaveExploits0References1Affected Software1
n0where
n0where
added 2018/04/09 1:57 a.m.28 views

REST API Penetration Testing: Astra

REST API penetration testing is complex due to continuous changes in existing APIs and newly added APIs. Astra can be used by security engineers or developers as an integral part of their process, so they can detect and patch vulnerabilities early during development cycle. Astra can automatically...

0.2AI score
SaveExploits0References1
The Hacker News
The Hacker News
added 2018/04/07 9:08 a.m.93 views

Authentication Bypass Vulnerability Found in Auth0 Identity Platform

A critical authentication bypass vulnerability has been discovered in one of the biggest identity-as-a-service platform Auth0 that could have allowed a malicious attacker to access any portal or application, which are using Auth0 service for authentication. Auth0 offers token-based authentication...

9.8CVSS9.3AI score0.02252EPSS
SaveExploits0
OSV
OSV
added 2018/04/04 5:29 p.m.21 views

CVE-2018-6873

The Auth0 authentication service before 2017-10-15 allows privilege escalation because the JWT audience is not validated...

9.8CVSS7.7AI score
SaveExploits0References2
NVD
NVD
added 2018/04/04 5:29 p.m.13 views

CVE-2018-6873

The Auth0 authentication service before 2017-10-15 allows privilege escalation because the JWT audience is not validated...

9.8CVSS9.8AI score0.02252EPSS
SaveExploits0References2
Prion
Prion
added 2018/04/04 5:29 p.m.11 views

Privilege escalation

The Auth0 authentication service before 2017-10-15 allows privilege escalation because the JWT audience is not validated...

7.5CVSS9.7AI score0.02252EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2018/04/04 5:00 p.m.24 views

CVE-2018-6873

The Auth0 authentication service before 2017-10-15 allows privilege escalation because the JWT audience is not validated...

9.9AI score0.02252EPSS
SaveExploits0References2
CVE
CVE
added 2018/04/04 5:00 p.m.61 views

CVE-2018-6873

CVE-2018-6873 affects Auth0 authentication service prior to 2017-10-15, where JWT audience validation was not performed, enabling privilege escalation. Multiple sources describe that the vulnerability allowed a remote attacker to authenticate as a higher-privilege user by forging or manipulating ...

9.8CVSS9.8AI score0.02252EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2018/03/19 3:22 a.m.32 views

Timing Attack

authentikat-jwt is vulnerable to timing attacks. The vulnerability exists as the insecure function, contentEquals, used to compare between two given signatures in verify, was not constant, and results in the leaking of sensitive information from the signature...

9.8CVSS8.9AI score0.02EPSS
SaveExploits0References3Affected Software3
Prion
Prion
added 2018/03/18 3:29 a.m.21 views

Input validation

A time-sensitive equality check on the JWT signature in the JsonWebToken.validate method in main/scala/authentikat/jwt/JsonWebToken.scala in authentikat-jwt aka com.jason-goodwin/authentikat-jwt version 0.4.5 and earlier allows the supplier of a JWT token to guess bit after bit of the signature b...

5CVSS9.3AI score0.02EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2018/03/18 3:29 a.m.16 views

CVE-2017-18239

A time-sensitive equality check on the JWT signature in the JsonWebToken.validate method in main/scala/authentikat/jwt/JsonWebToken.scala in authentikat-jwt aka com.jason-goodwin/authentikat-jwt version 0.4.5 and earlier allows the supplier of a JWT token to guess bit after bit of the signature b...

9.8CVSS9.4AI score0.02EPSS
SaveExploits0References3
CVE
CVE
added 2018/03/18 3:00 a.m.69 views

CVE-2017-18239

The CVE-2017-18239 entry concerns the authentikat-jwt library (Scala) in main/scala/authentikat/jwt/JsonWebToken.scala. A time-sensitive equality check in JsonWebToken.validate for the JWT signature (versions 0.4.5 and earlier) can allow an attacker to recover the signature bit-by-bit by issuing ...

9.8CVSS9.3AI score0.02EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2018/03/18 3:00 a.m.24 views

CVE-2017-18239

A time-sensitive equality check on the JWT signature in the JsonWebToken.validate method in main/scala/authentikat/jwt/JsonWebToken.scala in authentikat-jwt aka com.jason-goodwin/authentikat-jwt version 0.4.5 and earlier allows the supplier of a JWT token to guess bit after bit of the signature b...

9.4AI score0.02EPSS
SaveExploits0References3
CNVD
CNVD
added 2018/03/15 12:00 a.m.9 views

Unspecified Vulnerability in inversoft prime-jwt

inversoft prime-jwt is an open source Java 8-based JWT library . A security vulnerability exists in JWTDecoder.decode in versions prior to inversoft prime-jwt 1.3.0 and commit 0d94dcef0133d699f21d217e922564adbb83a227. No details of the vulnerability are provided at this time...

9.8CVSS6.9AI score0.01366EPSS
SaveExploits0References1
Veracode
Veracode
added 2018/03/14 2:44 a.m.21 views

Improper Validation Of JWT Token

prime-jwt is vulnerable to unauthorized access through Improper Validation of JWT Token. The vulnerability exists as the decode method in JWTDecoder successfully validates a JWT token, with a valid header and body, but without a valid signature...

9.8CVSS9AI score0.01366EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2018/03/13 9:29 p.m.18 views

CVE-2018-1000125

inversoft prime-jwt version prior to version 1.3.0 or prior to commit 0d94dcef0133d699f21d217e922564adbb83a227 contains an input validation vulnerability in JWTDecoder.decode that can result in a JWT that is decoded and thus implicitly validated even if it lacks a valid signature. This attack...

9.8CVSS9.6AI score
SaveExploits0References2
Prion
Prion
added 2018/03/13 9:29 p.m.15 views

Input validation

inversoft prime-jwt version prior to version 1.3.0 or prior to commit 0d94dcef0133d699f21d217e922564adbb83a227 contains an input validation vulnerability in JWTDecoder.decode that can result in a JWT that is decoded and thus implicitly validated even if it lacks a valid signature. This attack...

7.5CVSS9.4AI score0.01366EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2018/03/13 9:29 p.m.23 views

CVE-2018-1000125

inversoft prime-jwt version prior to version 1.3.0 or prior to commit 0d94dcef0133d699f21d217e922564adbb83a227 contains an input validation vulnerability in JWTDecoder.decode that can result in a JWT that is decoded and thus implicitly validated even if it lacks a valid signature. This attack...

9.8CVSS9.5AI score0.01366EPSS
SaveExploits0References2
CVE
CVE
added 2018/03/13 9:00 p.m.59 views

CVE-2018-1000125

CVE-2018-1000125 affects inversoft prime-jwt prior to version 1.3.0 (before commit 0d94dcef0133d699f21d217e922564adbb83a227). The vulnerability is in JWTDecoder.decode, where input validation can allow a JWT to be decoded and implicitly validated even if the signature is invalid. Attackers can cr...

9.8CVSS9.4AI score0.01366EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2018/03/13 9:00 p.m.27 views

CVE-2018-1000125

inversoft prime-jwt version prior to version 1.3.0 or prior to commit 0d94dcef0133d699f21d217e922564adbb83a227 contains an input validation vulnerability in JWTDecoder.decode that can result in a JWT that is decoded and thus implicitly validated even if it lacks a valid signature. This attack...

9.5AI score0.01366EPSS
SaveExploits0References2
Rows per page
Query Builder