CVE-2026-27904 Vulnerability Analysis & Exploit Details

CVE-2026-27904
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-27904 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-2026-27904 Details

Status: Analyzed

Last updated: 🕔 27 Feb 2026, 17:16 UTC
Originally published on: 🕑 26 Feb 2026, 02:16 UTC

Time between publication and last update: 1 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-2026-27904 Vulnerability Summary

CVE-2026-27904: minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4, nested `*()` extglobs produce regexps with nested unbounded quantifiers (e.g. `(?:(?:a|b)*)*`), which exhibit catastrophic backtracking in V8. With a 12-byte pattern `*(*(*(a|b)))` and an 18-byte non-matching input, `minimatch()` stalls for over 7 seconds. Adding a single nesting level or a few input characters pushes this to minutes. This is the most severe finding: it is triggered by the default `minimatch()` API with no special options, and the minimum viable pattern is only 12 bytes. The same issue affects `+()` extglobs equally. Versions 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.4 fix the issue.

Assessing the Risk of CVE-2026-27904

Access Complexity Graph

The exploitability of CVE-2026-27904 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-2026-27904

With low attack complexity and no required privileges, CVE-2026-27904 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-2026-27904, 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-2026-27904, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

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

CVE-2026-27904 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:minimatch_project:minimatch:0.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.0.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.0.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.1.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.1.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.7:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.7:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.8:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.8:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.9:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.9:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.10:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.10:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.11:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.11:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.12:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.12:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.13:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.13:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.2.14:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.2.14:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.3.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.3.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:0.4.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:0.4.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:1.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:1.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.0-0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.0-0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.7:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.7:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.8:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.8:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.9:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.9:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:2.0.10:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:2.0.10:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.7:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.7:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.0.8:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.0.8:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:3.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:3.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.2.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.2.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.2.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.2.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:4.2.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:4.2.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:5.1.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:5.1.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.7:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.7:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.8:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.8:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.9:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.9:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.1.10:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.1.10:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:6.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:6.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.1.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.1.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.1.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.1.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.3.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.3.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:7.4.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:7.4.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:8.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:8.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:8.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:8.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:8.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:8.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:8.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:8.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:8.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:8.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:9.0.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:9.0.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.1.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.1.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.2.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.2.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:minimatch_project:minimatch:10.2.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:minimatch_project:minimatch:10.2.2:*:*:*:*:node.js:*:*

Protect Your Infrastructure against CVE-2026-27904: 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-2026-29023 – Keygraph Shannon contains a hard-coded API key in its router configuration that, when the router component is enabled and exposed, allows network a...
  • CVE-2025-70039 – An issue pertaining to CWE-78: Improper Neutralization of Special Elements used in an OS Command was discovered in linagora Twake v2023.Q1.1223.
  • CVE-2025-70038 – An issue pertaining to CWE-79: Improper Neutralization of Input During Web Page Generation was discovered in linagora Twake v2023.Q1.1223. This all...
  • CVE-2025-70034 – An issue pertaining to CWE-1333: Inefficient Regular Expression Complexity (4.19) was discovered in mscdex ssh2 v1.17.0.
  • CVE-2025-70033 – An issue pertaining to CWE-79: Improper Neutralization of Input During Web Page Generation was discovered in Sunbird-Ed SunbirdEd-portal v1.13.4.