Lucene search
+L

1125895 matches found

ATTACKERKB
ATTACKERKB
added 2026/06/23 10:09 p.m.11 views

CVE-2026-56785

FlatPress contains a stored cross-site scripting vulnerability in comment and contact forms where name, URL, and email fields are rendered without proper output encoding in Smarty templates. Attackers can inject arbitrary HTML and JavaScript through these fields to execute malicious scripts in...

8.4CVSS5.9AI score0.00421EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/06/23 10:09 p.m.10 views

CVE-2026-56785 FlatPress - Stored Cross-Site Scripting via Unescaped Comment and Contact Form Fields

FlatPress contains a stored cross-site scripting vulnerability in comment and contact forms where name, URL, and email fields are rendered without proper output encoding in Smarty templates. Attackers can inject arbitrary HTML and JavaScript through these fields to execute malicious scripts in...

8.4CVSS5.9AI score0.00421EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/23 10:09 p.m.41 views

CVE-2026-56785

FlatPress is affected by a stored cross-site scripting (XSS) vulnerability in comment and contact forms. Versions prior to commit 10be83c (FlatPress) render the name, URL, and email fields without proper output encoding in Smarty templates, allowing an attacker to inject arbitrary HTML/JavaScript...

8.4CVSS5.9AI score0.00421EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/23 10:09 p.m.17 views

CVE-2026-56785 FlatPress - Stored Cross-Site Scripting via Unescaped Comment and Contact Form Fields

FlatPress contains a stored cross-site scripting vulnerability in comment and contact forms where name, URL, and email fields are rendered without proper output encoding in Smarty templates. Attackers can inject arbitrary HTML and JavaScript through these fields to execute malicious scripts in...

8.4CVSS6AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/06/23 10:06 p.m.12 views

CVE-2026-12163

Fortra File Integrity Monitoring FIM, formerly Tripwire Enterprise, versions prior to 9.4.0.1 contain a stored cross-site scripting XSS vulnerability in the Asset View UI component. An authenticated user with sufficient privileges to create or modify affected node or database configuration fields...

5.5CVSS5.7AI score0.00242EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/23 10:06 p.m.54 views

CVE-2026-12163 Stored XSS in Fortra File Integrity Monitoring (FIM)

Fortra File Integrity Monitoring FIM, formerly Tripwire Enterprise, versions prior to 9.4.0.1 contain a stored cross-site scripting XSS vulnerability in the Asset View UI component. An authenticated user with sufficient privileges to create or modify affected node or database configuration fields...

5.5CVSS0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 9:57 p.m.12 views

GHSA-3FC8-8HP6-6JR4 Filament: Unvalidated ImageColumn and ImageEntry values can be used for XSS

The ImageColumn and ImageEntry components render raw database values without escaping HTML. Where the data passed to these components isn't validated, an attacker could plant malicious HTML or JavaScript and achieve stored XSS that executes for users who view the table or schema...

6.4CVSS5.9AI score0.00247EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/23 9:54 p.m.24 views

EUVD-2026-37008

Slim has Reflected XSS in the HtmlErrorRenderer...

6.1CVSS5.8AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/23 9:54 p.m.20 views

GHSA-53H4-8RC4-F539 Slim has Reflected XSS in the HtmlErrorRenderer

Impact If an application uses HttpException::setTitle and/or setDescription to include untrusted/request-derived data in the error title or description e.g. "No products found matching '$query'.", an attacker could inject arbitrary HTML/JavaScript that executes in the victim's browser when they...

6.1CVSS6AI score0.00167EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/06/23 8:42 p.m.13 views

CVE-2026-46547

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, a reflected XSS vulnerability exists in the Page Leaving Warning page. The ncRedirectUrl and ncBackUrl query parameters are used in window.location.href and tag bindings without validation, allowing javascript: URI...

6.1CVSS5.9AI score0.00265EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/06/23 8:42 p.m.29 views

CVE-2026-46547

CVE-2026-46547 (NocoDB) is a reflected XSS in the Page Leaving Warning page. The issue arises because the query parameters ncRedirectUrl and ncBackUrl are used in window.location.href and in an tag href without proper validation, allowing javascript: URI injection. Exploitation could enable arbi...

6.1CVSS5.9AI score0.00265EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/23 8:35 p.m.40 views

CVE-2026-47376

CVE-2026-47376 (NocoDB) describes a reflected XSS on the password-reset flow. Before 2026.04.1, the token from the password-reset URL was directly embedded into a JavaScript string in a server-rendered EJS template, which does not escape single quotes or backslashes. This allowed an attacker-cont...

5.1CVSS5.9AI score0.00444EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/23 8:35 p.m.10 views

CVE-2026-47376

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, the password-reset page rendered the URL token directly into a JavaScript string literal in a server-rendered EJS template. EJS HTML-entity-encodes a fixed set of characters but does not escape single quotes or...

5.1CVSS5.9AI score0.00444EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/06/23 8:35 p.m.40 views

CVE-2026-47376 NocoDB: Reflected Cross-Site Scripting via Password Reset Token

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, the password-reset page rendered the URL token directly into a JavaScript string literal in a server-rendered EJS template. EJS HTML-entity-encodes a fixed set of characters but does not escape single quotes or...

5.1CVSS0.00444EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 8:35 p.m.10 views

CVE-2026-47376 NocoDB: Reflected Cross-Site Scripting via Password Reset Token

NocoDB is software for building databases as spreadsheets. Prior to 2026.04.1, the password-reset page rendered the URL token directly into a JavaScript string literal in a server-rendered EJS template. EJS HTML-entity-encodes a fixed set of characters but does not escape single quotes or...

5.1CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/23 8:15 p.m.45 views

CVE-2026-47383 NocoDB: Stored Cross-Site Scripting via Row Comments

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The comment write paths persisted the raw comment body with no...

7.4CVSS0.00396EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/23 8:15 p.m.36 views

CVE-2026-47383

CVE-2026-47383 affects NocoDB prior to 2026.05.1, where an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The root cause is that write paths persisted the raw comment body with no server-side sa...

7.4CVSS5.9AI score0.00396EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 8:15 p.m.14 views

CVE-2026-47383 NocoDB: Stored Cross-Site Scripting via Row Comments

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, an authenticated commenter could store HTML in row comments that executed as script when other users hovered over the comment in the expanded form view. The comment write paths persisted the raw comment body with no...

7.4CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/23 8:11 p.m.48 views

CVE-2026-47387 NocoDB: Stored Cross-Site Scripting via Form View Redirect URL

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, the shared form-view submit handler packages/nc-gui/composables/useSharedFormViewStore.ts in NocoDB writes the form's redirecturl to window.location.href after a same-host check that does not validate the URL scheme. A...

8.4CVSS0.00396EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 8:11 p.m.11 views

CVE-2026-47387 NocoDB: Stored Cross-Site Scripting via Form View Redirect URL

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, the shared form-view submit handler packages/nc-gui/composables/useSharedFormViewStore.ts in NocoDB writes the form's redirecturl to window.location.href after a same-host check that does not validate the URL scheme. A...

8.4CVSS6AI score
SaveExploits0References3
Rows per page
Query Builder