Lucene search
+L

378 matches found

Kitploit
Kitploit
added 2026/09/01 7:22 p.m.4 views

CVE-2024-42009

CVE-2024-42009 – Roundcube XSS stocké PoC Docker 📌 Aperçu Ce dépôt présente une preuve de concept PoC fonctionnelle pour CVE-2024-42009 , une vulnérabilité de Cross-Site Scripting XSS stocké dans Roundcube Webmail. La vulnérabilité est causée par une désinfection HTML incorrecte suivie d'un...

9.3CVSS7.4AI score0.82882EPSS
SaveExploits6
RedhatCVE
RedhatCVE
added 2026/09/01 3:33 p.m.6 views

CVE-2026-83605

A flaw was found in xmldom, a JavaScript XML DOM parser. The Element.setAttribute function does not properly validate attribute names, allowing a remote attacker to inject specially crafted attribute names. This can lead to the injection of additional attributes, including event handlers, into...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References10
CVE
CVE
added 2026/09/01 2:18 p.m.11 views

CVE-2026-83605

xmldom is a pure JavaScript W3C DOM Level 2 Core module. The vulnerability lies in Element.setAttribute() , which invokes the private _createAttribute(name) path without validating the attribute name against QName , unlike Document.createAttribute(). Because XMLSerializer.serializeToString() emit...

8.7CVSS5.9AI score0.00348EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/24 10:29 a.m.6 views

CVE-2026-10618

Hugo's default fenced-code-block renderer writes attribute values taken from the code-fence info string into the rendered HTML without escaping them. New in markup/internal/attributes/attributes.go converts every attribute value from a byte slice to a string as it is stored, deliberately dropping...

5.4CVSS5.6AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/24 10:29 a.m.7 views

EUVD-2026-64776

Hugo's default fenced-code-block renderer writes attribute values taken from the code-fence info string into the rendered HTML without escaping them. New in markup/internal/attributes/attributes.go converts every attribute value from a byte slice to a string as it is stored, deliberately dropping...

5.4CVSS5.7AI score0.00215EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/srpt: Do not register the event handler until the srpt device is fully set up. In rare cases, KASAN reports a use-after-free error in the srptrefreshport function. This appears to occur because the event handler is...

7.8CVSS5.6AI score0.00238EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Avoid invalid reads in irdmanetevent. The irdmanetevent function should not dereference anything from “neigh” alias “ptr” until it has checked that the event is of type NETEVENTNEIGHUPDATE. Other events are pointed to...

7.1CVSS5.9AI score0.00162EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Firefox

An attacker was able to insert an event handler into a privileged object, allowing arbitrary JavaScript execution in the parent process. Note: This vulnerability only affects Desktop Firefox; mobile versions of Firefox are not affected. This vulnerability applies to Firefox versions earlier than...

8.4CVSS8.1AI score0.047EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Since acpiinstallfixedeventhandler automatically enables the event handling mechanism upon success, it is incorrect to call it before the handler routine is ready to handle...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/23 2:16 p.m.15 views

CVE-2026-74793

justhtml before 3.11.0 contains a cross-site scripting vulnerability where the default sanitizer bypasses event handler removal in selectedcontent projections. Attackers can inject SVG or MathML elements with event handlers that are cloned and reinserted into output without sanitization, enabling...

6.1CVSS0.00204EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/23 1:34 p.m.10 views

EUVD-2026-64656

justhtml before 3.11.0 contains a cross-site scripting vulnerability where the default sanitizer bypasses event handler removal in selectedcontent projections. Attackers can inject SVG or MathML elements with event handlers that are cloned and reinserted into output without sanitization, enabling...

6.1CVSS4.9AI score0.00204EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/23 1:34 p.m.10 views

CVE-2026-74793 justhtml before 3.11.0 XSS via selectedcontent projection

justhtml before 3.11.0 contains a cross-site scripting vulnerability where the default sanitizer bypasses event handler removal in selectedcontent projections. Attackers can inject SVG or MathML elements with event handlers that are cloned and reinserted into output without sanitization, enabling...

5.1CVSS5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/23 1:34 p.m.15 views

CVE-2026-74793

justhtml versions before 3.11.0 are affected by a cross-site scripting (XSS) vulnerability in the default sanitizer. The root cause is that event handler removal is bypassed in selectedcontent projections : an attacker can inject SVG or MathML elements carrying event handlers, which are then clon...

6.1CVSS4.9AI score0.00204EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/23 1:34 p.m.35 views

CVE-2026-74793 justhtml before 3.11.0 XSS via selectedcontent projection

justhtml before 3.11.0 contains a cross-site scripting vulnerability where the default sanitizer bypasses event handler removal in selectedcontent projections. Attackers can inject SVG or MathML elements with event handlers that are cloned and reinserted into output without sanitization, enabling...

6.1CVSS0.00204EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/22 2:02 p.m.9 views

dompurify: DOMPurify: Cross-Site Scripting (XSS) via prototype pollution in USE_PROFILES mode

A flaw was found in DOMPurify. This prototype pollution vulnerability, specifically when operating in USEPROFILES mode, allows a remote attacker to bypass attribute filtering. By manipulating Array.prototype properties, an attacker can cause DOMPurify to accept event handlers as allowed attribute...

6.1CVSS5.7AI score0.00318EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.14 views

PT-2026-79724

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix qentry overwrite for CONFIRM LINK and ADD LINK CONT in smc llc event handler The SMC LLC CONFIRM LINK / SMC LLC ADD LINK CONT branch in smc llc event handler stores an incoming qentry into the local LLC flow without...

5.3AI score0.00177EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/20 1:58 p.m.17 views

CVE-2026-64972 Reflected XSS in ATutor

ATutor is vulnerable to Reflected XSS via popup parameter in preview.php. An authenticated attacker can inject a double quote into the popup parameter, break out of the attribute value, and append a new event handler such as onload. The related previewtop.php file sanitises these parameters, but...

4.8CVSS5.4AI score
SaveExploits0References5
NVD
NVD
added 2026/08/18 4:17 p.m.13 views

CVE-2026-55839

Kestra is an open-source, event-driven orchestration platform. Prior to 1.3.24, Kestra's custom Markdown parser in ui/src/utils/markdownplugins/link.ts allows a user with permission to create or update a Flow description to inject JavaScript event-handler attributes through the custom link syntax...

8.7CVSS0.00302EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 3:27 p.m.26 views

CVE-2026-55839 Kestra: Stored XSS via custom Markdown [[link]] attribute injection

Kestra is an open-source, event-driven orchestration platform. Prior to 1.3.24, Kestra's custom Markdown parser in ui/src/utils/markdownplugins/link.ts allows a user with permission to create or update a Flow description to inject JavaScript event-handler attributes through the custom link syntax...

8.7CVSS0.00302EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 3:27 p.m.10 views

CVE-2026-55839 Kestra: Stored XSS via custom Markdown [[link]] attribute injection

Kestra is an open-source, event-driven orchestration platform. Prior to 1.3.24, Kestra's custom Markdown parser in ui/src/utils/markdownplugins/link.ts allows a user with permission to create or update a Flow description to inject JavaScript event-handler attributes through the custom link syntax...

8.7CVSS5AI score
SaveExploits0References6
Rows per page
Query Builder