MEDIUM 4.3

CVE-2026-49288: Statamic Authorization Bypass Exposes Restricted Content

Statamic, a Laravel-based content management system, contained an authorization flaw that allowed authenticated users with Control Panel access to view content and metadata they weren't supposed to see. An attacker with valid login credentials could browse restricted entries, assets, user profiles, roles, and groups—exposing titles, custom field values, entry content, asset metadata, and the mere existence of sensitive organizational structures. The vulnerability is read-only; attackers could not modify data. Fixed in Statamic 5.73.23 and 6.20.0.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-200, CWE-862, CWE-863
Affected products
0 configuration(s)
Published / Modified
2026-06-19 / 2026-06-23

NVD description (verbatim)

Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.73.23 and 6.20.0, an authenticated Control Panel user could view metadata and content for resources they don't have permission to view, including entries, assets, users, roles, groups, and other configured resources. Depending on the resource, this could expose titles, custom field values, entry content, asset metadata, and the existence of users, roles, and groups. No data could be modified. This has been fixed in 5.73.23 and 6.20.0.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability stems from insufficient permission checks on resource metadata retrieval endpoints within Statamic's Control Panel. CWE-862 (Missing Authorization) and CWE-863 (Incorrect Authorization) indicate that the application failed to properly enforce role-based access controls when an authenticated user requested details about resources. The flaw affects multiple resource types: entries, assets, users, roles, and groups. Because the vulnerability requires prior authentication and does not permit write access, the CVSS 3.1 score is 4.3 (MEDIUM), reflecting limited confidentiality impact in a network-accessible context.

Business impact

This vulnerability poses a compliance and data governance risk. Organizations using Statamic to manage sensitive content—such as unreleased announcements, draft materials, or user directories—face potential exposure if internal team members exceed their authorized permissions. While the read-only nature prevents direct data tampering, exposure of user rosters, role hierarchies, and organizational structure can inform social engineering attacks or facilitate lateral reconnaissance by compromised accounts. Multi-tenant deployments are particularly vulnerable if customer admins can access each other's metadata.

Affected systems

Statamic versions prior to 5.73.23 (legacy branch) and 6.20.0 (current branch) are affected. Any installation running these versions with multiple user roles and differentiated permissions is susceptible. The vulnerability requires an authenticated Control Panel user, so completely open or public-only deployments are not at risk; risk scales with the number of internal users and the sensitivity of restricted resources.

Exploitability

Exploitation requires valid Control Panel credentials, making this an insider-risk or compromised-account scenario rather than a remote unauthenticated attack. No advanced techniques or exploit code are needed; an attacker simply queries the application's standard endpoints to retrieve unauthorized metadata. The simplicity of exploitation and the low barrier to discovery make this a likely candidate for abuse by disgruntled insiders or attackers who have obtained employee credentials through phishing or other means.

Remediation

Upgrade to Statamic 5.73.23 or 6.20.0 immediately. Review your branch assignment: if you are on the 5.x legacy track, plan migration to 6.x or confirm extended support availability with the vendor. Patch application should be combined with a review of user role assignments—ensure least-privilege principle is applied and remove excessive permissions from users who no longer require them.

Patch guidance

Consult Statamic's official release notes and vendor advisory for the exact upgrade process. Both 5.73.23 and 6.20.0 were released on 2026-06-19 specifically to address this vulnerability. Test the upgrade in a staging environment first, particularly if you have custom Control Panel extensions or deeply customized permission structures. Verify patch application by confirming the installed version matches the fixed release and by re-testing resource access controls with a low-privilege test account.

Detection guidance

Review Control Panel audit logs (if available) for unusual metadata queries by users with restricted roles. Look for patterns of resource enumeration or repeated requests to view assets, entries, or user data that the requesting account should not access. Monitor for failed permission checks or authorization errors in application logs. If Statamic logging is granular, focus on metadata retrieval endpoints. Third-party SIEM or WAF rules specific to Statamic may be limited, so application-level logs are your primary detection source.

Why prioritize this

Although the CVSS score is MEDIUM (4.3), prioritization should reflect your organizational context. If your Statamic instance hosts sensitive draft content, user directories, or multi-tenant data, elevate priority. If your Control Panel is restricted to a small, trusted team and metadata exposure would cause minimal harm, remediation can follow a standard patch cycle. The lack of KEV (Known Exploited Vulnerability) designation as of the source date suggests in-the-wild exploitation is not yet documented, but the ease of exploitation warrants prompt remediation within 30–60 days.

Risk score, explained

The CVSS 3.1 score of 4.3 reflects a network-accessible vulnerability (AV:N) with low complexity (AC:L) that requires prior authentication (PR:L) but no user interaction (UI:N). Impact is limited to confidentiality (C:L) with no integrity or availability impact. The score would be higher if the vulnerability permitted write access or affected unauthenticated users; it would be lower only if access required special network conditions or significant additional steps.

Frequently asked questions

Could an attacker view sensitive data without a valid Statamic account?

No. The vulnerability requires an authenticated Control Panel user. An attacker would first need to compromise or obtain the credentials of an internal user. If your Control Panel is not publicly exposed and user credentials are properly managed, the attack surface is limited to internal threat actors.

Does this vulnerability allow data modification or deletion?

No. The flaw is read-only. Attackers cannot modify, delete, or corrupt any data; they can only view metadata and content that the application should have hidden. This significantly reduces the damage potential but does not eliminate the risk of sensitive information disclosure.

What should we prioritize: upgrading now or testing first?

Test in a staging environment if possible, but do not delay remediation excessively. Given the simplicity of exploitation, plan for upgrade within 30 days. If you run a critical or multi-tenant deployment, allow one week for staging; if your instance is lower-risk, upgrade within two weeks.

Are there any workarounds if we cannot patch immediately?

No documented workarounds are available. The only mitigation is to restrict Control Panel access to the most trusted users, ensure roles have minimal permissions, and monitor audit logs closely. However, these are temporary measures; patching is the definitive fix.

This analysis is provided for informational purposes and reflects the vulnerability details and CVSS score as of the stated publication date. Severity and exploitability may evolve as new evidence emerges. Organizations should verify patch availability directly with Statamic's official channels and test patches in their own environments before deployment. SEC.co makes no warranty regarding the completeness or applicability of this guidance to your specific deployment. Source: NVD (public-domain), retrieved 2026-07-28. Analysis generated by SEC.co (claude-haiku-4-5).