Lucene search
+L

396 matches found

OSV
OSV
added 2021/11/20 7:31 p.m.15 views

MGASA-2021-0519 Updated php packages fix security vulnerability

Header injection via defaultmimetype / defaultcharset mbstring may use pointer from some previous request Unexpected behavior with arrays and JIT Special character is breaking the path in xml function CVE-2021-21707 XMLReader::getParserProperty may throw with a valid property...

5.3CVSS7.3AI score0.25951EPSS
SaveExploits1References3
Citrix
Citrix
added 2021/11/03 12:00 a.m.15 views

MAM SDK Migration Unexpected behavior on MDX/MAM SDK app container

Some interaction between managed applications in the same container are not working properly for example, copy and paste, open-in, etc. Scenario 1: Productivity Apps only using Hybrid mode One app on Legacy MDX and one app on MAM SDK. This scenario is not supported and not recommended. Scenario 2...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/05 12:00 a.m.18 views

Erc20.transfer() return value is ignored

Handle pants Vulnerability details According to the ERC-20 Token Standard, the function transfer returns false on failure. However, the return value of Erc20.transfer is ignored 8 times: 1. In Swivel.exitVaultFillingZcTokenExit, line 313. 2. In Swivel.exitVaultFillingZcTokenExit, line 315. 3. In...

7.1AI score
SaveExploits0
NVD
NVD
added 2021/08/31 5:15 p.m.20 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.5CVSS0.01105EPSS
SaveExploits0References1
CVE
CVE
added 2021/08/31 4:38 p.m.99 views

CVE-2021-22684

CVE-2021-22684 affects Samsung Tizen RT RTOS 3.0.GBB. It is caused by integer wrap-around in memory allocation helpers calloc and mm_zalloc, leading to improper memory assignment and potential arbitrary memory allocation or a crash. Connected sources confirm the vulnerability and CVE assignment; ...

7.5CVSS7.5AI score0.01105EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2021/06/10 7:15 a.m.25 views

CVE-2021-30641

Apache HTTP Server versions 2.4.39 to 2.4.46 Unexpected matching behavior with 'MergeSlashes OFF'...

5.3CVSS6.6AI score
SaveExploits0References12
GitLab Advisory Database
GitLab Advisory Database
added 2021/05/24 12:00 a.m.40 views

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

In Helm before versions 2.16.11 and 3.3.2 plugin names are not sanitized properly. As a result, a malicious plugin author could use characters in a plugin name that would result in unexpected behavior, such as duplicating the name of another plugin or spoofing the output to helm --help. This issu...

4CVSS1.6AI score0.00962EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2021/05/12 5:18 a.m.42 views

Insecure Deserialization

wire allows insecure deserialization. The way the type information is handled in its serialization format allows an attacker to pass malicious payloads a different type for the receiving end to the deserializer and potentially cause unexpected application behavior...

9.1CVSS3.3AI score0.01584EPSS
SaveExploits1References2Affected Software1
OpenVAS
OpenVAS
added 2021/04/19 12:00 a.m.29 views

SUSE: Security Advisory (SUSE-SU-2017:2299-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS10AI score0.08739EPSS
SaveExploits1References5
OpenVAS
OpenVAS
added 2021/04/19 12:00 a.m.22 views

SUSE: Security Advisory (SUSE-SU-2018:1537-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.4AI score0.38929EPSS
SaveExploits9References7
OpenVAS
OpenVAS
added 2021/04/19 12:00 a.m.21 views

SUSE: Security Advisory (SUSE-SU-2018:1548-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8CVSS7.4AI score0.38929EPSS
SaveExploits9References8
OpenVAS
OpenVAS
added 2021/04/19 12:00 a.m.14 views

SUSE: Security Advisory (SUSE-SU-2018:1531-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.4AI score0.38929EPSS
SaveExploits9References7
OpenVAS
OpenVAS
added 2021/04/19 12:00 a.m.22 views

SUSE: Security Advisory (SUSE-SU-2018:1533-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.4AI score0.38929EPSS
SaveExploits9References7
nodejs
nodejs
added 2021/03/12 10:58 p.m.88 views

Prototype Poisoning

Overview Impact When msgpack5 decodes a map containing a key "proto", it assigns the decoded value to proto. As you are no doubt aware, Object.prototype.proto is an accessor property for the receiver's prototype. If the value corresponding to the key proto decodes to an object or null, msgpack5...

6.5CVSS8.9AI score0.01649EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2021/03/12 10:44 p.m.98 views

Prototype poisoning

Impact The issue is as follows: when msgpack5 decodes a map containing a key "proto", it assigns the decoded value to proto. As you are no doubt aware, Object.prototype.proto is an accessor property for the receiver's prototype. If the value corresponding to the key proto decodes to an object or...

8.8CVSS0.5AI score0.01649EPSS
SaveExploits1References8Affected Software1
Cvelist
Cvelist
added 2021/03/12 5:00 p.m.41 views

CVE-2021-21368 Prototype poisoning

msgpack5 is a msgpack v5 implementation for node.js and the browser. In msgpack5 before versions 3.6.1, 4.5.1, and 5.2.1 there is a "Prototype Poisoning" vulnerability. When msgpack5 decodes a map containing a key "proto", it assigns the decoded value to proto. Object.prototype.proto is an access...

6.7CVSS9.1AI score0.01649EPSS
SaveExploits1References6
Veracode
Veracode
added 2021/02/24 4:41 a.m.22 views

Mass Parameter Assignment

openid-connect-server allows mass parameter assignment. The vulnerability allows an attacker to overwrite specific parameters with arbitrary values, which could lead to authorization bypass or other unexpected application behavior...

9.1CVSS5.4AI score0.02222EPSS
SaveExploits1References3Affected Software1
Mageia
Mageia
added 2021/01/17 4:07 p.m.35 views

Updated resteasy packages fix a security vulnerability

A flaw was found in Resteasy, where an improper input validation results in returning an illegal header that integrates into the server's response. This flaw may result in an injection, which leads to unexpected behavior when the HTTP response is constructed CVE-2020-1695...

7.5CVSS1.3AI score0.01968EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2020/12/09 12:25 a.m.34 views

CVE-2020-26967

When listening for page changes with a Mutation Observer, a malicious web page could confuse Firefox Screenshots into interacting with elements other than those that it injected into the page. This would lead to internal errors and unexpected behavior in the Screenshots code. This vulnerability...

6.6AI score0.00844EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2020/12/09 12:25 a.m.60 views

CVE-2020-26967

When listening for page changes with a Mutation Observer, a malicious web page could confuse Firefox Screenshots into interacting with elements other than those that it injected into the page. This would lead to internal errors and unexpected behavior in the Screenshots code. This vulnerability...

6.5CVSS8.1AI score0.00844EPSS
SaveExploits0
Rows per page
Query Builder