Lucene search
+L

414 matches found

NVD
NVD
added 2026/09/15 2:16 a.m.6 views

CVE-2026-91771

Weights & Biases wandb before 0.29.0 fails to validate the file name from server responses in the File.download function, allowing path traversal attacks. Attackers controlling the backend can supply file names with directory traversal sequences to write files outside the intended download...

8.8CVSS0.00731EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/15 12:00 a.m.18 views

PT-2026-91830

Weights & Biases wandb before 0.29.0 fails to validate the file name from server responses in the File.download function, allowing path traversal attacks. Attackers controlling the backend can supply file names with directory traversal sequences to write files outside the intended download...

8.8CVSS5.9AI score0.00731EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in rsync

A vulnerability was discovered in rsync prior to version 3.2.5. This vulnerability allows malicious remote servers to write arbitrary files into the directories of connecting peers. The server determines which files/directories are sent to the client. However, the rsync client lacks sufficient...

7.4CVSS7.7AI score0.02168EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.11 views

Fedora 45 : libmongocrypt (2026-0664f1b41b)

The remote Fedora 45 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-0664f1b41b advisory. Version 1.20.4 Fixed - Reject undersized decryption payloads. CVE-2026-84971 ---- Version 1.20.3 Fixed - Validate database and collection name...

7.1CVSS5.9AI score0.00157EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 9:44 a.m.5 views

PYSEC-2026-3917 RestrictedPython guard hooks can be shadowed via positional-only arguments

Impact RestrictedPython rewrites sensitive operations to go through guard hooks. Attribute access becomes getattrobj, name, item access becomes getitemobj, key, writes go through write, and print goes through print. The embedding application supplies these hooks to enforce its policy. Argument-na...

8.3CVSS6.3AI score0.00227EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/08 9:03 p.m.7 views

GHSA-JXJR-3G7G-3944 xmldom: requireWellFormed element/attribute name validation is bypassable via an embedded line terminator

Summary An embedded line terminator bypasses the requireWellFormed serializer check for element and attribute names. The check was added to fix GHSA-w2rr-34g9-rvrj and GHSA-4w3w-2rp5-g8jm; a name whose first line is well-formed slips past it and is serialized verbatim, so the characters after the...

8.7CVSS7.1AI score0.00328EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/09/02 1:01 a.m.14 views

SUSE CVE-2026-83608

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, the DOCUMENTTYPENODE branch in lib/dom.js validates publicId, systemId, and internalSubset under...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/01 5:01 p.m.14 views

XML Injection

Overview @xmldom/xmldom is a javascript ponyfill to provide the following APIs that are present in modern browsers to other runtimes. Since version 0.7.0 this package is published to npm as @xmldom/xmldom and no longer as xmldom Affected versions of this package are vulnerable to XML Injection vi...

8.7CVSS7.6AI score0.00328EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/01 3:33 p.m.11 views

CVE-2026-83607

A flaw was found in xmldom, a JavaScript module for parsing and serializing XML. This vulnerability allows a remote attacker to inject malicious content, such as attributes or elements, into serialized XML or HTML documents. This occurs because the Document.createElement function does not properl...

8.7CVSS6AI score0.00348EPSS
SaveExploits0References10
NVD
NVD
added 2026/09/01 3:17 p.m.11 views

CVE-2026-83617

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.11 until 0.9.12, the requireWellFormed: true element and attribute name checks use the anchored QNameexact expression produced by reg in lib/grammar.js, which inherits the multiline...

8.7CVSS0.00328EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 3:17 p.m.8 views

DEBIAN-CVE-2026-83610

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, Document.createEntityReferencename accepts an invalid name and the ENTITYREFERENCENODE serializer...

6.3CVSS5.9AI score0.00355EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/01 3:17 p.m.9 views

CVE-2026-83609

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. From 0.9.0 until 0.9.12, the shared reg builder in lib/grammar.js compiles the anchored QNameexact validator with the multiline flag, so ^ and $ validate only one line instead of the complete...

8.7CVSS0.00326EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/01 2:47 p.m.30 views

CVE-2026-83617

@xmldom/xmldom versions 0.9.11 through 0.9.12 contain a regex bypass in the requireWellFormed: true validation path. The QName_exact anchored expression in lib/grammar.js inherits the multiline flag , so an element or attribute name that is valid on its first line but contains U+000A, U+000D, U+2...

8.7CVSS5.9AI score0.00328EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/01 2:31 p.m.40 views

CVE-2026-83610 xmldom: XML fragment injection via invalid EntityReference.nodeName during requireWellFormed serialization

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, Document.createEntityReferencename accepts an invalid name and the ENTITYREFERENCENODE serializer...

6.3CVSS0.00355EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/09/01 2:27 p.m.11 views

CVE-2026-83608 xmldom: DocType `name` Injection Bypasses requireWellFormed

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, the DOCUMENTTYPENODE branch in lib/dom.js validates publicId, systemId, and internalSubset under...

8.7CVSS5.3AI score0.00348EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/01 2:27 p.m.11 views

CVE-2026-83608 xmldom: DocType `name` Injection Bypasses requireWellFormed

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. Prior to @xmldom/xmldom versions 0.8.15 and 0.9.12, and in xmldom version 0.6.0 and earlier, the DOCUMENTTYPENODE branch in lib/dom.js validates publicId, systemId, and internalSubset under...

8.7CVSS5.9AI score
SaveExploits0References9
Redos
Redos
added 2026/09/01 12:00 a.m.8 views

ROS-20260901-73-0017

The vulnerability of the option-name validation component in the Python library for interacting with Git repositories, GitPython, is related to incorrect elimination of special elements in the output data. Exploiting this vulnerability could allow a malicious actor to execute arbitrary commands...

8.8CVSS7.4AI score0.00485EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/08/27 12:00 a.m.20 views

PT-2026-82742

A MongoDB C driver document-replacement code path omits the element-name/shape validation that the equivalent write paths apply, so a value supplied as a replacement is forwarded to the server without neutralization of query-language special elements. An application that passes untrusted,...

5.4CVSS5.4AI score0.00164EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 2:27 p.m.24 views

CVE-2026-54511

@logtape/syslog (part of LogTape, a Node.js logging library) contains two related output-encoding bugs in its structured-data formatting, affecting versions prior to 1.3.11 , 2.0.14 , and 2.1.5 when includeStructuredData is set to true (non-default). The escapeStructuredDataValue() function fails...

8.6CVSS5.6AI score0.00306EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: platform/x86: think-lmi: Fixed reference leak If a duplicate attribute is found using ksetfindobj, a reference to that attribute is returned, and this reference needs to be disposed of using kobjectput. The validation of the...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References2
Rows per page
Query Builder