Cyber Posture

CVE-2026-25222

HighPublic PoC

Published: 02 February 2026

Published
02 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0004 11.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25222 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Polarlearn Polarlearn. Its CVSS base score is 7.5 (High).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Email Addresses (T1589.002) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-200

Automated marking applies security attributes to system outputs, making it harder for attackers to exploit unmarked sensitive information leading to unauthorized exposure.

addresses: CWE-200

Proper attribute retention and permitted-value enforcement limits unauthorized actors from accessing sensitive information lacking correct labels.

addresses: CWE-200

Prevents unauthorized exposure of sensitive information by prohibiting untrusted external systems from processing or storing it.

addresses: CWE-200

By enforcing authorization matching prior to sharing, the control reduces the risk of exposing sensitive information to unauthorized actors.

addresses: CWE-200

Review and removal of nonpublic information from publicly accessible systems directly prevents exposure of sensitive data to unauthorized actors.

addresses: CWE-200

Data mining protection mechanisms detect and block unauthorized bulk extraction of sensitive data, directly mitigating exposure to unauthorized actors.

addresses: CWE-200

Literacy training teaches users to recognize and avoid actions that result in unauthorized exposure of sensitive information.

addresses: CWE-200

Retaining and monitoring training records confirms personnel have completed privacy and security awareness training on handling sensitive data, reducing the chance of unauthorized exposure due to lack of knowledge.

MITRE ATT&CK Enterprise TechniquesAI

T1589.002 Email Addresses Reconnaissance
Adversaries may gather email addresses that can be used during targeting.
T1087.003 Email Account Discovery
Adversaries may attempt to get a listing of email addresses and accounts.
Why these techniques?

Timing side-channel directly enables remote enumeration of valid email addresses/accounts (T1589.002, T1087.003) without authentication.

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

NVD Description

PolarLearn is a free and open-source learning program. In 0-PRERELEASE-15 and earlier, a timing attack vulnerability in the sign-in process allows unauthenticated attackers to determine if a specific email address is registered on the platform. By measuring the response time…

more

of the login endpoint, an attacker can distinguish between valid and invalid email addresses. This occurs because the server only performs the computationally expensive Argon2 password hashing if the user exists in the database. Requests for existing users take significantly longer (~650ms) than requests for non-existent users (~160ms).

Deeper analysisAI

CVE-2026-25222 is a timing attack vulnerability affecting PolarLearn, a free and open-source learning program, in versions 0-PRERELEASE-15 and earlier. The issue resides in the sign-in process, where unauthenticated attackers can determine if a specific email address is registered on the platform by measuring response times from the login endpoint. This discrepancy arises because the server performs computationally expensive Argon2 password hashing only for existing users, resulting in significantly longer response times—approximately 650ms for valid emails versus 160ms for non-existent ones. The vulnerability is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and maps to CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor).

Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no privileges required. By sending repeated login requests with targeted email addresses and timing the responses, attackers can reliably enumerate valid user accounts registered on the platform. This enables harvesting of email lists, which could facilitate further attacks such as phishing, credential stuffing, or social engineering, though it does not allow direct access to passwords or other account data.

Mitigation is detailed in the PolarLearn GitHub security advisory (GHSA-wcr9-mvr9-4qh5) and addressed in commit 6c276855172c7310cce0df996cb47ffe0d886741, which likely implements consistent timing behavior in the authentication flow to prevent side-channel leakage. Security practitioners should update to a patched version beyond 0-PRERELEASE-15 and review login endpoints for similar timing oracle issues in custom implementations.

Details

CWE(s)

Affected Products

polarlearn
polarlearn
all versions

CVEs Like This One

CVE-2026-39322Same product: Polarlearn Polarlearn
CVE-2026-35610Same product: Polarlearn Polarlearn
CVE-2026-25885Same product: Polarlearn Polarlearn
CVE-2026-25221Same product: Polarlearn Polarlearn
CVE-2026-25126Same product: Polarlearn Polarlearn
CVE-2026-2025Shared CWE-200
CVE-2026-24870Shared CWE-200
CVE-2026-4020Shared CWE-200
CVE-2025-21620Shared CWE-200
CVE-2025-62188Shared CWE-200

References