Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-44692 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-639Authorization Bypass Through User-Controlled Key[email protected]

Affected Products

ProductVersions
code16/sharp
< 9.22.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 9.22.0moderate efforthttps://github.com/code16/sharp/releases/tag/v9.22.0
  • Workaround:low effort

    Restrict `downloads.allowed_disks` to the smallest possible set of disks required by Sharp downloads. Avoid storing sensitive unrelated files on disks reachable by Sharp’s generic download endpoint.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-44692
NVD Published Date:
Jun 10, 2026
NVD Last Modified:
Jul 23, 2026
Source:
[email protected]
CVE-2026-44692 Details - Not Deferred