CVE-2026-27903 Vulnerability Analysis & Exploit Details

CVE-2026-27903
Vulnerability Scoring

7.5
/10
Very High Risk

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

Status: Analyzed

Last updated: 🕔 27 Feb 2026, 17:21 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-27903 Vulnerability Summary

CVE-2026-27903: 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.3, `matchOne()` performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent `**` (GLOBSTAR) segments and the input path does not match. The time complexity is O(C(n, k)) -- binomial -- where `n` is the number of path segments and `k` is the number of globstars. With k=11 and n=30, a call to the default `minimatch()` API stalls for roughly 5 seconds. With k=13, it exceeds 15 seconds. No memoization or call budget exists to bound this behavior. Any application where an attacker can influence the glob pattern passed to `minimatch()` is vulnerable. The realistic attack surface includes build tools and task runners that accept user-supplied glob arguments (ESLint, Webpack, Rollup config), multi-tenant systems where one tenant configures glob-based rules that run in a shared process, admin or developer interfaces that accept ignore-rule or filter configuration as globs, and CI/CD pipelines that evaluate user-submitted config files containing glob patterns. An attacker who can place a crafted pattern into any of these paths can stall the Node.js event loop for tens of seconds per invocation. The pattern is 56 bytes for a 5-second stall and does not require authentication in contexts where pattern input is part of the feature. 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.3 fix the issue.

Assessing the Risk of CVE-2026-27903

Access Complexity Graph

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

With low attack complexity and no required privileges, CVE-2026-27903 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-27903, 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-27903, 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-27903 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-27903 poses no threat to data integrity.
  • Availability: High
    CVE-2026-27903 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-27903 References

External References

CWE Common Weakness Enumeration

CWE-407

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-27903: 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-3288 – A security issue was discovered in ingress-nginx where the `nginx.ingress.kubernetes.io/rewrite-target` Ingress annotation can be used to inject co...
  • CVE-2026-31816 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.4 and earlier, the Budibase server's authorized()...
  • CVE-2026-30240 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.5 and earlier, a path traversal vulnerability in ...
  • CVE-2026-25960 – vLLM is an inference and serving engine for large language models (LLMs). The SSRF protection fix for CVE-2026-24779 add in 0.15.1 can be bypassed ...
  • CVE-2026-25737 – Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.24.0 and earlier, an arbitrary file upload vulnerabi...