Lucene search
+L

58139 matches found

EUVD
EUVD
added 2026/04/22 9:32 p.m.27 views

EUVD-2026-25077

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy, allowing unrestricted loading of external JavaScript resources from attacker-controlled origins. When chained with the template injection and sandbox escape vulnerabilities present in the same application, the absence of CSP...

5.2CVSS5.9AI score0.00362EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/04/22 9:25 p.m.17 views

EUVD-2026-25108

Statamic is a Laravel and Git powered content management system CMS. Prior to versions 5.73.20 and 6.13.0, manipulating query parameters on Control Panel and REST API endpoints, or arguments in GraphQL queries, could result in the loss of content, assets, and user accounts. The Control Panel...

8.1CVSS5.7AI score0.00304EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/22 9:25 p.m.10 views

CVE-2026-41175

Statamic is a Laravel and Git powered content management system CMS. Prior to versions 5.73.20 and 6.13.0, manipulating query parameters on Control Panel and REST API endpoints, or arguments in GraphQL queries, could result in the loss of content, assets, and user accounts. The Control Panel...

8.1CVSS5.7AI score0.00304EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/04/22 9:25 p.m.42 views

CVE-2026-41175

Statamic CMS (Laravel/Git-based) prior to 5.73.20 and 6.13.0 is affected. The issue stems from unsafe method invocation during query value resolution, enabling data destruction via manipulated query parameters on Control Panel, REST API endpoints, or GraphQL queries. Exploitation requires REST/Gr...

8.1CVSS5.7AI score0.00304EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/22 9:25 p.m.10 views

CVE-2026-41175 Statamic: Unsafe method invocation via query value resolution allows data destruction

Statamic is a Laravel and Git powered content management system CMS. Prior to versions 5.73.20 and 6.13.0, manipulating query parameters on Control Panel and REST API endpoints, or arguments in GraphQL queries, could result in the loss of content, assets, and user accounts. The Control Panel...

8.1CVSS5.7AI score0.00304EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/22 9:17 p.m.17 views

CVE-2026-3837

An authenticated attacker can persist crafted values in multiple field types and trigger client-side script execution when another user opens the affected document in Desk. The vulnerable formatter implementations interpolate stored values into raw HTML attributes and element content without...

5.4CVSS0.00193EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/04/22 9:16 p.m.6 views

CVE-2026-41171 SSRF via Jint Scripting Engine HTTP Functions Due to Missing SSRF Protection on "Jint" HttpClient

Squidex is an open source headless content management system and content management hub. Versions prior to 7.23.0 have a Server-Side Request Forgery SSRF vulnerability due to missing SSRF protection on the Jint HTTP client used by scripting engine functions getJSON, request, etc.. An authenticate...

8.6CVSS5.9AI score0.00215EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/22 8:51 p.m.14 views

SiYuan: Path Traversal via Double URL Encoding in `/export/` Endpoint (Incomplete Fix Bypass for CVE-2026-30869)

Summary The fix for CVE-2026-30869 in SiYuan v3.5.10 only added a denylist check IsSensitivePath but did not address the root cause — a redundant url.PathUnescape call in serveExport. An authenticated attacker can use double URL encoding %252e%252e to traverse directories and read arbitrary...

9.8CVSS5.8AI score0.01028EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/04/22 8:25 p.m.28 views

GHSA-C3H8-G69V-PJRG i18next-http-middleware: HTTP response splitting and DoS via unsanitised Content-Language header

Summary Versions of i18next-http-middleware prior to 3.9.3 wrote user-controlled language values into the Content-Language response header after passing them through utils.escape, which is an HTML-entity encoder that does not strip carriage return, line feed, or other control characters. When the...

8.6CVSS5.9AI score0.00327EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/22 8:25 p.m.25 views

i18next-http-middleware: HTTP response splitting and DoS via unsanitised Content-Language header

Summary Versions of i18next-http-middleware prior to 3.9.3 wrote user-controlled language values into the Content-Language response header after passing them through utils.escape, which is an HTML-entity encoder that does not strip carriage return, line feed, or other control characters. When the...

8.6CVSS5.9AI score0.00327EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/04/22 8:25 p.m.51 views

HTTP Response Splitting

Overview i18next-http-middleware is an i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno. Affected versions of this package are vulnerable to HTTP Response Splitting via the lng parameter, which is passed through to the...

8.8CVSS5.6AI score0.00327EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/22 8:16 p.m.11 views

CVE-2026-3673

An authenticated attacker can store a crafted tag value in usertags and trigger JavaScript execution when a victim opens the list/report view where tags are rendered. The vulnerable renderer interpolates tag content into HTML attributes and element content without escaping. This issue affects...

5.4CVSS0.00201EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/22 7:54 p.m.14 views

free5GC AMF: Missing default case in Content-Type switch in HTTPUEContextTransfer

Summary The HTTPUEContextTransfer handler in internal/sbi/apicommunication.go does not include a default case in the Content-Type switch statement. When a request arrives with an unsupported Content-Type, the deserialization step is silently skipped, err remains nil, and the processor is invoked...

6.9CVSS5.8AI score0.00282EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/04/22 7:54 p.m.14 views

GHSA-R99V-75P9-XQM5 free5GC AMF: Missing default case in Content-Type switch in HTTPUEContextTransfer

Summary The HTTPUEContextTransfer handler in internal/sbi/apicommunication.go does not include a default case in the Content-Type switch statement. When a request arrives with an unsupported Content-Type, the deserialization step is silently skipped, err remains nil, and the processor is invoked...

6.9CVSS5.8AI score0.00282EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/04/22 7:54 p.m.12 views

EUVD-2026-24576

free5GC AMF: Missing default case in Content-Type switch in HTTPUEContextTransfer...

6.9CVSS5.7AI score0.00282EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/22 7:52 p.m.10 views

CVE-2026-3837

An authenticated attacker can persist crafted values in multiple field types and trigger client-side script execution when another user opens the affected document in Desk. The vulnerable formatter implementations interpolate stored values into raw HTML attributes and element content without...

4.6CVSS5.9AI score0.00193EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/04/22 7:17 p.m.17 views

CVE-2026-41469

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy, allowing unrestricted loading of external JavaScript resources from attacker-controlled origins. When chained with the template injection and sandbox escape vulnerabilities present in the same application, the absence of CSP...

5.2CVSS0.00204EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 6:31 p.m.21 views

EUVD-2026-24961

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.11 before 18.11.1 that under certain conditions could have allowed an authenticated user to load unauthorized content into another user's browser due to improper input validation in the Mermaid sandbox...

3.5CVSS5.8AI score0.00152EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/22 6:04 p.m.45 views

CVE-2026-41469 Beghelli Sicuro24 SicuroWeb Missing Content Security Policy

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy, allowing unrestricted loading of external JavaScript resources from attacker-controlled origins. When chained with the template injection and sandbox escape vulnerabilities present in the same application, the absence of CSP...

5.2CVSS0.00204EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/04/22 6:04 p.m.9 views

CVE-2026-41469 Beghelli Sicuro24 SicuroWeb Missing Content Security Policy

Beghelli Sicuro24 SicuroWeb does not enforce a Content Security Policy, allowing unrestricted loading of external JavaScript resources from attacker-controlled origins. When chained with the template injection and sandbox escape vulnerabilities present in the same application, the absence of CSP...

5.2CVSS5.9AI score0.00204EPSS
SaveExploits0References5
Rows per page
Query Builder