CVE-2026-33671 Vulnerability Analysis & Exploit Details

CVE-2026-33671
Vulnerability Scoring

7.5
/10
Very High Risk

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

Status: Analyzed

Last updated: 🕜 01 Apr 2026, 13:45 UTC
Originally published on: 🕙 26 Mar 2026, 22:16 UTC

Time between publication and last update: 5 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-33671 Vulnerability Summary

CVE-2026-33671: Picomatch is a glob matcher written JavaScript. Versions prior to 4.0.4, 3.0.2, and 2.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) when processing crafted extglob patterns. Certain patterns using extglob quantifiers such as `+()` and `*()`, especially when combined with overlapping alternatives or nested extglobs, are compiled into regular expressions that can exhibit catastrophic backtracking on non-matching input. Applications are impacted when they allow untrusted users to supply glob patterns that are passed to `picomatch` for compilation or matching. In those cases, an attacker can cause excessive CPU consumption and block the Node.js event loop, resulting in a denial of service. Applications that only use trusted, developer-controlled glob patterns are much less likely to be exposed in a security-relevant way. This issue is fixed in picomatch 4.0.4, 3.0.2 and 2.3.2. Users should upgrade to one of these versions or later, depending on their supported release line. If upgrading is not immediately possible, avoid passing untrusted glob patterns to `picomatch`. Possible mitigations include disabling extglob support for untrusted patterns by using `noextglob: true`, rejecting or sanitizing patterns containing nested extglobs or extglob quantifiers such as `+()` and `*()`, enforcing strict allowlists for accepted pattern syntax, running matching in an isolated worker or separate process with time and resource limits, and applying application-level request throttling and input validation for any endpoint that accepts glob patterns.

Assessing the Risk of CVE-2026-33671

Access Complexity Graph

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

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

CVE-2026-33671 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:jonschlinkert:picomatch:-:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:-:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.1.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.1.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:1.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:1.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.4:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.4:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.5:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.5:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.6:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.6:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.0.7:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.0.7:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.1.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.1.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.1.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.1.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.2.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.2.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.2.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.2.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.2.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.2.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.2.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.2.3:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.3.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.3.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:2.3.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:2.3.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:3.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:3.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:3.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:3.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:4.0.0:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:4.0.0:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:4.0.1:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:4.0.1:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:4.0.2:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:4.0.2:*:*:*:*:node.js:*:*
  • cpe:2.3:a:jonschlinkert:picomatch:4.0.3:*:*:*:*:node.js:*:*
    cpe:2.3:a:jonschlinkert:picomatch:4.0.3:*:*:*:*:node.js:*:*

Protect Your Infrastructure against CVE-2026-33671: 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-29144 – SEPPmail Secure Email Gateway before version 15.0.3 allows an attacker to bypass subject sanitization and forge security tags using Unicode lookali...
  • CVE-2026-29143 – SEPPmail Secure Email Gateway before version 15.0.3 does not properly authenticate the inner message of S/MIME-encrypted MIME entities, allowing an...
  • CVE-2026-29142 – SEPPmail Secure Email Gateway before version 15.0.3 allows an attacker to forge a GINA-encrypted email.
  • CVE-2026-29141 – SEPPmail Secure Email Gateway before version 15.0.3 allows an attacker to bypass subject sanitization and forge tags such as [signed OK].
  • CVE-2026-29140 – SEPPmail Secure Email Gateway before version 15.0.3 allows an attacker to cause attacker-controlled certificates to be used for future encryption t...