Vulnerability Description
The K2 frontend article-save handler accepts an `attachment[N][existing]` POST field that is concatenated with `JPATH_SITE/` and passed to `JFile::copy()`. `JPath::clean` does NOT strip `..`, and there is no allow-list of source paths. An Author can therefore copy `configuration.php` (or any other file readable by the web user — including `../../../etc/passwd`) into `/media/k2/attachments/`, then retrieve the contents via the K2 attachment-download endpoint.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Joomlaworks | K2 | <= 2.26 |
Related Weaknesses (CWE)
References
- https://www.getk2.org/Product
FAQ
What is CVE-2026-48944?
CVE-2026-48944 is a vulnerability with a CVSS score of 6.5 (MEDIUM). The K2 frontend article-save handler accepts an `attachment[N][existing]` POST field that is concatenated with `JPATH_SITE/` and passed to `JFile::copy()`. `JPath::clean` does NOT strip `..`, and ther...
How severe is CVE-2026-48944?
CVE-2026-48944 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48944?
Check the references section above for vendor advisories and patch information. Affected products include: Joomlaworks K2.