The _serve_static method always sets the Cache-Control header to "public", with no means of overriding it. This advises proxies that the content may be stored in a shared cache, and may be reused in responses to requests from other users. (This includes requests with an Authorization header.)
Configuring the expires time to "0" to disable caching, as documented, is ignored.
No analysis available yet.
Vendor Workaround
Apply the patch, and configure the default Cache-Control as needed. For deployments that cannot apply the patch, a method modifier of _serve_static in the Catalyst class can be used to override the Cache-Control or Expires headers as needed.
Tracking
Sign in to view the affected projects.
No advisories yet.
Thu, 20 Aug 2026 23:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Thu, 20 Aug 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable. The _serve_static method always sets the Cache-Control header to "public", with no means of overriding it. This advises proxies that the content may be stored in a shared cache, and may be reused in responses to requests from other users. (This includes requests with an Authorization header.) Configuring the expires time to "0" to disable caching, as documented, is ignored. | |
| Title | Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable | |
| Weaknesses | CWE-524 | |
| References |
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: CPANSec
Published:
Updated: 2026-08-20T23:07:17.920Z
Reserved: 2026-07-14T14:24:29.805Z
Link: CVE-2026-15743
No data.
Status : Received
Published: 2026-08-20T19:16:48.700
Modified: 2026-08-20T23:16:26.930
Link: CVE-2026-15743
No data.
OpenCVE Enrichment
No data.
-
CWE-524
Use of Cache Containing Sensitive Information