Cyber Posture

CVE-2025-70833

Critical

Published: 20 February 2026

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

Description

An Authentication Bypass vulnerability in Smanga 3.2.7 allows an unauthenticated attacker to reset the password of any user (including the administrator) and fully takeover the account by manipulating POST parameters. The issue stems from insecure permission validation in check-power.php.

Mitigating Controls (NIST 800-53 r5)AI

prevent

AC-3 requires enforcement of approved authorizations, directly addressing the insecure permission validation in check-power.php that allowed unauthorized password resets.

prevent

SI-10 mandates validation of information inputs like manipulated POST parameters to prevent authorization bypass through user-controlled data.

prevent

IA-5 ensures secure management of authenticators such as passwords, mitigating unauthorized resets and account takeovers.

Security SummaryAI

CVE-2025-70833 is an authentication bypass vulnerability in Smanga version 3.2.7. It enables an unauthenticated attacker to reset the password of any user, including the administrator, and achieve full account takeover by manipulating POST parameters. The issue arises from insecure permission validation in the check-power.php component, mapped to CWEs-287 (Improper Authentication) and CWE-639 (Authorization Bypass Through User-Controlled Key). The vulnerability was published on 2026-02-20 and carries a CVSS v3.1 base score of 9.4 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L).

An unauthenticated attacker (PR:N) with network access (AV:N) can exploit this remotely with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation grants high confidentiality (C:H) and integrity (I:H) impacts through account takeover, alongside low availability impact (A:L), without changing scope (S:U).

Advisory details are provided in the referenced GitHub issue at https://github.com/LX-66-LX/cve/issues/4.

Details

CWE(s)

Affected Products

lkw199711
smanga
3.2.7

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.
Why these techniques?

Unauthenticated remote exploitation of a public-facing web application vulnerability enables initial access via authentication bypass and account takeover.

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

References