Lucene search
K

46 matches found

Nuclei
Nuclei
added 14 hours ago25 views

Nodejs Squirrelly - Remote Code Execution

Nodejs Squirrelly is susceptible to remote code execution. Squirrelly is a template engine implemented in JavaScript that works out of the box with ExpressJS. Squirrelly mixes pure template data with engine configuration options through the Express render API. By overwriting internal configuratio...

8.8CVSS7.8AI score0.89622EPSS
Exploits2
OSV
OSV
added 2025/10/15 7:43 p.m.6 views

GHSA-HWMC-4C8J-XXJ7 `sveltekit-superforms` has Prototype Pollution in `parseFormData` function of `formData.js`

Summary sveltekit-superforms v2.27.3 and prior are susceptible to a prototype pollution vulnerability within the parseFormData function of formData.js. An attacker can inject string and array properties into Object.prototype, leading to denial of service, type confusion, and potential remote code...

8.3CVSS8.2AI score0.01006EPSS
Exploits0References4
OSV
OSV
added 2024/12/04 12:0 p.m.3 views

RUSTSEC-2024-0408 Unsound usages of `std::slice::from_raw_parts`

The library breaks the safety assumptions when using unsafe API std::slice::fromrawparts. First, when using the API in iterator implementation TempFdArrayIterator.next, generic type could be any type, which would create and pass a misaligned pointer to the unsafe API. Second, when validating the...

7.5AI score
Exploits0References4
OSV
OSV
added 2024/03/06 11:7 a.m.21 views

BIT-GOLANG-2020-29509

The encoding/xml package in Go all versions does not correctly preserve the semantics of attribute namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7.1AI score0.00187EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:7 a.m.21 views

BIT-GOLANG-2020-29510

The encoding/xml package in Go versions 1.15 and earlier does not correctly preserve the semantics of directives during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7AI score0.00122EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:6 a.m.21 views

BIT-GOLANG-2020-29511

The encoding/xml package in Go all versions does not correctly preserve the semantics of element namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7AI score0.00187EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/01/24 12:0 a.m.27 views

Amazon Linux 2 : containerd, --advisory ALAS2DOCKER-2024-035 (ALASDOCKER-2024-035)

The version of containerd installed on the remote host is prior to 1.7.2-1. It is, therefore, affected by a vulnerability as referenced in the ALAS2DOCKER-2024-035 advisory. Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version numbe...

5.6AI score
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2023/06/09 12:0 a.m.36 views

EulerOS 2.0 SP5 : docker-engine (EulerOS-SA-2023-2142)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - containerd is an open source container runtime. A bug was found in the containerd's CRI implementation where programs inside a container c...

7.8CVSS7.3AI score0.00244EPSS
Exploits1References4
RedhatCVE
RedhatCVE
added 2023/05/29 6:40 p.m.30 views

CVE-2021-21366

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. xmldom versions 0.4.0 and older do not correctly preserve system identifiers, FPIs or namespaces when repeatedly parsing and serializing maliciously crafted documents. This may lead to unexpect...

4.3CVSS6.7AI score0.01344EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2023/04/13 12:0 a.m.43 views

EulerOS 2.0 SP8 : docker-engine (EulerOS-SA-2023-1591)

According to the versions of the docker-engine package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the...

7.8CVSS7.2AI score0.00244EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/18 2:21 a.m.2 views

SUSE CVE-2023-25173

containerd is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be ab...

5.3CVSS6.7AI score0.00023EPSS
Exploits1References14
OSV
OSV
added 2023/02/16 3:15 p.m.1 views

DEBIAN-CVE-2023-25173

containerd is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be ab...

7.8CVSS7.9AI score0.00023EPSS
Exploits1References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:51 a.m.1 views

SUSE CVE-2020-29510

The encoding/xml package in Go versions 1.15 and earlier does not correctly preserve the semantics of directives during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7.3AI score0.00122EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:51 a.m.1 views

SUSE CVE-2020-29511

The encoding/xml package in Go all versions does not correctly preserve the semantics of element namespace prefixes during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7.4AI score0.00187EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2022/02/10 11:35 p.m.28 views

Insecure template handling in Express-handlebars

Express-handlebars is a Handlebars view engine for Express. Express-handlebars mixes pure template data with engine configuration options through the Express render API. More specifically, the layout parameter may trigger file disclosure vulnerabilities in downstream applications. This potential...

8.6CVSS8.4AI score0.86122EPSS
Exploits1References8Affected Software1
Microsoft CVE
Microsoft CVE
added 2021/12/16 8:0 a.m.2 views

The encoding/xml package in Go (all versions) does not correctly preserve the semantics of attribute namespace prefixes during tokenization round-trips which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications.

...

9.8CVSS7AI score0.00187EPSS
Exploits0
Node.js
Node.js
added 2021/08/03 4:57 p.m.63 views

Misinterpretation of malicious XML input

Overview Impact xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications. Patches Update to 0.7.0 see issue 271 for the stat...

5CVSS3.8AI score0.01146EPSS
Exploits0Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/03 4:57 p.m.123 views

Misinterpretation of malicious XML input

Impact xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications. Patches Update to one of the fixed versions of @xmldom/xmld...

6.5CVSS1.1AI score0.01146EPSS
Exploits0References7Affected Software2
OSV
OSV
added 2021/07/27 10:15 p.m.9 views

CVE-2021-32796

xmldom is an open source pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes duri...

5.3CVSS6.5AI score
Exploits0References3
UbuntuCve
UbuntuCve
added 2021/07/27 10:15 p.m.17 views

CVE-2021-32796

xmldom is an open source pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. xmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes duri...

6.5CVSS6.7AI score0.01146EPSS
Exploits0References4
Rows per page
Query Builder