PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97064 yzcheng90 CVE debrief

CVE-2026-97064 is a critical authentication bypass vulnerability in X-SpringBoot through version 6.0, where a hardcoded static master login verification code '172839' is enabled by default in the database seed. This allows unauthenticated attackers to authenticate as any user by submitting the public master code to the emailOrMobileLogin endpoint with a known email or mobile number.

Vendor
yzcheng90
Product
X-SpringBoot
CVSS
CRITICAL 9.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Defenders responsible for X-SpringBoot deployments, especially those with authentication exposed to untrusted networks, should assess exposure and prioritize remediation. This includes verifying affected versions, reviewing compensating controls, and implementing additional authentication and authorization mechanisms. Security teams should also monitor for potential exploitation attempts and track exceptions, retest remediated assets, and close the item.

Why it matters

CVE-2026-97064 is a critical authentication bypass vulnerability in X-SpringBoot through version 6.0. Defenders should prioritize verifying and remediating this vulnerability, especially in systems where authentication is exposed to untrusted networks.

  • Unauthenticated attackers can bypass authentication and potentially access sensitive data or systems
  • The hardcoded master login verification code can be used to authenticate as any user
  • Remediation priority is high due to the critical CVSS score of 9.3
  • Verification of affected versions and remediation steps is necessary

Technical summary

The X-SpringBoot through version 6.0 contains a hardcoded static master login verification code '172839' enabled by default in the database seed. This vulnerability allows unauthenticated attackers to authenticate as any user by submitting the public master code to the emailOrMobileLogin endpoint with a known email or mobile number. Defenders should prioritize verifying and remediating this vulnerability in X-SpringBoot deployments, especially in systems where authentication is exposed to untrusted networks. The hardcoded master login verification code can be used to authenticate as any user, and remediation priority is high due to the critical CVSS score of 9.3.

Defensive priority

Defenders should prioritize verifying and remediating this vulnerability in X-SpringBoot deployments, especially in systems where authentication is exposed to untrusted networks.

Recommended defensive actions

  • Verify X-SpringBoot version and check if the hardcoded master login verification code is present
  • Disable or change the hardcoded master login verification code
  • Implement additional authentication and authorization mechanisms
  • Monitor for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details about the hardcoded master login verification code and its impact on X-SpringBoot. However, the exact versions affected and remediation steps require further verification from official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97064 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97064

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97064 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97064

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/LinYuanyi1/cve-request-poc/blob/master/x-springboot/02_sms-code-account-takeover.py

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/yzcheng90/X-SpringBoot

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/yzcheng90/X-SpringBoot/blob/d74ddba989c0449948ff1ddb0d211b6a7ce81bfa/doc/x_springboot.sql

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/yzcheng90/X-SpringBoot/blob/d74ddba989c0449948ff1ddb0d211b6a7ce81bfa/src/main/java/com/suke/czx/modules/sys/controller/SysLoginController.java

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/x-springboot-through-6.0-authentication-bypass-via-static-master-code

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.