Lucene search
+L

74 matches found

Kitploit
Kitploit
added 2026/09/14 2:23 a.m.8 views

CVE-2025-14855-POC

CVE-2025-14855: SureForms WordPress Plugin Stored XSS Proof of Concept Target: WordPress Plugin "SureForms" Plugin Wordpress: https://wordpress.org/plugins/sureforms/ Vulnerability Type: Stored Cross-Site Scripting XSS CVE: CVE-2025-14855 Refer:...

7.2CVSS5.9AI score0.00362EPSS
SaveExploits2
NVD
NVD
added 2026/09/13 11:17 a.m.6 views

CVE-2026-90772

Amundsen frontend through 4.3.0 renders table, dashboard, and feature descriptions with dangerouslySetInnerHTML without HTML sanitization in ResourceListItem components. Attackers can inject malicious markup like img elements with onerror handlers into descriptions via the metadata service or...

8.3CVSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/13 10:45 a.m.6 views

EUVD-2026-76993

Amundsen frontend through 4.3.0 renders table, dashboard, and feature descriptions with dangerouslySetInnerHTML without HTML sanitization in ResourceListItem components. Attackers can inject malicious markup like img elements with onerror handlers into descriptions via the metadata service or...

8.3CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/13 10:45 a.m.14 views

CVE-2026-90772 Amundsen Frontend through 4.3.0 Stored XSS via Description

Amundsen frontend through 4.3.0 renders table, dashboard, and feature descriptions with dangerouslySetInnerHTML without HTML sanitization in ResourceListItem components. Attackers can inject malicious markup like img elements with onerror handlers into descriptions via the metadata service or...

8.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/13 10:45 a.m.13 views

CVE-2026-90772

Amundsen frontend through 4.3.0 is affected by a stored XSS in ResourceListItem components (e.g., TableListItem), which render table, dashboard, and feature descriptions using dangerouslySetInnerHTML without HTML sanitization. An attacker with low privileges can inject malicious markup (such as )...

8.3CVSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/13 12:00 a.m.8 views

PT-2026-90839

Amundsen frontend through 4.3.0 renders table, dashboard, and feature descriptions with dangerouslySetInnerHTML without HTML sanitization in ResourceListItem components. Attackers can inject malicious markup like img elements with onerror handlers into descriptions via the metadata service or...

8.3CVSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 12:12 p.m.8 views

CVE-2025-5352

CVE-2025-5352 A stored Cross-Site Scripting XSS vulnerability has been identified in the Analytics component of lunary-ai/lunary. The issue arises because the NEXTPUBLICCUSTOMSCRIPT variable is injected directly into the DOM using dangerouslySetInnerHTML without proper sanitization or validation...

9.6CVSS7.5AI score0.00497EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 4:13 p.m.5 views

Joplin-CVE-2022-35131

Joplin CVE-2022-35131 XSS leading to RCE in Joplin affecting version 2.8.8 and earlier. Tested and works on Windows and Linux. Reported and fixed: 2022-06 Technical overview 1. Create a note with javascript payload as title POC:s bellow 2. Press Ctrl+P and search for something in the note or titl...

9CVSS8.2AI score0.02285EPSS
SaveExploits2
NVD
NVD
added 2026/08/27 8:17 p.m.9 views

CVE-2026-53578

Trilium is an open-source hierarchical note-taking application. In versions up to and including 0.103.0, the default-on "Safe import" filter sanitizes HTML only for text notes and excludes the mindMap note type, whose JSON content is stored without sanitization, allowing an attacker-supplied impo...

9.3CVSS0.00213EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 7:21 p.m.39 views

CVE-2026-53578 Trilium: Note Import to RCE via Mind Elixir dangerouslySetInnerHtml

Trilium is an open-source hierarchical note-taking application. In versions up to and including 0.103.0, the default-on "Safe import" filter sanitizes HTML only for text notes and excludes the mindMap note type, whose JSON content is stored without sanitization, allowing an attacker-supplied impo...

9.3CVSS0.00213EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/27 7:21 p.m.29 views

CVE-2026-53578

Trilium (versions ≤ 0.103.0), an open-source hierarchical note-taking application, contains a vulnerability in its default-on Safe import filter. The filter sanitizes HTML only for text notes and excludes the mindMap note type, whose JSON content is stored unsanitized. A mind map node can carry a...

9.3CVSS6.2AI score0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 7:21 p.m.10 views

CVE-2026-53578 Trilium: Note Import to RCE via Mind Elixir dangerouslySetInnerHtml

Trilium is an open-source hierarchical note-taking application. In versions up to and including 0.103.0, the default-on "Safe import" filter sanitizes HTML only for text notes and excludes the mindMap note type, whose JSON content is stored without sanitization, allowing an attacker-supplied impo...

9.3CVSS6.3AI score
SaveExploits0References4
NVD
NVD
added 2026/08/26 4:16 p.m.15 views

CVE-2026-80426

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the...

7.1CVSS0.00231EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/26 3:44 p.m.15 views

CVE-2026-80426

FiftyOne (Voxel51) is vulnerable to stored cross-site scripting in versions before 1.21.0 . The sidebar field-information component at FieldLabelAndInfo/index.tsx passes a dataset field's description to React's dangerouslySetInnerHTML without escaping or sanitizing, making it the only raw render ...

7.1CVSS5.3AI score0.00231EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 3:44 p.m.6 views

EUVD-2026-66600

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the...

7.1CVSS5.3AI score0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 3:44 p.m.7 views

CVE-2026-80426 FiftyOne before 1.21.0 Stored Cross-Site Scripting via Unescaped Field Description

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the...

7CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 3:44 p.m.34 views

CVE-2026-80426 FiftyOne before 1.21.0 Stored Cross-Site Scripting via Unescaped Field Description

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the...

7.1CVSS0.00231EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 3:44 p.m.17 views

CVE-2026-80426 FiftyOne before 1.21.0 Stored Cross-Site Scripting via Unescaped Field Description

FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the...

7.1CVSS5.3AI score0.00231EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.18 views

PT-2026-82212

Name of the Vulnerable Software and Affected Versions FiftyOne affected versions not specified Description The application renders a dataset field's description as markup without proper sanitization or escaping. Specifically, the sidebar field-information component located at...

7.1CVSS5.3AI score0.00231EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/21 9:29 p.m.25 views

CVE-2026-53529

LeafWiki is a self-hosted wiki application. Prior to version 0.10.2 , a stored XSS vulnerability existed in the search functionality: page titles returned by the search API were rendered as raw HTML in the frontend via dangerouslySetInnerHTML in the highlight() function. A user with editor or adm...

4.8CVSS5.3AI score0.00243EPSS
SaveExploits0References1
Rows per page
Query Builder