CVE-2026-27968

Packistry is a self-hosted Composer repository designed to handle PHP package distribution. Prior to version 0.13.0, RepositoryAwareController::authorize() verified token presence and ability, but did not enforce token expiration. As a result, an expired deploy token with the correct ability could still access repository endpoints (e.g., Composer metadata/download APIs). The fix in version 0.13.0 adds an explicit expiration check, and tests now test expired deploy tokens to ensure they are rejected.
Configurations

No configuration.

History

26 Feb 2026, 02:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-26 02:16

Updated : 2026-02-26 02:16


NVD link : CVE-2026-27968

Mitre link : CVE-2026-27968

CVE.ORG link : CVE-2026-27968


JSON object : View

Products Affected

No product.

CWE
CWE-287

Improper Authentication

CWE-613

Insufficient Session Expiration