Lucene search
+L

7310 matches found

EUVD
EUVD
added 2026/08/05 12:38 p.m.9 views

EUVD-2026-53378

Statamic CMS's user-augmentation resolver, AugmentedUser::get in src/Auth/AugmentedUser.php, contains an explicit case for the twofactorrecoverycodes handle that returns the user's raw two-factor recovery codes with no access restriction: if $handle === 'twofactorrecoverycodes' return new...

6.2CVSS5.5AI score0.00215EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:38 p.m.8 views

CVE-2026-71291 Bolt CMS Server-Side Template Injection via Unsandboxed allow_twig Field Rendering

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allowtwig flag and a regex...

8.8CVSS5.4AI score0.00305EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:38 p.m.4 views

CVE-2026-71291

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allowtwig flag and a regex...

8.8CVSS5.4AI score0.00305EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/05 12:38 p.m.63 views

CVE-2026-71291

Bolt CMS is affected by a server-side template injection: content fields rendered by Twig are not sandboxed. In Field.php, getTwigValue() renders raw values when shouldBeRenderedAsTwig passes checks (field allow_twig flag and a {{, {%, or # regex), using Twig without sandboxing via createTemplate...

8.8CVSS5.4AI score0.00305EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 12:38 p.m.14 views

CVE-2026-71291 Bolt CMS Server-Side Template Injection via Unsandboxed allow_twig Field Rendering

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allowtwig flag and a regex...

8.8CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/05 12:38 p.m.9 views

EUVD-2026-53376

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allowtwig flag and a regex...

8.8CVSS6.5AI score0.00305EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 12:26 p.m.16 views

EUVD-2026-53359

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS5.5AI score0.00173EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 12:26 p.m.4 views

CVE-2026-71274

OpenBK7231T's CHANNELSetLabel src/cmnds/cmdchannels.c stores channel labels received via the MQTT SetChannelLabel command using strdup with no HTML sanitization. CHANNELGetLabel returns these labels unsanitized, and they are rendered via hprintf255 at 15+ locations in src/httpserver/httpfns.c wit...

8.5CVSS5.3AI score0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 11:16 a.m.9 views

CVE-2026-71239

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS0.00225EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.59 views

CVE-2026-71239

DjangoCRM: Mass Mail rendering flaw in three code paths (message_previews.py, email_creators.py, helpers.py) uses Django Template() on user-controlled EmlMessage fields without sanitization. This enables authenticated users with mass-mail edit rights to inject Django template syntax ({{ }}, {% %}...

8.1CVSS5.2AI score0.00225EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 10:56 a.m.11 views

EUVD-2026-53312

DjangoCRM's massmail module renders user-controlled EmlMessage fields subject, content through Django's Template constructor with no sanitization, in at least three locations: messagepreviews.py builds an f-string embedding message.subject/message.content directly into a Template call;...

8.1CVSS5.6AI score0.00225EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/04 8:54 p.m.9 views

Open WebUI: Stored XSS via unescaped KaTeX render-error fallback in rendered messages

Summary Any authenticated user can store a chat message whose math block makes KaTeX fail with a stack overflow instead of a parse error. When that happens the renderer falls back to inserting the original math source into the page as HTML rather than as text, so script in the message runs in the...

8.7CVSS5.6AI score0.00261EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/04 7:54 p.m.8 views

GHSA-RFFM-9Q57-Q649 Open WebUI: Client-side SSRF via unrestricted external resource loading in Vega/Vega-Lite chart rendering

Summary Open WebUI renders vega and vega-lite fenced code blocks in chat content by building a Vega view in the viewer's browser without a restricted resource loader. Any user who can place such a block where another user will see it can make that user's browser issue attacker-chosen outbound GET...

4.1CVSS5.5AI score0.00192EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/04 7:43 p.m.60 views

CVE-2026-70480

Open WebUI prior to 0.11.0 renders Vega/Vega-Lite blocks in chat without restricted resource loading, enabling client-side SSRF: an attacker-blocked block can force the victim’s browser to issue attacker-controlled outbound GETs and read responses from same-origin or permissive CORS targets. Affe...

4.1CVSS5.6AI score0.00192EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/04 3:48 p.m.38 views

CVE-2026-15920 Potential cross-site scripting via URLField values in the admin

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.contrib.admin.utils.displayforfield renders URLField values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin...

6.1CVSS0.00304EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/04 2:03 p.m.10 views

EUVD-2026-52693

Perspective 5.0.0 contains a cross-site scripting vulnerability in the built-in Debug plugin that allows attackers to inject arbitrary HTML and JavaScript by writing table cell values containing unescaped HTML markup, which are interpolated directly into innerHTML during CSV serialization...

5.4CVSS5.5AI score0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/04 2:03 p.m.10 views

CVE-2026-67196 Perspective 5.0.0 XSS via Debug Plugin innerHTML Interpolation

Perspective 5.0.0 contains a cross-site scripting vulnerability in the built-in Debug plugin that allows attackers to inject arbitrary HTML and JavaScript by writing table cell values containing unescaped HTML markup, which are interpolated directly into innerHTML during CSV serialization...

5.1CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/04 2:03 p.m.39 views

CVE-2026-67196 Perspective 5.0.0 XSS via Debug Plugin innerHTML Interpolation

Perspective 5.0.0 contains a cross-site scripting vulnerability in the built-in Debug plugin that allows attackers to inject arbitrary HTML and JavaScript by writing table cell values containing unescaped HTML markup, which are interpolated directly into innerHTML during CSV serialization...

5.4CVSS0.0015EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/04 2:03 p.m.44 views

CVE-2026-67196

Vulnerability : In Perspective 5.0.0, the built-in Debug plugin is vulnerable to cross-site scripting via innerHTML interpolation during CSV serialization. Trigger : attackers craft table rows whose cells contain unescaped HTML markup, including unquoted event-handler attributes, which are not es...

5.4CVSS5.5AI score0.0015EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/03 11:34 p.m.10 views

SUSE CVE-2026-53666

React Router is a router for React. In versions 6.4.0 through 7.17.0, if application code was written in a way that allows attacker-supplied input to overwrite certain aspects of errors caught by the SSR process, then it was possible for an attacker to trigger unexpected constructor execution on...

6.1CVSS5.7AI score0.00415EPSS
SaveExploits0References3
Rows per page
Query Builder