s2
--:--:--UTC

Searching APEX

Starting…

  1. Searching Threats, IOCs & Threat Intelligence locally
  2. Querying external providers
  3. Asking AI Forensic Validator
  4. Creating new entry from validated hit

0s elapsed

CVE-2026-19125

📛 CVE Title

EthPress <= 2.3.5 - Unauthenticated Authentication Bypass

Description

The EthPress – Web3 Login plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 2.3.5. This is due to the verify_login() function in app/Login.php containing a missing return statement in the signature verification failure branch — when Signature::verify2() reports a mismatch, the function only assigns a WP_Error to a local variable and continues executing, causing unconditional fall-through to the login block where Address::log_in() calls wp_set_auth_cookie() regardless of whether the submitted signature is valid. This makes it possible for unauthenticated attackers to log in as any WordPress user who has a linked wallet address — including administrators — by submitting that user's public wallet address alongside an arbitrary well-formed signature, enabling full site takeover.

Overview

State
PUBLISHED
Assigner (CNA)
Wordfence
CVSS severity
HIGH
CVSS score
CVSS 8.1 / 10 8.1 8.1 / 10
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Effective score
8.1 / 10 HIGH source: CNA overview
CWE(s)
CWE-287
Reserved
2026-08-06
Published
2026-09-23 21:27 UTC
Last updated
2026-09-23 21:27 UTC
Source
https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2026/19xxx/CVE-2026-19125.json
Linked Threat
CVE-2026-19125 — EthPress <= 2.3.5 - Unauthenticated Authentication Bypass

NVD triage scoring NVD CVE 2.0

Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.

NVD published
2026-09-23 22:16:56 UTC
NVD last modified
2026-09-23 22:16:56 UTC
NVD CVSS v3.1
CVSS 8.1 / 10 8.1 8.1 / 10 HIGH source: security@wordfence.com
NVD CVSS vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Exploitability subscore
2.2 / 10
Impact subscore
5.9 / 10

NVD / KEV / EPSS data refreshed 2026-09-24 04:38 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.

European Union Vulnerability Database ENISA EUVD

ENISA's official EU repository for curated vulnerability intelligence. Carries a separate identifier (EUVD-YYYY-NNNN) and frequently exposes an earlier-published description + CVSS than NVD does.

EUVD ID
EUVD-2026-85703
Assigner
Wordfence
Published
Sep 23, 2026, 9:27:34 PM
Updated
Sep 23, 2026, 9:27:34 PM
EUVD base score (CVSS 3.1)
8.1 / 10
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EUVD-reported EPSS
0.0000
Vendors
lynn999
Products
EthPress – Web3 Login (0 ≤2.3.5)
Aliases
GHSA-j4cg-29jc-q96r

ENISA description: The EthPress – Web3 Login plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 2.3.5. This is due to the verify_login() function in app/Login.php containing a missing return statement in the signature verification failure branch — when Signature::verify2() reports a mismatch, the function only assigns a WP_Error to a local variable and continues executing, causing unconditional fall-through to the login block where Address::log_in() calls wp_set_auth_cookie() regardless of whether the submitted signature is valid. This makes it possible for unauthenticated attackers to log in as any WordPress user who has a linked wallet address — including administrators — by submitting that user's public wallet address alongside an arbitrary well-formed signature, enabling full site takeover.

EUVD references (6)

Affected products (1)

VendorProductVersionsPlatforms
lynn999 EthPress – Web3 Login 0 (affected)

Vendor references (6)

References embedded in the original CVE record by the assigning CNA.

Web references (0)

DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.

No web references attached yet.

NVD-tagged references (6)

Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.

Indicators (1)

IOCs linked to the auto-promoted Threat row.

TypeValueVirusTotalAttached
cve CVE-2026-19125 no local data 2026-09-23 15:51 UTC

Flagged vendors

    Remediations (1)

    Remediations are stored against the linked Threat row; the list below is deduplicated across both pages.

    • Wordfence remediation: EthPress – Web3 Login
      Wordfence

      Update to version 2.3.6, or a newer patched version

      2026-09-23 15:51 UTC

    AI Forensic Analysis

    Only Available for Registered Users. Sign in to view.

    Raw JSON

    The full cvelistV5 record. Download as CVE-2026-19125.json.

    {
      "containers": {
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "EthPress \u2013 Web3 Login",
              "vendor": "lynn999",
              "versions": [
                {
                  "lessThanOrEqual": "2.3.5",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Thatchapol Booranatanit (AliceZz)"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The EthPress \u2013 Web3 Login plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 2.3.5. This is due to the verify_login() function in app/Login.php containing a missing return statement in the signature verification failure branch \u2014 when Signature::verify2() reports a mismatch, the function only assigns a WP_Error to a local variable and continues executing, causing unconditional fall-through to the login block where Address::log_in() calls wp_set_auth_cookie() regardless of whether the submitted signature is valid. This makes it possible for unauthenticated attackers to log in as any WordPress user who has a linked wallet address \u2014 including administrators \u2014 by submitting that user's public wallet address alongside an arbitrary well-formed signature, enabling full site takeover."
            }
          ],
          "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-09-23T21:27:34.233Z",
            "orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
            "shortName": "Wordfence"
          },
          "references": [
            {
              "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/267acbd7-379c-4930-aa85-3071dfcac5a5?source=cve"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/ethpress/tags/2.3.5/app/Login.php#L46"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/ethpress/tags/2.3.5/app/Login.php#L51"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/ethpress/tags/2.3.5/app/Plugin.php#L75"
            },
            {
              "url": "https://plugins.trac.wordpress.org/browser/ethpress/tags/2.3.5/app/Address.php#L419"
            },
            {
              "url": "https://plugins.trac.wordpress.org/changeset/3683106/ethpress/trunk/app/Login.php"
            }
          ],
          "timeline": [
            {
              "lang": "en",
              "time": "2026-09-06T05:01:44.000Z",
              "value": "Vendor Notified"
            },
            {
              "lang": "en",
              "time": "2026-09-23T09:05:24.000Z",
              "value": "Disclosed"
            }
          ],
          "title": "EthPress <= 2.3.5 - Unauthenticated Authentication Bypass"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599",
        "assignerShortName": "Wordfence",
        "cveId": "CVE-2026-19125",
        "datePublished": "2026-09-23T21:27:34.233Z",
        "dateReserved": "2026-08-06T15:46:55.338Z",
        "dateUpdated": "2026-09-23T21:27:34.233Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }