Lucene search
+L

99012 matches found

CVE
CVE
added 2026/08/31 11:56 a.m.16 views

CVE-2026-76984

Apache Wicket 's MetaDataHeaderItem class improperly escapes attribute values when generating and tags. The escape replaced " with \\", but a backslash before a double quote is meaningless in HTML, so an attacker-controlled value containing a double quote breaks out of the attribute and is pars...

5.4CVSS5.9AI score0.00496EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/31 11:52 a.m.10 views

EUVD-2026-68488

AjaxEditableChoiceLabel in wicket-extensions, when constructed with a non-null IChoiceRenderer, writes the display value obtained from that renderer into the label's markup without applying the HTML escaping Wicket performs by default for component model values. An attacker who can influence the...

5.1CVSS5.8AI score0.00496EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/31 11:16 a.m.13 views

CVE-2026-82881

Aix-DB through 1.2.4 renders markdown with raw HTML enabled into v-html bindings without sanitization, allowing stored cross-site scripting attacks. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages that execut...

5.4CVSS0.00188EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/31 10:51 a.m.42 views

CVE-2026-82881 Aix-DB through 1.2.4 Stored Cross-Site Scripting via Markdown

Aix-DB through 1.2.4 renders markdown with raw HTML enabled into v-html bindings without sanitization, allowing stored cross-site scripting attacks. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages that execut...

5.4CVSS0.00188EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/31 10:51 a.m.9 views

EUVD-2026-68467

Aix-DB through 1.2.4 renders markdown with raw HTML enabled into v-html bindings without sanitization, allowing stored cross-site scripting attacks. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages that execut...

5.4CVSS5.8AI score0.00188EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/31 10:51 a.m.16 views

CVE-2026-82881

Aix-DB through version 1.2.4 is vulnerable to stored cross-site scripting (XSS) . The root cause is that markdown is rendered with raw HTML enabled and bound to v-html without sanitization (specifically in web/src/components/MarkdownPreview/plugins/markdown.ts). An attacker with low privileges ca...

5.4CVSS5.8AI score0.00188EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/31 10:51 a.m.10 views

CVE-2026-82881 Aix-DB through 1.2.4 Stored Cross-Site Scripting via Markdown

Aix-DB through 1.2.4 renders markdown with raw HTML enabled into v-html bindings without sanitization, allowing stored cross-site scripting attacks. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages that execut...

5.1CVSS5.8AI score
SaveExploits0References8
NVD
NVD
added 2026/08/31 10:16 a.m.8 views

CVE-2026-19873

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has countername set, its process method reads the repeat count from the named query string parameter, checks only that it is ...

7.5CVSS0.00517EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 10:16 a.m.6 views

UBUNTU-CVE-2026-19873

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has countername set, its process method reads the repeat count from the named query string parameter, checks only that it is ...

7.5CVSS5.9AI score0.00517EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/31 10:07 a.m.48 views

CVE-2026-19873 HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has countername set, its process method reads the repeat count from the named query string parameter, checks only that it is ...

0.00517EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/31 10:07 a.m.7 views

EUVD-2026-68458

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has countername set, its process method reads the repeat count from the named query string parameter, checks only that it is ...

7.5CVSS5.9AI score0.00517EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/31 10:07 a.m.9 views

CVE-2026-19873

HTML::FormFu versions through 2.08 for Perl allow resource exhaustion via an unbounded repeat count from the query string in Repeatable elements. When a Repeatable element has countername set, its process method reads the repeat count from the named query string parameter, checks only that it is ...

7.5CVSS5.9AI score0.00517EPSS
SaveExploits0
CVE
CVE
added 2026/08/31 10:07 a.m.21 views

CVE-2026-19873

HTML::FormFu (Perl), versions through 2.08 , is vulnerable to resource exhaustion via an unbounded repeat count in Repeatable elements . When counter_name is set, the process method reads the count from the query string, validates only that it is a positive integer, and deep-clones the child subt...

7.5CVSS5.9AI score0.00517EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/31 4:11 a.m.13 views

html/template: golang: Go html/template: Cross-Site Scripting via improper URL escaping in meta tag content

A flaw was found in the html/template package of Go. A remote attacker could exploit this vulnerability by inserting ASCII whitespaces around the equals sign = within a URL's content attribute inside a tag. This improper escaping could lead to Cross-Site Scripting XSS, allowing the attacker to...

6.1CVSS6.9AI score0.00314EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/31 4:11 a.m.11 views

html/template: golang: html/template: Cross-site scripting due to incorrect script tag escaping

A flaw was found in html/template. A trusted template author could craft a script tag with an empty or whitespace-only 'type' attribute. This vulnerability causes the template engine to incorrectly escape data passed into the script block, potentially leading to cross-site scripting XSS. An...

6.1CVSS6.9AI score0.00371EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/31 2:23 a.m.7 views

CVE-2026-77850 Stored XSS in AshAdmin relationship typeahead via unescaped label_field content

Stored Cross-site Scripting vulnerability in ash-project ashadmin executes attacker-supplied record content as script in an administrator's browser. The relationship typeahead components AshAdmin.Components.Resource.RelationshipField and AshAdmin.Components.Resource.ManagedRelationshipSelectField...

8.4CVSS5.9AI score0.00278EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/31 2:23 a.m.9 views

EUVD-2026-68326

Stored Cross-site Scripting vulnerability in ash-project ashadmin executes attacker-supplied record content as script in an administrator's browser. The relationship typeahead components AshAdmin.Components.Resource.RelationshipField and AshAdmin.Components.Resource.ManagedRelationshipSelectField...

8.4CVSS5.9AI score0.00278EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 2:23 a.m.12 views

EEF-CVE-2026-77850 Stored XSS in AshAdmin relationship typeahead via unescaped label_field content

Summary Stored Cross-site Scripting vulnerability in ash-project ashadmin executes attacker-supplied record content as script in an administrator's browser. The relationship typeahead components AshAdmin.Components.Resource.RelationshipField and...

8.4CVSS5.9AI score0.00278EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/31 12:00 a.m.15 views

PT-2026-83775

Name of the Vulnerable Software and Affected Versions HTML::FormFu versions prior to 2.09 Description Repeatable elements allow resource exhaustion through an unbounded repeat count provided via the query string. When a Repeatable element has counter name set, the process function reads the repea...

7.5CVSS5.9AI score0.00517EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2026/08/31 12:00 a.m.7 views

The vulnerability of JavaScript script handlers in Google Chrome and Microsoft Edge web browsers allows attackers to trigger a service failure.

The vulnerability of JavaScript script handlers in Google Chrome and Microsoft Edge browsers is related to type conversion errors. Exploiting this vulnerability can allow a malicious actor to cause service interruptions through a specially crafted HTML page...

10CVSS7.2AI score0.00425EPSS
SaveExploits0References9Affected Software4
Rows per page
Query Builder