PatchSiren cyber security CVE debrief
CVE-2026-63179 wintercms CVE debrief
CVE-2026-63179 is a vulnerability in Winter CMS, a content management system built on the Laravel PHP framework. Authenticated backend users can disclose arbitrary files readable by the PHP process by injecting @import (inline) directives into LESS source that the backend compiles. The flaw is reachable through four entry points: the Brand Settings custom_css field, the Editor Settings html_custom_styles field, the Mail Brand Settings colour-picker fields, and theme .less, .sass, and .scss assets compiled when served. Both absolute paths and .. traversal outside the asset's own tree were accepted, allowing an attacker to read any file the web process can access, most significantly the application .env file and the APP_KEY and database credentials it contains. Exploitation requires a backend account holding one of the associated permissions, which are assigned by default to the built-in Developer role. This issue is fixed in version 1.2.13.
- Vendor
- wintercms
- Product
- winter
- CVSS
- MEDIUM 4.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-26
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-26
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Winter CMS installations, especially those with backend user accounts, should assess exposure and prioritize remediation. They should verify exposure of sensitive files, such as the application .env file, and remediate vulnerable installations to prevent unauthorized file disclosure. Additionally, defenders should restrict access to backend user accounts and permissions to reduce exploitation risk and monitor for suspicious 1
Why it matters
CVE-2026-63179 is a vulnerability in Winter CMS that allows authenticated backend users to disclose arbitrary files readable by the PHP process. Defenders should prioritize verifying exposure and remediating vulnerable installations, especially those with backend user accounts.
- Verify exposure of sensitive files, such as the application .env file
- Remediate vulnerable installations to prevent unauthorized file disclosure
- Restrict access to backend user accounts and permissions to reduce exploitation risk
- Monitor for suspicious activity related to LESS source compilation
Technical summary
The vulnerability allows authenticated backend users to disclose arbitrary files readable by the PHP process by injecting @import (inline) directives into LESS source that the backend compiles. The flaw is reachable through four entry points: the Brand Settings custom_css field, the Editor Settings html_custom_styles field, the Mail Brand Settings colour-picker fields, and theme .less, .sass, and .scss assets compiled when served. Both absolute paths and .. traversal outside the asset's own tree were accepted, allowing an attacker to read any file the web process can access, most significantly the application .env file and the APP_KEY and database credentials it contains.
Defensive priority
Defenders should prioritize verifying exposure and remediating vulnerable Winter CMS installations, especially those with backend user accounts.
Recommended defensive actions
- Verify Winter CMS installations for exposure, especially those with backend user accounts
- Remediate vulnerable installations by upgrading to version 1.2.13
- Restrict access to backend user accounts and permissions
- Monitor for suspicious activity related to LESS source compilation
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and references to source code changes and advisories. The vulnerability allows authenticated backend users to disclose arbitrary files readable by the PHP process by injecting @import (inline) directives into LESS source that the backend compiles. The flaw is reachable through four entry points and allows reading of any file the web process can access. Defenders should prioritize verifying exposure and remediating vulnerable to 1
Sources and references
Verified primary and authoritative sources
-
CVE-2026-63179 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-63179
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-63179 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63179
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/wintercms/storm/commit/af770331c683e628533a6ec2991285d6e10a4d6c
-
Source reference
Unverified legacy reference
URL: https://github.com/wintercms/winter/commit/130f0ea43e9228bf0d129b481da1cdfbcc4b4456
-
Source reference
Unverified legacy reference
URL: https://github.com/wintercms/winter/releases/tag/v1.2.13
-
Source reference
Unverified legacy reference
URL: https://github.com/wintercms/winter/security/advisories/GHSA-58fp-mcx6-7qf9
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.