Skip to main content

Winter CMS CVE-2026-79773

| EUVDEUVD-2026-65531 MEDIUM
Path Traversal (CWE-22)
2026-08-25 VulnCheck GHSA-gqr6-9g7c-7g7r
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
4.9 MEDIUM

PR:H required for cms.manage_assets; S:U as both write and public read occur within the same Winter CMS instance; C:H for APP_KEY and credential disclosure; no integrity or availability impact.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Aug 25, 2026 - 16:14 vuln.today
Analysis Generated
Aug 25, 2026 - 16:14 vuln.today

DescriptionCVE.org

Winter CMS before 1.2.13 contains a local file inclusion vulnerability in the JavascriptImporter filter that allows authenticated users with cms.manage_assets permission to disclose arbitrary server-readable files by placing =include or =require directives in theme JavaScript assets. Attackers can reference files like .env outside the theme directory, and the combined output served through the combine route becomes readable by unauthenticated visitors, exposing application keys and database credentials.

AnalysisAI

Local file inclusion in Winter CMS before 1.2.13 allows authenticated backend users holding the cms.manage_assets permission to exfiltrate arbitrary server-readable files - including .env - by embedding =include or =require path-traversal directives in theme JavaScript assets. The critical escalation is that the resulting combined asset output is served unauthenticated via the public combine/{file} route, meaning a single privileged write operation exposes APP_KEY and database credentials to any unauthenticated visitor. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain backend account with cms.manage_assets
Delivery
Edit theme JS asset to embed =include ../../../.env directive
Exploit
Trigger asset compilation via page load
Execution
Retrieve disclosed .env contents from public /combine/{file} URL
Impact
Extract APP_KEY and database credentials

Vulnerability AssessmentAI

Exploitation Exploitation requires an active Winter CMS backend account with the cms.manage_assets permission ('Manage website assets - images, JavaScript files, CSS files'). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 6.9 (AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N) accurately captures the two-phase risk profile: exploitation is gated by PR:H (cms.manage_assets), substantially limiting attacker population, but the resulting disclosure of APP_KEY and database credentials via an unauthenticated public route represents a high-severity confidentiality impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with a compromised or malicious Winter CMS backend account bearing cms.manage_assets opens a theme JavaScript asset in the backend editor and inserts a comment block containing =include ../../../.env. On the next page load referencing that asset, the combiner inlines the .env file contents into the compiled JavaScript, which is then served at a stable, publicly-accessible /combine/{file} URL. …
Remediation Upgrade to Winter CMS 1.2.13 or later - vendor-released patch confirmed. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-79773 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy