CVE-2026-79319
Received Received - Intake

Incorrect Access Control in Stencil Core 4.43.5

Vulnerability report for CVE-2026-79319, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: MITRE

Description

Stencil core 4.43.5 is vulnerable to Incorrect Access Control.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
stencil core 4.43.5
ionic stencil 4.43.5
ionic stencil 4.45.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79319 is a medium-severity vulnerability in Stencil core 4.43.5 where the WebSocket debugging channel in the dev server leaks sensitive build information without authentication. Attackers can access metadata like project paths, source directories, output files, component graphs, and error details by connecting to the dev server's port.

Detection Guidance

Check if the Stencil dev server is running on your system by inspecting open ports with commands like 'netstat -tuln' or 'ss -tuln' to identify WebSocket connections on typical dev ports (e.g., 3333). Look for unauthorized connections to these ports from external sources.

Impact Analysis

This vulnerability allows unauthorized actors to gather sensitive information about your development environment. Attackers could use leaked metadata to map your project structure, identify errors, or plan further attacks against your system. The impact is primarily reconnaissance, but it could lead to deeper exploitation if combined with other vulnerabilities.

Compliance Impact

This vulnerability may expose sensitive project data, which could violate GDPR if personal data is involved or HIPAA if health-related information is leaked. Organizations must ensure development environments are secured to prevent unauthorized access to sensitive data, as such leaks could result in compliance violations and legal consequences.

Mitigation Strategies

Restrict access to the Stencil dev server by binding it to localhost only (e.g., 'stencil start --address 127.0.0.1') or use a firewall to block external access. Avoid exposing the dev server to untrusted networks until a patch is released.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79319. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart