Lucene search
+L

122 matches found

EUVD
EUVD
added 2026/08/20 6:15 p.m.7 views

EUVD-2026-63534

Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable. The servestatic 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 i...

5.3AI score0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 6:15 p.m.18 views

CVE-2026-15743

Catalyst::Plugin::Static::Simple (Perl) versions through 0.38 always set the Cache-Control header to "public" in its _serve_static method, with no mechanism to override this behavior. This instructs proxies that responses may be stored in a shared cache and reused for other users' requests, inclu...

5.2AI score0.00184EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 6:15 p.m.32 views

CVE-2026-15743 Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable

Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable. The servestatic 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 i...

0.00184EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.10 views

PT-2026-70166

n8n's JavaScript task runner shared a single module cache across all users' Code-node executions. In affected versions before 1.123.67, 2.31.5, and 2.32.1, a user able to run a Code node could poison a cached module and thereby alter other users' Code-node executions on the same runner, affecting...

5.8CVSS5.8AI score0.00374EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 10:41 a.m.35 views

CVE-2026-72587

CVE-2026-72587 affects CoreBunch/Instatic up to version 0.0.14. The vulnerability exists in the server island endpoint GET /_instatic/hole/, where unauthenticated remote attackers can poison the shared render cache by modifying the u query parameter. The originating-page URL supplied in u seeds t...

6.1CVSS5.4AI score0.00185EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:00 a.m.23 views

Node.js Module Undici 7.x < 7.29.0 / 8.x < 8.9.0 Information Disclosure

The nodejs module Undici detected on the host is version 7.x prior to 7.29.0 or 8.x prior to 8.9.0. It is, therefore, affected by a vulnerability: - undici's cache interceptor mishandles malformed Cache-Control private directives. In undici 7.0.0 up to before 7.29.0 and 8.0.0 up to before 8.9.0, ...

9.1CVSS7.2AI score0.00325EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 7:17 p.m.10 views

CVE-2026-10547

IBM Langflow OSS 1.0.0 through 1.10.3 does not properly validate ownership in the deprecated POST /api/v1/build/flowid/vertices endpoint, allowing an authenticated user to inject arbitrary graph data into a shared cache for any flow. This may result in cross-user cache pollution, unauthorized...

8.1CVSS5.5AI score
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:14 p.m.49 views

CVE-2026-10547

Summary (concrete details available) Langflow OSS versions 1.0.0–1.10.3 are affected by an ownership validation flaw in the deprecated POST /api/v1/build/{flow_id}/vertices endpoint. An authenticated user can inject arbitrary graph data into a shared cache for any flow, enabling cross-user cache ...

8.1CVSS5.7AI score0.00225EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/08/04 5:24 p.m.12 views

CVE-2026-13697

A flaw was found in undici. This vulnerability allows for cross-user information disclosure when malformed Cache-Control private directives cause private response bodies and headers, such as Set-Cookie data, to be stored in a shared cache and subsequently exposed to other users. Additionally, a...

9.1CVSS7AI score0.00325EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/03 7:32 p.m.14 views

EUVD-2026-50567

undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives...

5.9CVSS7.2AI score0.00231EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/03 7:32 p.m.15 views

undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

Impact Undici's cache interceptor mishandles optional whitespace OWS placed around the = of a qualified no-cache or private Cache-Control directive, such as no-cache ="authorization" OWS before = or no-cache= "authorization" OWS after =. The parser either drops the directive entirely or stores a...

7.5CVSS7.2AI score0.00231EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/08/03 7:32 p.m.7 views

GHSA-JR45-8VMC-QM54 undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

Impact Undici's cache interceptor mishandles optional whitespace OWS placed around the = of a qualified no-cache or private Cache-Control directive, such as no-cache ="authorization" OWS before = or no-cache= "authorization" OWS after =. The parser either drops the directive entirely or stores a...

5.9CVSS7.2AI score0.00231EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/08/03 7:19 p.m.10 views

undici vulnerable to cross-user information disclosure and parse-time crash via degenerate private cache directives

Summary Two issues in undici's cache interceptor, both fixed by the same patch on lib/util/cache.js: 1. Shared-cache disclosure: Responses with malformed qualified Cache-Control: private directives such as private="" or private="," can be incorrectly stored in the default shared cache, then serve...

9.1CVSS7.1AI score0.00325EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/08/03 7:19 p.m.18 views

EUVD-2026-50409

undici vulnerable to cross-user information disclosure and parse-time crash via degenerate private cache directives...

7.4CVSS7.2AI score0.00325EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/03 7:19 p.m.12 views

GHSA-4CWX-7WF7-3272 undici vulnerable to cross-user information disclosure and parse-time crash via degenerate private cache directives

Summary Two issues in undici's cache interceptor, both fixed by the same patch on lib/util/cache.js: 1. Shared-cache disclosure: Responses with malformed qualified Cache-Control: private directives such as private="" or private="," can be incorrectly stored in the default shared cache, then serve...

7.4CVSS7.1AI score0.00325EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/30 5:16 p.m.15 views

CVE-2026-51290

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00347EPSS
SaveExploits0
OSV
OSV
added 2026/07/30 5:16 p.m.9 views

UBUNTU-CVE-2026-51290

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

7.7AI score0.00347EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/30 3:14 a.m.8 views

undici: undici: Information disclosure and Denial of Service via malformed Cache-Control directives

A flaw was found in undici. This vulnerability allows for cross-user information disclosure when malformed Cache-Control private directives cause private response bodies and headers, such as Set-Cookie data, to be stored in a shared cache and subsequently exposed to other users. Additionally, a...

9.1CVSS7.1AI score0.00325EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/30 12:00 a.m.10 views

CVE-2026-51290

...

5.4AI score0.00347EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/30 12:00 a.m.37 views

CVE-2026-51290

...

0.00347EPSS
SaveExploits0
Rows per page
Query Builder