Cyber Resilience

CVE-2025-13079

Published
19 February 2026
Modified
15 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.0037 30th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2025-13079 is a medium-severity Use of Predictable Algorithm in Random Number Generator (CWE-1241) vulnerability in Wordpress (inferred from references). Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Brute Force (T1110); ranked at the 30th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-13 (Cryptographic Protection) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The Popup Builder – Create highly converting, mobile friendly marketing popups. plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.4.2. This is due to the plugin generating predictable unsubscribe tokens using deterministic data.…

more

This makes it possible for unauthenticated attackers to unsubscribe arbitrary subscribers from mailing lists via brute-forcing the unsubscribe token, granted they know the victim's email address

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
T1558 Steal or Forge Kerberos Tickets Credential Access
Adversaries may attempt to subvert Kerberos authentication by stealing or forging Kerberos tickets to enable [Pass the Ticket](https://attack.
T1606 Forge Web Credentials Credential Access
Adversaries may forge credential materials that can be used to gain access to web applications or Internet services.
T1649 Steal or Forge Authentication Certificates Credential Access
Adversaries may steal or forge certificates used for authentication to access remote systems or resources.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-4695Shared CWE-1241
CVE-2025-32056Shared CWE-1241
CVE-2026-6420Shared CWE-1241
CVE-2026-57869Shared CWE-1241
CVE-2026-26018Shared CWE-1241

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.5.3
  • V7.2.3
  • V11.5.1
  • V11.5.2

Mitigating Controls (NIST 800-53 r5) AI

Specifying required cryptographic mechanisms and algorithms precludes predictable RNG implementations.

Security engineering principles require selection of cryptographically secure RNG algorithms instead of predictable ones.

Cryptographic key establishment and management mandates use of unpredictable random values for key material.

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 SDLC practices directly require cryptographically strong RNGs, preventing predictable algorithms at design time.

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 predictable RNG behavior before deployment.

prevents

Mandates use of approved cryptographic algorithms and RNGs, directly preventing predictable PRNGs.

prevents

Secure SDLC requires vetted RNG components, reducing likelihood of predictable algorithms.

prevents

Secure engineering principles include selection of cryptographically strong random number generators.

prevents

Secure coding standards prohibit use of weak or predictable RNG functions.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (2 rules)
  • V-248600 OL 8 must have the packages required to use the hardware random number generator entropy gatherer service. prevents CWE-1241
  • V-248563 The OL 8 SSH server must be configured to use strong entropy. prevents CWE-1241
RHEL 8 (2 rules)
  • V-230253 RHEL 8 must ensure the SSH server uses strong entropy. prevents CWE-1241
  • V-244527 RHEL 8 must have the packages required to use the hardware random number generator entropy gatherer service. prevents CWE-1241

References