Lucene search
+L

1714 matches found

CVE
CVE
added 2022/11/15 12:0 a.m.337 views

CVE-2022-45379

CVE-2022-45379 affects Jenkins Script Security Plugin: versions 1189.vb_a_b_7c8fd5fde and earlier store whole-script approvals as the SHA-1 hash of the script, making them susceptible to SHA-1 collision attacks. Affected product: Jenkins Script Security Plugin (1189.vb_a_b_7c8fd5fde and earlier)....

7.5CVSS7.3AI score0.00468EPSS
SaveExploits0References2Affected Software1
AlpineLinux
AlpineLinux
added 2022/11/15 12:0 a.m.93 views

CVE-2022-45379

Jenkins Script Security Plugin 1189.vbab7c8fd5fde and earlier stores whole-script approvals as the SHA-1 hash of the script, making it vulnerable to collision attacks...

7.5CVSS1.1AI score0.00468EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/11/12 12:0 a.m.6 views

PT-2022-37332 · Unknown · Hyperledger Fabric

Name of the Vulnerable Software and Affected Versions: Hyperledger Fabric version 2.3 Description: The issue allows attackers to cause a denial of service by repeatedly sending a crafted channel transaction with the same Channel name, leading to an orderer crash. However, the official Fabric with...

7.5CVSS7.1AI score
SaveExploits0References3
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.8 views

Wrong marketplace address in SeaportProxy.sol

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. The marketplace variable in SeaportProxy was initialized in the constructor, however since SeaportProxy will only be used in a delegatecall, such initialization in the constructor will be useless as it...

6.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/08 9:25 a.m.4 views

kernel: off-path attacker may inject data or terminate victim's TCP session

A TCP/IP packet spoofing attack flaw was found in the Linux kernel’s TCP/IP protocol, where a Man-in-the-Middle Attack MITM performs an IP fragmentation attack and an IPID collision. This flaw allows a remote user to pretend to be the sender of the TCP/IP packet for an existing TCP/IP session...

5.9CVSS6.6AI score0.00678EPSS
SaveExploits0References5
NVD
NVD
added 2022/10/10 10:15 p.m.28 views

CVE-2022-3433

The aeson library is not safe to use to consume untrusted JSON input. A remote user could abuse this flaw to produce a hash collision in the underlying unordered-containers library by sending specially crafted JSON data, resulting in a denial of service...

6.5CVSS0.00718EPSS
SaveExploits1References1
Prion
Prion
added 2022/10/10 10:15 p.m.24 views

Design/Logic Flaw

The aeson library is not safe to use to consume untrusted JSON input. A remote user could abuse this flaw to produce a hash collision in the underlying unordered-containers library by sending specially crafted JSON data, resulting in a denial of service...

4CVSS6.3AI score0.00718EPSS
SaveExploits1References1Affected Software1
UbuntuCve
UbuntuCve
added 2022/10/10 10:15 p.m.31 views

CVE-2022-3433

The aeson library is not safe to use to consume untrusted JSON input. A remote user could abuse this flaw to produce a hash collision in the underlying unordered-containers library by sending specially crafted JSON data, resulting in a denial of service...

6.5CVSS6.6AI score0.00718EPSS
SaveExploits1References4
OSV
OSV
added 2022/10/10 12:0 a.m.13 views

CVE-2022-3433

The aeson library is not safe to use to consume untrusted JSON input. A remote user could abuse this flaw to produce a hash collision in the underlying unordered-containers library by sending specially crafted JSON data, resulting in a denial of service...

6.5CVSS6.4AI score0.00718EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.17 views

computeAddress does not follow the standard procedure to compute the address. The contract can not create pool for some pairs due to hash collision

Lines of code Vulnerability details Impact Poor source of randomness, an attacker can easily decipher the computed address. The contract can be easily tricked. This can cause hash collision, due to this, for some pairs, the contract can not create pool. Proof of Concept AlgebraFactory.solL123 : T...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/19 12:0 a.m.10 views

Hash result truncation

Lines of code Vulnerability details Description There is function hashFixedGovernanceOpts in Crowdfund contract and function getDistributionHash in TokenDistributor contract. The first one truncates the hash result to 16 bytes, the second to 15 bytes. Impact It is possible to find a collision for...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/19 12:0 a.m.20 views

# Only part of keccak256() is used as hash, making it susceptible to collision attacks

Lines of code Vulnerability details At 2 places in the code only part of the output of keccak256 is used as the hash: At TokenDistributor - DistributionState.distributionHash15 - uses only a 15 bytes as a hash This one is intended to save storage At Crowdfund.governanceOptsHash a 16 bytes is used...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2022/09/11 9:41 a.m.22 views

Nextcloud: Name collision of shared folders

Vulnerability description not provided...

8.8CVSS8.6AI score0.00792EPSS
SaveExploits1
OSV
OSV
added 2022/08/27 12:0 a.m.2 views

GHSA-J9XQ-J329-2XVG Duplicate Advisory: Keycloak user may register themselves with same email ID of any existing user

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-4vc8-pg5c-vg4x. This link is maintained to preserve external references. Original Description A flaw was found in keycloak where an attacker is able to register himself with the username same as the email ID of...

5.3CVSS6.6AI score0.01843EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2022/08/27 12:0 a.m.14 views

Multiple storage slot collisions between versions - due to different order in declaration

Lines of code Vulnerability details Impact If we list the sequence of how variables receive slots, we will see the failure to follow "append-only" principle. Many variable added "in-between" V2 version can read/write wrong slots. Proof of Concept Here is the table/list of variable, built taking...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/27 12:0 a.m.8 views

Storage layout collision issue between NounsDAOStorageV1 and NounsDAOStorageV1Adjusted

Lines of code Vulnerability details Impact Since two new variables are added in the contract NounsDAOStorageV1Adjusted at the end of the struct proposal, the memory layout between the NounsDAOStorageV1 and NounsDAOStorageV1Adjusted is colluding. This affects the variable type and values in the...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/08/27 12:0 a.m.8 views

Storage collision between proxy and logic v2

Lines of code Vulnerability details The lack of using EIP1967 proposal can lead to a storage collision on variables when implementing proxy-implementation pattern. More details can be found here; Impact Since the project implementing proxies with logic and implementation pattern where they share...

6.7AI score
SaveExploits0
CNNVD
CNNVD
added 2022/08/26 12:0 a.m.6 views

Red Hat Keycloak 安全漏洞

Red Hat Keycloak is a suite of software from Red Hat, Inc. that provides authentication and management capabilities for modern applications and services. Red Hat Keycloak suffers from a security vulnerability that originates from an attacker being able to register with a username that is the same...

5.3CVSS6.9AI score0.01843EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/08/24 3:11 p.m.120 views

CVE-2022-32743

A flaw was found in samba that validates the domain name system's host name. This issue links a trailing $ to objectclass=computer, which helps avoid the creation of SPN values that collide with other, possibly privileged hosts...

7.5CVSS2AI score0.01147EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2022/08/16 12:0 a.m.27 views

Jenkins < 1.447, < 1.424.2 LTS DoS Vulnerability - Linux

Jenkins is prone to a denial of service DoS vulnerability. Copyright C 2022 Greenbone Networks GmbH 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-or-later This program is free software; yo...

7.8CVSS7.5AI score0.03351EPSS
SaveExploits0References1
Rows per page
Query Builder