CVE-2022-24713 Vulnerability Analysis & Exploit Details

CVE-2022-24713
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2022-24713 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-24713 Details

Status: Modified

Last updated: 🕡 21 Nov 2024, 06:50 UTC
Originally published on: 🕖 08 Mar 2022, 19:15 UTC

Time between publication and last update: 988 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE-2022-24713 Vulnerability Summary

CVE-2022-24713: regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those (tunable) mitigations already provide sane defaults to prevent attacks. This guarantee is documented and it's considered part of the crate's API. Unfortunately a bug was discovered in the mitigations designed to prevent untrusted regexes to take an arbitrary amount of time during parsing, and it's possible to craft regexes that bypass such mitigations. This makes it possible to perform denial of service attacks by sending specially crafted regexes to services accepting user-controlled, untrusted regexes. All versions of the regex crate before or equal to 1.5.4 are affected by this issue. The fix is include starting from regex 1.5.5. All users accepting user-controlled regexes are recommended to upgrade immediately to the latest version of the regex crate. Unfortunately there is no fixed set of problematic regexes, as there are practically infinite regexes that could be crafted to exploit this vulnerability. Because of this, it us not recommend to deny known problematic regexes.

Assessing the Risk of CVE-2022-24713

Access Complexity Graph

The exploitability of CVE-2022-24713 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2022-24713

With low attack complexity and no required privileges, CVE-2022-24713 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2022-24713, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2022-24713, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2022-24713 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2022-24713 poses no threat to data integrity.
  • Availability: High
    CVE-2022-24713 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.461% (probability of exploit)

EPSS Percentile: 75.66% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 24.340000000000003% of others.

CVE-2022-24713 References

External References

CWE Common Weakness Enumeration

CWE-1333

CAPEC Common Attack Pattern Enumeration and Classification

  • Regular Expression Exponential Blowup CAPEC-492 An adversary may execute an attack on a program that uses a poor Regular Expression(Regex) implementation by choosing input that results in an extreme situation for the Regex. A typical extreme situation operates at exponential time compared to the input size. This is due to most implementations using a Nondeterministic Finite Automaton(NFA) state machine to be built by the Regex algorithm since NFA allows backtracking and thus more complex regular expressions.

Vulnerable Configurations

  • cpe:2.3:a:rust-lang:regex:0.1.27:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.27:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.28:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.28:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.45:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.45:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.46:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.46:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.47:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.47:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.48:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.48:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.49:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.49:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.50:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.50:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.51:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.51:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.52:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.52:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.53:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.53:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.54:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.54:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.55:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.55:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.56:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.56:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.57:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.57:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.58:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.58:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.59:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.59:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.60:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.60:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.61:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.61:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.62:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.62:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.63:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.63:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.64:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.64:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.65:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.65:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.66:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.66:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.67:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.67:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.68:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.68:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.69:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.69:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.70:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.70:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.71:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.71:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.72:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.72:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.73:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.73:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.74:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.74:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.75:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.75:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.76:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.76:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.77:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.77:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.78:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.78:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.79:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.79:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.1.80:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.1.80:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.4:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.5:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.5:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.6:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.6:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.7:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.7:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.8:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.8:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.9:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.9:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.10:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.10:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:0.2.11:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:0.2.11:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.4:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.5:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.5:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.0.6:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.0.6:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.4:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.5:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.5:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.6:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.6:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.7:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.7:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.8:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.8:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.1.9:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.1.9:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.2.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.2.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.2.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.2.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.4:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.5:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.5:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.6:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.6:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.8:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.8:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.3.9:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.3.9:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.4:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.5:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.5:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.4.6:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.4.6:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.5.0:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.5.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.5.1:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.5.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.5.2:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.5.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.5.3:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.5.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:rust-lang:regex:1.5.4:*:*:*:*:rust:*:*
    cpe:2.3:a:rust-lang:regex:1.5.4:*:*:*:*:rust:*:*
  • cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2022-24713: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-3103 – The CLEVER - HTML5 Radio Player With History - Shoutcast and Icecast - Elementor Widget Addon plugin for WordPress is vulnerable to arbitrary file ...
  • CVE-2025-3275 – The Themesflat Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the TF E Slider widget in all versions up...
  • CVE-2025-1457 – The Element Pack Addons for Elementor – Free Templates and Widgets for Your WordPress Websites plugin for WordPress is vulnerable to Stored Cross-S...
  • CVE-2025-1093 – The AIHub theme for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the generate_image function in all ver...
  • CVE-2025-3284 – The User Registration & Membership – Custom Registration Form, Login Form, and User Profile plugin for WordPress is vulnerable to Cross-Site Reques...