Lucene search
+L

1001 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:29 a.m.5 views

SUSE CVE-2022-21653

Jawn is an open source JSON parser. Extenders of the org.typelevel.jawn.SimpleFacade and org.typelevel.jawn.MutableFacade who don't override objectContext are vulnerable to a hash collision attack which may result in a denial of service. Most applications do not implement these traits directly, b...

7.5CVSS6.9AI score0.00793EPSS
SaveExploits1References6
Code423n4
Code423n4
added 2023/02/02 12:0 a.m.15 views

Use abi.encode instead of abi.encodePacked to prevent data collisions for object hashing

Lines of code Vulnerability details M-01 Use abi.encode instead of abi.encodePacked Impact hash collisions on the data stored for object hashing Proof of Concept From the solidity documentation: If you use keccak256abi.encodePackeda, b and both a and b are dynamic types, it is easy to craft...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/10 12:0 a.m.7 views

PT-2023-1488 · Amd · Amd System Management Unit +2

Name of the Vulnerable Software and Affected Versions: AMD Secure Processor ASP affected versions not specified AMD System Management Unit SMU affected versions not specified AMD Secure Encrypted Virtualization SEV affected versions not specified Description: The issue is related to errors in...

5.5CVSS6.1AI score0.00185EPSS
SaveExploits0References6
OSV
OSV
added 2022/12/28 3:30 a.m.46 views

GHSA-5RHG-XHGR-5HFJ go-saml's XML Digital Signatures use SHA-1

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.3CVSS5.1AI score0.00296EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/12/28 3:30 a.m.19 views

go-saml's XML Digital Signatures use SHA-1

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.3CVSS5.5AI score0.00296EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2022/12/28 3:15 a.m.18 views

CVE-2020-36563

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.3CVSS0.00296EPSS
SaveExploits0References2
Prion
Prion
added 2022/12/28 3:15 a.m.13 views

Input validation

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5CVSS5.2AI score0.00296EPSS
SaveExploits0References2
GitLab Advisory Database
GitLab Advisory Database
added 2022/12/28 12:0 a.m.25 views

Use of Weak Hash

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.3CVSS2.1AI score0.00296EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/12/27 9:13 p.m.8 views

CVE-2020-36563 Weak hash (SHA-1) in github.com/RobotsAndPencils/go-saml

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.3AI score0.00296EPSS
SaveExploits0References2
CVE
CVE
added 2022/12/27 9:13 p.m.67 views

CVE-2020-36563

The CVE concerns the go-saml library by Robots and Pencils, where XML Digital Signatures are generated/validated using SHA-1. The root cause is the use of SHA-1 in signatures, enabling potential hash collisions when an attacker can influence the input. Reported impact in the CVE notes a partial i...

5.3CVSS5.2AI score0.00296EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/12/27 9:13 p.m.34 views

CVE-2020-36563 Weak hash (SHA-1) in github.com/RobotsAndPencils/go-saml

XML Digital Signatures generated and validated using this package use SHA-1, which may allow an attacker to craft inputs which cause hash collisions depending on their control over the input...

5.2AI score0.00296EPSS
SaveExploits0References2
NVD
NVD
added 2022/12/23 10:15 p.m.25 views

CVE-2022-28229

The hash functionality in userver before 42059b6319661583b3080cab9b595d4f8ac48128 allows attackers to cause a denial of service via crafted HTTP request, involving collisions...

7.5CVSS0.00739EPSS
SaveExploits0References1
Prion
Prion
added 2022/12/23 10:15 p.m.17 views

Design/Logic Flaw

The hash functionality in userver before 42059b6319661583b3080cab9b595d4f8ac48128 allows attackers to cause a denial of service via crafted HTTP request, involving collisions...

5CVSS7.3AI score0.00739EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/16 12:0 p.m.30 views

Whole-script approval in Jenkins Script Security Plugin vulnerable to SHA-1 collisions

Script Security Plugin 1189.vbab7c8fd5fde and earlier stores whole-script approvals as the SHA-1 hash of the approved script. SHA-1 no longer meets the security standards for producing a cryptographically secure message digest. Script Security Plugin 1190.v65867aa47126 uses SHA-512 for new...

7.5CVSS7.5AI score0.00468EPSS
SaveExploits0References5Affected Software1
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.6 views

Unlimited length of LineOfCredit.ids: storage collisions

Lines of code Vulnerability details Impact There are no restrictions for ids length So malicious borrower may create many credits and replace storage slot data at some position Proof of Concept 1. LineOfCredit.ids saves array size in slot Oracle data feed is insufficiently validated in Oracle.sol...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.13 views

Using keccak256(abi.encoded()) can result in collisions

Lines of code Vulnerability details Proof of Concept The code in mutualConsent makes use of keccak256abi.encodePacked but this can result in a collision when the arguments of abi.encodePacked are aligned in a way that gives the same result. Impact Having hash collisions in mutualConsent...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/10/10 10:15 p.m.6 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.7AI score0.00745EPSS
SaveExploits1References2
OSV
OSV
added 2022/10/10 10:15 p.m.7 views

DEBIAN-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.8AI score0.00745EPSS
SaveExploits1References1
OSV
OSV
added 2022/10/10 10:15 p.m.21 views

UBUNTU-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.5CVSS5.8AI score0.00745EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2022/10/10 12:0 a.m.8 views

PT-2022-7465

Name of the Vulnerable Software and Affected Versions aeson affected versions not specified Description The aeson library is not safe for consuming untrusted JSON input. A remote user could exploit this issue to produce a hash collision in the underlying unordered-containers library by sending...

8.5CVSS7.6AI score0.02053EPSS
SaveExploits2References40
Rows per page
Query Builder