Lucene search
+L

4022 matches found

Nuclei
Nuclei
added 15 hours ago14 views

SiYuan <= v3.5.9 - Cross Site Scripting

SiYuan v3.5.10 contains a reflected XSS caused by improper sanitization of javascript: href attributes allowing ASCII control characters to bypass prefix checks in SVG sanitizer, letting unauthenticated attackers execute JavaScript via /api/icon/getDynamicIcon. id: CVE-2026-31809 info: name: SiYu...

6.4CVSS8.3AI score0.00505EPSS
SaveExploits1References2
Nuclei
Nuclei
added 15 hours ago91 views

Stirling-PDF SSRF via Markdown

Stirling-PDF is a locally hosted web application that performs various operations on PDF files. Prior to version 1.1.0, when using the /api/v1/convert/markdown/pdf endpoint to convert Markdown to PDF, the backend calls a third-party tool to process it and includes a sanitizer for security...

9.8CVSS5.3AI score0.01999EPSS
SaveExploits1References2
Nuclei
Nuclei
added 15 hours ago13 views

Stirling-PDF < 1.1.0 - Server-Side Request Forgery

Stirling-PDF 1.1.0 contains a server side request forgery caused by bypassing the sanitizer in the /api/v1/convert/html/pdf endpoint when processing HTML to PDF conversion, letting attackers perform SSRF, exploit requires local access. id: CVE-2025-55150 info: name: Stirling-PDF 1.1.0 - Server-Si...

9.8CVSS5.3AI score0.01701EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago9 views

CVE-2026-68749

Inefficient Regular Expression Complexity vulnerability in the CSS scrubber in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU via a long CSS declaration in sanitized HTML. The declaration regex in HtmlSanitizeEx.Scrubber.CSS.scrub/1 matches the property name...

8.2CVSS0.00387EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago30 views

CVE-2026-68750

CVE-2026-68750 affects the html_sanitize_ex crate (versions 0.3.1 up to, but not including, 1.5.3). The vulnerability is a quadratic-time CPU/memory exhaustion in the HTML traversal engine when sanitizing large sibling lists; the traverser recurses on the tail and repeatedly flattens lists, causi...

8.2CVSS5.6AI score0.00387EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-54085

Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the...

8.2CVSS5.6AI score0.00387EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago30 views

CVE-2026-68747

Technical details about CVE-2026-68747 are not publicly provided in the supplied documents. No information on affected versions, exploit vectors, or fixes is available here. Monitor for updates from the referenced advisories.

2.3CVSS5.6AI score0.00434EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago6 views

CVE-2026-68747 CSS sanitizer allowlist bypass in html_sanitize_ex via non-declaration input

Improper Neutralization of Special Elements in Output Used by a Downstream Component 'Injection' vulnerability in the CSS scrubber in rrrene htmlsanitizeex allows an unauthenticated remote attacker to inject CSS at-rules, including an import of a remote stylesheet, into a page served to other...

2.3CVSS5.6AI score0.00434EPSS
SaveExploits0References9
OSV
OSV
added 3 days ago6 views

CVE-2026-66829 html_sanitize_ex HTML5 scrubber keeps attacker-supplied meta refresh, allowing forced cross-origin redirection

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in the HTML5 scrubber in rrrene htmlsanitizeex allows a remote attacker to force visitors of a page to navigate to a site of the attacker's choosing via a element in sanitized HTML. HtmlSanitizeEx.html5/1 keeps attacker-supplied...

2.3CVSS5.2AI score0.00845EPSS
SaveExploits0References9
OSV
OSV
added 3 days ago5 views

CVE-2026-66370 html_sanitize_ex HTML5 scrubber keeps attacker-supplied form-association attributes, allowing form hijacking

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in the HTML5 scrubber in rrrene htmlsanitizeex allows an unauthenticated remote attacker to retarget a form already on the rendering page and receive whatever the victim submits, including credentials, via the form and formaction...

4.8CVSS5.6AI score0.00366EPSS
SaveExploits0References9
CVE
CVE
added 3 days ago31 views

CVE-2026-64599

Summary (CVE-2026-64599) : The Linux kernel amlogic crypto path (meson_crypto_probe) fixes a double-cleanup/double-teardown bug in meson_allocate_chanlist() space on partial allocation. When a partial allocation fails, the local error path already unwinds resources; an outer cleanup path in meson...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-53355

Stirling-PDF's POST /api/v1/convert/url/pdf endpoint ConvertWebsiteToPDF.java was not updated with the CustomHtmlSanitizer/SsrfProtectionService SSRF protections that were added to three sibling conversion endpoints html/pdf, file/pdf, markdown/pdf. The endpoint validates only that the initial...

8.6CVSS5.5AI score0.00313EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/31 7:16 p.m.5 views

CVE-2026-65841 Jodit has cross-site scripting (XSS) via <script> nested in SVG that bypasses clean-html sanitization

Jodit Editor is a WYSIWYG editor with a built-in file browser & image editor. Prior to 4.13.6, Jodit's clean-html denyTags filter does not normalize foreign SVG or MathML script node names, allowing a script element nested directly in SVG or MathML to remain in editor.value and execute when conte...

5.3CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/31 7:12 p.m.15 views

EUVD-2026-41140

Jodit Editor: Mutation XSS in jodit clean-html via a MathML/style rawtext carrier...

7.2CVSS5.4AI score0.00179EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/31 7:8 p.m.12 views

Jodit has incomplete javascript: scheme normalization in sanitizeHTMLElement href check that allows link XSS

Summary jodit's sanitizeHTMLElement neutralizes a javascript: href using a bare href.trim.indexOf'javascript' === 0 check. This omits the normalization jodit applies to every other URL attribute: isDangerousUrl strips control bytes with value.replace/\u0000-\u0020+/g, '' and lowercases the value...

5.4CVSS5.5AI score0.0018EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/31 6:0 a.m.39 views

CVE-2026-13609 Frontend Admin by DynamiApps < 3.29.9 - Unauthenticated Stored Cross-Site Scripting via Form Field

The Frontend Admin by DynamiApps WordPress plugin before 3.29.9 decodes HTML entities in a submitted form field value after sanitizing it, which restores HTML tags that the sanitizer had neutralized. A double-encoded payload submitted by an unauthenticated visitor is therefore stored as a live ta...

0.00246EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/30 4:42 p.m.7 views

SUSE CVE-2026-52816

Gogs is an open source self-hosted Git service. Prior to 0.14.3, the Jupyter Notebook ipynb sanitizer endpoint at POST /-/api/sanitizeipynb allows arbitrary data: URIs without proper restrictions, potentially leading to Cross-Site Scripting XSS. The endpoint uses bluemonday.UGCPolicy with...

6.4CVSS7.8AI score0.00475EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/30 4:33 p.m.8 views

MessagePack::Buffer#clear Use-After-Free that Enables Cross-Buffer Disclosure

Summary MessagePack::Bufferclear shifts out every chunk and returns its 4 KiB rmem page to the shared pool, but does not reset the buffer's rmem cursor rmemlast, rmemend, rmemowner. The next write sees "unused rmem space" left over from the freed page and hands back a slice of memory that has...

5.4CVSS6AI score0.00136EPSS
SaveExploits1References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/30 5:10 a.m.6 views

CVE-2026-64347

A flaw was found in the USB gadget composite driver in the Linux kernel. An issue with an empty check in the USBDTOTG handler can lead to reading from an invalid memory location. This can result in a kernel AddressSanitizer KASAN fault, potentially causing information disclosure or a denial of...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 12:29 p.m.4 views

CVE-2026-14023

An insufficient validation of untrusted input flaw was found in the SanitizerAPI component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=518063436...

6.5CVSS5.8AI score0.00319EPSS
SaveExploits0References5
Rows per page
Query Builder