Impact
Authenticated backend users can read and edit the title, description, and order of file attachments belonging to other users because the FileUpload widget trusts an attacker‑controlled file_id parameter. The lack of ownership validation allows an IDOR (Insecure Direct Object Reference) that exposes attachment metadata and may provide insight into user content. The flaw aligns with access‑control weaknesses (CWE-284) and authorization bypass via a user‑controlled key (CWE-639).
Affected Systems
Winter CMS, versions up to and including 1.2.12. Versions 1.2.13 and later contain the fix.
Risk and Exploitability
The CVSS score of 5.4 indicates a moderate severity. EPSS data is unavailable and the vulnerability is not listed in CISA KEV. Because CSRF protection is in place, exploitation still requires a valid authenticated backend session, but any user with backend access can enumerate attachment IDs and target arbitrary records. The attack vector is thus authenticated, internal via the CMS admin interface, with moderate potential impact on confidentiality and integrity of attachment metadata.
OpenCVE Enrichment
Github GHSA