Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities by fahdaslam

    CVE-2026-18961 (GCVE-0-2026-18961)

    Vulnerability from nvd – Published: 2026-08-12 02:25 – Updated: 2026-08-12 02:25
    VLAI
    Title
    Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login by VentraConnect <= 1.4.3 - Unauthenticated Authentication Bypass via Spotify OAuth Callback
    Summary
    The Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login by VentraConnect plugin for WordPress is vulnerable to Authentication Bypass via Unverified Provider Email in all versions up to, and including, 1.4.3. This is due to the plugin trusting the unverified email field returned by Spotify's /v1/me endpoint as proof of mailbox ownership — Generic::normalize_common() copies this value into the normalized profile without requiring an email_verified assertion, and User_Links::link_or_login_user() subsequently passes it directly to get_user_by('email', $email) and issues a persistent authentication cookie via wp_set_auth_cookie() without a provider-specific verified-email gate, a local mailbox challenge, or a logged-in approval step. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including Administrators, by supplying a known target email address through a controlled Spotify OAuth flow, gaining full administrative access to the site.
    CWE
    • CWE-287 - Improper Authentication
    Assigner
    Credits
    Civitasmass
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect",
              "vendor": "fahdaslam",
              "versions": [
                {
                  "lessThanOrEqual": "1.4.3",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Civitasmass"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect plugin for WordPress is vulnerable to Authentication Bypass via Unverified Provider Email in all versions up to, and including, 1.4.3. This is due to the plugin trusting the unverified email field returned by Spotify\u0027s /v1/me endpoint as proof of mailbox ownership \u2014 Generic::normalize_common() copies this value into the normalized profile without requiring an email_verified assertion, and User_Links::link_or_login_user() subsequently passes it directly to get_user_by(\u0027email\u0027, $email) and issues a persistent authentication cookie via wp_set_auth_cookie() without a provider-specific verified-email gate, a local mailbox challenge, or a logged-in approval step. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including Administrators, by supplying a known target email address through a controlled Spotify OAuth flow, gaining full administrative access to the site."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "baseScore": 8.1,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-287",
                  "description": "CWE-287 Improper Authentication",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T02:25:05.102Z",
            "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
            "shortName": "Wordfence"
          },
          "references": [
            {
              "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d7c0f21a-b04c-407e-9e8c-f81a146deaa8?source=cve"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/class-oauth.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/providers/class-provider-generic.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/class-user-links.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/providers/normalizer.php"
            },
            {
              "url": "https://developer.spotify.com/documentation/web-api/reference/get-current-users-profile"
            },
            {
              "url": "https://plugins.trac.wordpress.org/changeset/3642024/ventraconnect-social-login"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-08-06T07:35:18.000Z",
              "value": "Vendor Notified"
            },
            {
              "lang": "en",
              "time": "2026-08-11T13:46:45.000Z",
              "value": "Disclosed"
            }
          ],
          "title": "Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect \u003c= 1.4.3 - Unauthenticated Authentication Bypass via Spotify OAuth Callback"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "assignerShortName": "Wordfence",
        "cveId": "CVE-2026-18961",
        "datePublished": "2026-08-12T02:25:05.102Z",
        "dateReserved": "2026-08-05T14:41:30.887Z",
        "dateUpdated": "2026-08-12T02:25:05.102Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-18961 (GCVE-0-2026-18961)

    Vulnerability from cvelistv5 – Published: 2026-08-12 02:25 – Updated: 2026-08-12 02:25
    VLAI
    Title
    Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login by VentraConnect <= 1.4.3 - Unauthenticated Authentication Bypass via Spotify OAuth Callback
    Summary
    The Social Login, Passkeys, Magic Link & Email OTP – Passwordless Login by VentraConnect plugin for WordPress is vulnerable to Authentication Bypass via Unverified Provider Email in all versions up to, and including, 1.4.3. This is due to the plugin trusting the unverified email field returned by Spotify's /v1/me endpoint as proof of mailbox ownership — Generic::normalize_common() copies this value into the normalized profile without requiring an email_verified assertion, and User_Links::link_or_login_user() subsequently passes it directly to get_user_by('email', $email) and issues a persistent authentication cookie via wp_set_auth_cookie() without a provider-specific verified-email gate, a local mailbox challenge, or a logged-in approval step. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including Administrators, by supplying a known target email address through a controlled Spotify OAuth flow, gaining full administrative access to the site.
    CWE
    • CWE-287 - Improper Authentication
    Assigner
    Credits
    Civitasmass
    Show details on NVD website

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect",
              "vendor": "fahdaslam",
              "versions": [
                {
                  "lessThanOrEqual": "1.4.3",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Civitasmass"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect plugin for WordPress is vulnerable to Authentication Bypass via Unverified Provider Email in all versions up to, and including, 1.4.3. This is due to the plugin trusting the unverified email field returned by Spotify\u0027s /v1/me endpoint as proof of mailbox ownership \u2014 Generic::normalize_common() copies this value into the normalized profile without requiring an email_verified assertion, and User_Links::link_or_login_user() subsequently passes it directly to get_user_by(\u0027email\u0027, $email) and issues a persistent authentication cookie via wp_set_auth_cookie() without a provider-specific verified-email gate, a local mailbox challenge, or a logged-in approval step. This makes it possible for unauthenticated attackers to log in as any existing WordPress user, including Administrators, by supplying a known target email address through a controlled Spotify OAuth flow, gaining full administrative access to the site."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "baseScore": 8.1,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-287",
                  "description": "CWE-287 Improper Authentication",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-12T02:25:05.102Z",
            "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
            "shortName": "Wordfence"
          },
          "references": [
            {
              "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d7c0f21a-b04c-407e-9e8c-f81a146deaa8?source=cve"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/class-oauth.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/providers/class-provider-generic.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/class-user-links.php"
            },
            {
              "url": "https://plugins.svn.wordpress.org/ventraconnect-social-login/tags/1.4.3/includes/providers/normalizer.php"
            },
            {
              "url": "https://developer.spotify.com/documentation/web-api/reference/get-current-users-profile"
            },
            {
              "url": "https://plugins.trac.wordpress.org/changeset/3642024/ventraconnect-social-login"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-08-06T07:35:18.000Z",
              "value": "Vendor Notified"
            },
            {
              "lang": "en",
              "time": "2026-08-11T13:46:45.000Z",
              "value": "Disclosed"
            }
          ],
          "title": "Social Login, Passkeys, Magic Link \u0026 Email OTP \u2013 Passwordless Login by VentraConnect \u003c= 1.4.3 - Unauthenticated Authentication Bypass via Spotify OAuth Callback"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "assignerShortName": "Wordfence",
        "cveId": "CVE-2026-18961",
        "datePublished": "2026-08-12T02:25:05.102Z",
        "dateReserved": "2026-08-05T14:41:30.887Z",
        "dateUpdated": "2026-08-12T02:25:05.102Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }