Lucene search
+L

245557 matches found

Github Security Blog
Github Security Blog
added 2026/09/08 9:01 p.m.8 views

xmldom: Quadratic-time attribute deduplication

Summary xmldom builds the attribute collection of every parsed element by inserting attributes one at a time into a DOM NamedNodeMap. Each insertion first performs a linear scan of all already-inserted attributes to enforce the DOM uniqueness rule no two attributes with the same qualified name /...

8.7CVSS7AI score0.00344EPSS
SaveExploits0References10Affected Software2
OSV
OSV
added 2026/09/08 9:00 p.m.6 views

GHSA-965W-775F-MR7G xmldom: Quadratic-memory consumption

Summary When an element declares a namespace prefix, xmldom copies the entire in-scope namespace map into a fresh object and keeps that copy on the element while it is open on the parse stack. A crafted document that nests N elements, each declaring one unique prefix, therefore drives the parser ...

8.7CVSS7.1AI score0.00351EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/09/08 9:00 p.m.11 views

xmldom: Quadratic-memory consumption

Summary When an element declares a namespace prefix, xmldom copies the entire in-scope namespace map into a fresh object and keeps that copy on the element while it is open on the parse stack. A crafted document that nests N elements, each declaring one unique prefix, therefore drives the parser ...

8.7CVSS7.1AI score0.00351EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2026/09/08 8:51 p.m.10 views

Colord: Slow rejection of oversized malformed color strings

Impact colord's CSS color string matchers described a number as +-?\d.?\d+. In that form \d and \d+ can match the same digits, so a run of n digits can be divided between them in On² ways, and rejecting an input retries every division. Parsing is synchronous and uninterruptible, so a long...

6.9CVSS5.8AI score0.00291EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/08 8:51 p.m.7 views

GHSA-2WM5-Q62R-HMRV Colord: Slow rejection of oversized malformed color strings

Impact colord's CSS color string matchers described a number as +-?\d.?\d+. In that form \d and \d+ can match the same digits, so a run of n digits can be divided between them in On² ways, and rejecting an input retries every division. Parsing is synchronous and uninterruptible, so a long...

6.9CVSS5.8AI score0.00291EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/08 8:40 p.m.5 views

GHSA-C7R6-VX3H-W5G2 Laravel Excel writes exports outside the configured filesystem disk when given a caller-controlled path

Summary Excel::store resolved the destination path against the process working directory rather than the configured filesystem disk. When that path resolved to an existing file, the export was written straight to it with fopen, bypassing the disk entirely. An application that passes a...

7.5CVSS6.2AI score0.00571EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/08 8:40 p.m.8 views

Laravel Excel writes exports outside the configured filesystem disk when given a caller-controlled path

Summary Excel::store resolved the destination path against the process working directory rather than the configured filesystem disk. When that path resolved to an existing file, the export was written straight to it with fopen, bypassing the disk entirely. An application that passes a...

7.5CVSS6.2AI score0.00571EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/08 8:30 p.m.9 views

xmldom: Attribute name injection via setAttribute() bypasses requireWellFormed

Summary Element.setAttribute in @xmldom/xmldom bypasses attribute name validation by calling the private createAttributename method, which performs no validation. The public createAttribute method correctly validates names against an anchored QName pattern, but setAttribute never uses it. The...

8.7CVSS7.1AI score0.00348EPSS
SaveExploits0References9Affected Software2
OSV
OSV
added 2026/09/08 8:30 p.m.4 views

GHSA-4W3W-2RP5-G8JM xmldom: Attribute name injection via setAttribute() bypasses requireWellFormed

Summary Element.setAttribute in @xmldom/xmldom bypasses attribute name validation by calling the private createAttributename method, which performs no validation. The public createAttribute method correctly validates names against an anchored QName pattern, but setAttribute never uses it. The...

8.7CVSS7.1AI score0.00348EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/09/08 8:28 p.m.7 views

NLTK: ReDoS in nltk.text.Text.findall() via unvalidated user-supplied regular expressions

Summary NLTK's Text.findall and TokenSearcher.findall methods accept user-supplied regular expressions and pass them to the Python re engine without timeout or validation, enabling catastrophic backtracking ReDoS. This issue is isolated to the nltk.text module and was resolved in a prior commit...

8.7CVSS6AI score0.00489EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2026/09/08 8:28 p.m.6 views

GHSA-RRV8-H7P8-RX55 NLTK: ReDoS in nltk.text.Text.findall() via unvalidated user-supplied regular expressions

Summary NLTK's Text.findall and TokenSearcher.findall methods accept user-supplied regular expressions and pass them to the Python re engine without timeout or validation, enabling catastrophic backtracking ReDoS. This issue is isolated to the nltk.text module and was resolved in a prior commit...

8.7CVSS6AI score0.00489EPSS
SaveExploits1References9
OSV
OSV
added 2026/09/08 8:24 p.m.8 views

GHSA-7M6H-X95X-82Q5 vLLM: Cross-User Data Leak Vulnerability

Summary An integer overflow in the actandmulkernel kernel can cause the output of one user request to be incorporated into the response of another request within the same inference batch. Under certain conditions, the last request in a batch can receive a partial or complete copy of the first...

5.3CVSS5.8AI score0.00326EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/09/08 8:24 p.m.7 views

vLLM: Cross-User Data Leak Vulnerability

Summary An integer overflow in the actandmulkernel kernel can cause the output of one user request to be incorporated into the response of another request within the same inference batch. Under certain conditions, the last request in a batch can receive a partial or complete copy of the first...

5.3CVSS5.8AI score0.00326EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/09/08 8:18 p.m.6 views

DEBIAN-CVE-2026-85630

HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the processattrs method. Any application with fields or field labels where some attributes are built from data rather than literals allows attacker-influenced text in an attribute value th...

6.1CVSS5.7AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/08 8:18 p.m.8 views

DEBIAN-CVE-2026-85484

HTML::FormHandler versions before 0.410002 for Perl render option group labels and radio button labels into HTML without escaping. The Select, RadioGroup, CheckboxGroup and HorizCheckboxGroup widgets render a group label unescaped, Select into a label attribute and the other three into element...

6.1CVSS5.7AI score0.00255EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/08 8:18 p.m.9 views

CVE-2026-85630

HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the processattrs method. Any application with fields or field labels where some attributes are built from data rather than literals allows attacker-influenced text in an attribute value th...

6.1CVSS0.00255EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/08 8:18 p.m.7 views

CVE-2026-85484

HTML::FormHandler versions before 0.410002 for Perl render option group labels and radio button labels into HTML without escaping. The Select, RadioGroup, CheckboxGroup and HorizCheckboxGroup widgets render a group label unescaped, Select into a label attribute and the other three into element...

6.1CVSS0.00255EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/08 8:18 p.m.6 views

UBUNTU-CVE-2026-85630

HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the processattrs method. Any application with fields or field labels where some attributes are built from data rather than literals allows attacker-influenced text in an attribute value th...

6.1CVSS5.7AI score0.00255EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/08 8:18 p.m.8 views

CVE-2026-85630

HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the processattrs method. Any application with fields or field labels where some attributes are built from data rather than literals allows attacker-influenced text in an attribute value th...

6.1CVSS5.7AI score0.00255EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/08 8:18 p.m.6 views

UBUNTU-CVE-2026-85484

HTML::FormHandler versions before 0.410002 for Perl render option group labels and radio button labels into HTML without escaping. The Select, RadioGroup, CheckboxGroup and HorizCheckboxGroup widgets render a group label unescaped, Select into a label attribute and the other three into element...

6.1CVSS5.7AI score0.00255EPSS
SaveExploits0References3
Rows per page
Query Builder