A flaw has been found in skvadrik re2c up to 4.4. Impacted is the function check_and_merge_special_rules of the file src/parse/ast.cc. This manipulation causes null pointer dereference. The attack can only be executed locally. The exploit has been published and may be used. Patch name: febeb977936f9519a25d9fbd10ff8256358cdb97. It is suggested to install a patch to address this issue.
Security readout for executives and security teams
Plain-English summary
CVE-2026-2903 is a crash bug in re2c, a developer tool. A local user can trigger a null pointer dereference and cause limited availability impact. It is not described as remote code execution, and the bundle does not show active exploitation.
Executive priority
Treat as a moderate developer-tool availability risk. Prioritize remediation on shared build infrastructure and systems that process externally supplied source or grammar files.
Technical view
skvadrik re2c 4.0 through 4.4 is reported affected in src/parse/ast.cc, function check_and_merge_special_rules. The issue is classified as CWE-404 and CWE-476 with CVSS v4.0 score 4.8, requiring local low-privilege access and affecting availability only.
Likely exposure
Exposure is most likely on developer workstations, build hosts, CI systems, or package pipelines where re2c 4.0-4.4 is installed and locally invoked.
Exploitation context
The source bundle states that an exploit has been published and may be used, but KEV is false and no cited source states active exploitation in the wild.
Researcher notes
Evidence supports a local null pointer dereference in re2c, with public exploit material referenced. The bundle does not identify a fixed release number, active exploitation, or confidentiality/integrity impact.
Mitigation direction
Identify all installed re2c versions across developer, build, and CI environments.
Apply the referenced patch febeb977936f9519a25d9fbd10ff8256358cdb97 or vendor-provided fixed release.
Restrict local access to systems where vulnerable re2c is installed.
Avoid processing untrusted re2c inputs until patched.
Monitor upstream re2c and distribution advisories for packaged fixes.
Validation and detection
Confirm whether re2c versions 4.0, 4.1, 4.2, 4.3, or 4.4 are present.
Verify patched builds include commit febeb977936f9519a25d9fbd10ff8256358cdb97 or a vendor equivalent.
Check CI images, developer base images, and package manifests for re2c dependencies.
Review crash reports or build failures involving re2c parsing paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-404: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-404 · source CWE mapping
Improper Resource Shutdown or Release
Improper Resource Shutdown or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.