Cyber Posture

CVE-2026-28213

Critical

Published: 26 February 2026

Published
26 February 2026
Modified
28 February 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0002 6.7th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28213 is a critical-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Evershop Evershop. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 6.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 IA-5 (Authenticator Management) and SC-14 (Public Access Protections).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

IA-5 requires secure management and protection of authenticators like password reset tokens to prevent their disclosure in API responses.

prevent

SI-15 mandates filtering sensitive information such as password reset tokens from information system outputs prior to transmission.

prevent

SC-14 enforces approved authorizations for access to publicly accessible information, preventing exposure of reset tokens via unauthenticated API endpoints.

MITRE ATT&CK Enterprise TechniquesAI

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.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

Public-facing forgot-password API flaw directly enables remote exploitation (T1190) resulting in account takeover and abuse of valid accounts (T1078) via exposed reset tokens.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

EverShop is a TypeScript-first eCommerce platform. Versions prior to 2.1.1 have a vulnerability in the "Forgot Password" functionality. When specifying a target email address, the API response returns the password reset token. This allows an attacker to take over the…

more

associated account. Version 2.1.1 fixes the issue.

Deeper analysisAI

CVE-2026-28213 is a critical vulnerability in the "Forgot Password" functionality of EverShop, a TypeScript-first eCommerce platform. Versions prior to 2.1.1 are affected, where the API endpoint, upon receiving a target email address, returns the generated password reset token in the response. This exposure violates information disclosure principles (CWE-200) and improper handling of sensitive information in password recovery (CWE-640), earning a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

The vulnerability enables remote, unauthenticated attackers with network access to exploit it with low complexity and no user interaction. By simply submitting a victim's email address to the forgot password API, an attacker obtains the reset token and can immediately use it to complete the password reset process, achieving full account takeover. This grants unauthorized access to the victim's account, potentially leading to data theft, fraudulent transactions, or further compromise within the eCommerce environment.

Mitigation is addressed in EverShop version 2.1.1, which fixes the issue by preventing the reset token from being returned in API responses. Security practitioners should upgrade to this version immediately. Additional details are available in the official GitHub security advisory (GHSA-cg73-g723-39jw) and the v2.1.1 release notes.

Details

CWE(s)

Affected Products

evershop
evershop
≤ 2.1.1

CVEs Like This One

CVE-2026-25993Same product: Evershop Evershop
CVE-2025-67419Same product: Evershop Evershop
CVE-2026-32865Shared CWE-200, CWE-640
CVE-2026-33707Shared CWE-640
CVE-2026-30459Shared CWE-640
CVE-2026-40885Shared CWE-200
CVE-2026-2564Shared CWE-640
CVE-2026-28268Shared CWE-640
CVE-2025-30214Shared CWE-200
CVE-2026-34751Shared CWE-640

References