Cyber Resilience

CVE-2025-70129

Pluxml ≤ 5.8.22

Public PoC
Published
10 March 2026
Modified
07 April 2026
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0029 21th percentile
Risk Priority 43 floored blend · peak EPSS

Summary

CVE-2025-70129 is a medium-severity Guessable CAPTCHA (CWE-804) vulnerability in Pluxml Pluxml. Its CVSS base score is 5.3 (Medium).

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

EU & UK References

Vulnerability Data

If the anti spam-captcha functionality in PluXml versions 5.8.22 and earlier is enabled, a captcha challenge is generated with a format that can be automatically recognized for articles, such that an automated script is able to solve this anti-spam mechanism…

more

trivially and publish spam comments. The details of captcha challenge are exposed within document body of articles with comments & anti spam-captcha functionalities enabled, including "capcha-letter", "capcha-word" and "capcha-token" which can be used to construct a valid post request to publish a comment. As such, attackers can flood articles with automated spam comments, especially if there are no other web defenses available.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1110.003 Password Spraying Credential Access
Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-15438Same product: Pluxml Pluxml
CVE-2025-67436Same product: Pluxml Pluxml
CVE-2024-22636Same product: Pluxml Pluxml
CVE-2026-24350Same product: Pluxml Pluxml
CVE-2025-70128Same product: Pluxml Pluxml
CVE-2026-24352Same product: Pluxml Pluxml
CVE-2026-24351Same product: Pluxml Pluxml
CVE-2024-30540Shared CWE-804
CVE-2024-31295Shared CWE-804
CVE-2025-32036Shared CWE-804

Affected Assets

pluxml
pluxml
≤ 5.8.22

Mitigating Controls

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.PS-06 mostly match
prevents

Secure development practices directly require non-guessable CAPTCHA implementations.

PR.AA-03 partial match
prevents

Strong authentication practices include effective CAPTCHA challenges to block automated actors.

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.

finds

Security testing can detect weak CAPTCHA implementations before deployment.

prevents

Application security requirements mandate effective CAPTCHA challenges that cannot be easily bypassed by bots.

prevents

Secure coding practices ensure CAPTCHA logic is resistant to automated recognition or guessing attacks.

prevents

Strong authentication mechanisms include robust CAPTCHA implementations that resist automated guessing.

References