Cyber Resilience

CVE-2026-3186

Szadmin Sz-Boot-Parent ≤ 0.9.0

Public PoC
Published
25 February 2026
Modified
26 February 2026
Patch / advisory
CVSS Score v4 5.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0022 13th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3186 is a medium-severity Use of Default Password (CWE-1393) vulnerability in Szadmin Sz-Boot-Parent. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked at the 13th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability was determined in feiyuchuixue sz-boot-parent up to 1.3.2-beta. Affected by this vulnerability is an unknown functionality of the file /api/admin/sys-user/reset/password/ of the component Password Reset Handler. This manipulation of the argument userId causes use of default password. The…

more

attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.3.3-beta addresses this issue. Patch name: aefaabfd7527188bfba3c8c9eee17c316d094802. It is suggested to upgrade the affected component. The project was informed beforehand and acted very professional: "We have added authorization validation to the password reset interface; now only users with the corresponding permissions are allowed to perform password resets."

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1098 Account Manipulation Persistence
Adversaries may manipulate accounts to maintain and/or elevate access to victim systems.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Vulnerability enables remote unauthorized password reset to defaults on a public API endpoint (T1190), directly facilitating use of default accounts (T1078.001) and account manipulation (T1098).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-3185Same product: Szadmin Sz-Boot-Parent
CVE-2026-3187Same product: Szadmin Sz-Boot-Parent
CVE-2025-26793Shared CWE-1393
CVE-2026-24429Shared CWE-1393
CVE-2025-66050Shared CWE-1393
CVE-2024-49559Shared CWE-1393
CVE-2026-5269Shared CWE-1393
CVE-2025-9589Shared CWE-1393
CVE-2025-2347Shared CWE-1393
CVE-2025-22938Shared CWE-1393

Affected Assets

szadmin
sz-boot-parent
1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0 · ≤ 0.9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • IA-5 Authenticator Management
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on the password-reset endpoint so that only permitted users may invoke it, eliminating the missing-permission flaw that allowed arbitrary userId-based resets.

prevent

Restricts the password-reset privilege to the minimal set of administrative roles, preventing any user without that explicit right from triggering default-password resets.

prevent

Requires secure authenticator-management procedures (including controlled password resets) rather than permitting unauthenticated or unrestricted reset operations that produce default passwords.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 full match
prevents

Credential management directly requires replacing default passwords with unique, strong credentials.

PR.PS-01 mostly match
prevents

Hardened configuration baselines explicitly prohibit default passwords, covering most of the weakness but not all identity-management aspects.

ID.RA-01 partial match
prevents

Vulnerability scanning will discover default-password instances, enabling remediation, yet does not itself prevent their initial use.

PR.AA-03 partial match
prevents

Authentication policies can enforce non-default passwords but do not address the full scope of credential lifecycle.

PR.AA-05 partial match
prevents

Authorization policies assume credentials already exist and are not default; least-privilege helps limit impact but does not prevent defaults.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Mandates secure handling and change of authentication secrets, directly addressing default passwords.

prevents

Configuration management processes typically enforce changing defaults during hardening.

mitigates

Requires secure authentication mechanisms, which includes replacing or disabling default credentials.

none

Utility programs often ship with defaults; control requires secure configuration before use.

none

Privileged accounts must not retain factory passwords, reducing risk of default-credential abuse.

References