Filtered by vendor Auth0
Subscriptions
Total
34 CVE
CVE | Vendors | Products | Updated | CVSS v3.1 |
---|---|---|---|---|
CVE-2015-9235 | 1 Auth0 | 1 Jsonwebtoken | 2024-09-16 | N/A |
In jsonwebtoken node module before 4.2.2 it is possible for an attacker to bypass verification when a token digitally signed with an asymmetric key (RS/ES family) of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm (HS* family). | ||||
CVE-2017-17068 | 1 Auth0 | 1 Auth0.js | 2024-08-05 | N/A |
A cross-origin vulnerability has been discovered in the Auth0 auth0.js library affecting versions < 8.12. This vulnerability allows an attacker to acquire authenticated users' tokens and invoke services on a user's behalf if the target site or application uses a popup callback page with auth0.popup.callback(). | ||||
CVE-2017-16897 | 1 Auth0 | 1 Passport-wsfed-saml2 | 2024-08-05 | N/A |
A vulnerability has been discovered in the Auth0 passport-wsfed-saml2 library affecting versions < 3.0.5. This vulnerability allows an attacker to impersonate another user and potentially elevate their privileges if the SAML identity provider does not sign the full SAML response (e.g., only signs the assertion within the response). | ||||
CVE-2018-15121 | 1 Auth0 | 2 Aspnet, Aspnet-owin | 2024-08-05 | N/A |
An issue was discovered in Auth0 auth0-aspnet and auth0-aspnet-owin. Affected packages do not use or validate the state parameter of the OAuth 2.0 and OpenID Connect protocols. This leaves applications vulnerable to CSRF attacks during authentication and authorization operations. | ||||
CVE-2018-11537 | 1 Auth0 | 1 Angular-jwt | 2024-08-05 | N/A |
Auth0 angular-jwt before 0.1.10 treats whiteListedDomains entries as regular expressions, which allows remote attackers with knowledge of the jwtInterceptorProvider.whiteListedDomains setting to bypass the domain whitelist filter via a crafted domain. | ||||
CVE-2018-7307 | 1 Auth0 | 1 Auth0.js | 2024-08-05 | N/A |
The Auth0 Auth0.js library before 9.3 has CSRF because it mishandles the case where the authorization response lacks the state parameter. | ||||
CVE-2018-6874 | 1 Auth0 | 1 Auth0.js | 2024-08-05 | N/A |
CSRF exists in the Auth0 authentication service through 14591 if the Legacy Lock API flag is enabled. | ||||
CVE-2018-6873 | 1 Auth0 | 1 Auth0.js | 2024-08-05 | N/A |
The Auth0 authentication service before 2017-10-15 allows privilege escalation because the JWT audience is not validated. | ||||
CVE-2019-20173 | 1 Auth0 | 1 Login By Auth0 | 2024-08-05 | 6.1 Medium |
The Auth0 wp-auth0 plugin 3.11.x before 3.11.3 for WordPress allows XSS via a wle parameter associated with wp-login.php. | ||||
CVE-2019-20174 | 1 Auth0 | 1 Lock | 2024-08-05 | 6.1 Medium |
Auth0 Lock before 11.21.0 allows XSS when additionalSignUpFields is used with an untrusted placeholder. | ||||
CVE-2019-16929 | 1 Auth0 | 1 Auth0.net | 2024-08-05 | 7.5 High |
Auth0 auth0.net before 6.5.4 has Incorrect Access Control because IdentityTokenValidator can be accidentally used to validate untrusted ID tokens. | ||||
CVE-2019-13483 | 1 Auth0 | 1 Passport-sharepoint | 2024-08-04 | N/A |
Auth0 Passport-SharePoint before 0.4.0 does not validate the JWT signature of an Access Token before processing. This allows attackers to forge tokens and bypass authentication and authorization mechanisms. | ||||
CVE-2019-7644 | 1 Auth0 | 1 Auth0-wcf-service-jwt | 2024-08-04 | N/A |
Auth0 Auth0-WCF-Service-JWT before 1.0.4 leaks the expected JWT signature in an error message when it cannot successfully validate the JWT signature. If this error message is presented to an attacker, they can forge an arbitrary JWT token that will be accepted by the vulnerable application. | ||||
CVE-2020-15259 | 1 Auth0 | 1 Ad\/ldap Connector | 2024-08-04 | 8.1 High |
ad-ldap-connector's admin panel before version 5.0.13 does not provide csrf protection, which when exploited may result in remote code execution or confidential data loss. CSRF exploits may occur if the user visits a malicious page containing CSRF payload on the same machine that has access to the ad-ldap-connector admin console via a browser. You may be affected if you use the admin console included with ad-ldap-connector versions <=5.0.12. If you do not have ad-ldap-connector admin console enabled or do not visit any other public URL while on the machine it is installed on, you are not affected. The issue is fixed in version 5.0.13. | ||||
CVE-2020-15240 | 1 Auth0 | 1 Omniauth-auth0 | 2024-08-04 | 7.4 High |
omniauth-auth0 (rubygems) versions >= 2.3.0 and < 2.4.1 improperly validate the JWT token signature when using the `jwt_validator.verify` method. Improper validation of the JWT token signature can allow an attacker to bypass authentication and authorization. You are affected by this vulnerability if all of the following conditions apply: 1. You are using `omniauth-auth0`. 2. You are using `JWTValidator.verify` method directly OR you are not authenticating using the SDK’s default Authorization Code Flow. The issue is patched in version 2.4.1. | ||||
CVE-2020-15125 | 1 Auth0 | 1 Auth0.js | 2024-08-04 | 7.7 High |
In auth0 (npm package) versions before 2.27.1, a DenyList of specific keys that should be sanitized from the request object contained in the error object is used. The key for Authorization header is not sanitized and in certain cases the Authorization header value can be logged exposing a bearer token. You are affected by this vulnerability if you are using the auth0 npm package, and you are using a Machine to Machine application authorized to use Auth0's management API | ||||
CVE-2020-15119 | 1 Auth0 | 1 Lock | 2024-08-04 | 6.4 Medium |
In auth0-lock versions before and including 11.25.1, dangerouslySetInnerHTML is used to update the DOM. When dangerouslySetInnerHTML is used, the application and its users might be exposed to cross-site scripting (XSS) attacks. | ||||
CVE-2020-15084 | 1 Auth0 | 1 Express-jwt | 2024-08-04 | 7.7 High |
In express-jwt (NPM package) up and including version 5.3.3, the algorithms entry to be specified in the configuration is not being enforced. When algorithms is not specified in the configuration, with the combination of jwks-rsa, it may lead to authorization bypass. You are affected by this vulnerability if all of the following conditions apply: - You are using express-jwt - You do not have **algorithms** configured in your express-jwt configuration. - You are using libraries such as jwks-rsa as the **secret**. You can fix this by specifying **algorithms** in the express-jwt configuration. See linked GHSA for example. This is also fixed in version 6.0.0. | ||||
CVE-2020-7948 | 1 Auth0 | 1 Login By Auth0 | 2024-08-04 | 8.8 High |
An issue was discovered in the Login by Auth0 plugin before 4.0.0 for WordPress. A user can perform an insecure direct object reference. | ||||
CVE-2020-7947 | 1 Auth0 | 1 Login By Auth0 | 2024-08-04 | 9.8 Critical |
An issue was discovered in the Login by Auth0 plugin before 4.0.0 for WordPress. It has numerous fields that can contain data that is pulled from different sources. One issue with this is that the data isn't sanitized, and no input validation is performed, before the exporting of the user data. This can lead to (at least) CSV injection if a crafted Excel document is uploaded. |