CVE-2026-53634 PUBLISHED

Sharp: Missing Authorization Check in Quick Creation Command Endpoints

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 10.06.2026 Updated: 11.06.2026

Sharp is a content management framework built for Laravel as a package. From version 9.0.0 to before version 9.22.3, the create and store endpoints of the Quick Creation Command feature did not enforce any authorization check. An authenticated Sharp user without create permission on a given entity could bypass the authorization layer and either retrieve the creation form or submit new records for that entity, as long as it had a Quick Creation Command handler configured. This issue has been patched in version 9.22.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor code16
Product sharp
Versions
  • Version >= 9.0.0, < 9.22.3 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE