Vulnerability Description
Sharp is a content management framework built for Laravel as a package. Prior to version 9.22.0, Sharp exposes a generic download endpoint that authorizes access only to the supplied Sharp entity instance, but then reads the target storage disk and path from request parameters. Because the requested storage object is not bound to the authorized entity instance, an authenticated Sharp user who can view one valid record may use that record as an authorization anchor to download unrelated disk-relative objects from configured Laravel Storage disks. The confirmed impact is authenticated disclosure of unrelated objects from configured Laravel Storage disks. This issue does not imply arbitrary host filesystem access outside configured Laravel Storage disk roots. This issue has been patched in version 9.22.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/code16/sharp/releases/tag/v9.22.0
- https://github.com/code16/sharp/security/advisories/GHSA-748w-hm6r-qc7v
FAQ
What is CVE-2026-44692?
CVE-2026-44692 is a vulnerability with a CVSS score of 7.7 (HIGH). Sharp is a content management framework built for Laravel as a package. Prior to version 9.22.0, Sharp exposes a generic download endpoint that authorizes access only to the supplied Sharp entity inst...
How severe is CVE-2026-44692?
CVE-2026-44692 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44692?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.