Lucene search
+L

9148 matches found

Github Security Blog
Github Security Blog
added 2023/08/02 9:30 p.m.60 views

Golang TIFF decoder does not place a limit on the size of compressed tile data

The TIFF decoder does not place a limit on the size of compressed tile data. A maliciously-crafted image can exploit this to cause a small image both in terms of pixel width/height, and encoded size to make the decoder decode large amounts of compressed data, consuming excessive memory and CPU...

6.5CVSS7AI score0.00933EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2023/08/02 8:15 p.m.10 views

AZL-27812 CVE-2023-29409 affecting package golang for versions less than 1.20.7-1

Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to = 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three...

5.3CVSS6.7AI score0.01588EPSS
SaveExploits0References1
OSV
OSV
added 2023/08/02 8:15 p.m.12 views

UBUNTU-CVE-2023-29409

Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to = 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three...

5.3CVSS6.8AI score0.01588EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2023/08/02 1:56 a.m.10 views

SUSE CVE-2023-29409

Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to = 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three...

7.5CVSS7.7AI score0.01588EPSS
SaveExploits0References25
OSV
OSV
added 2023/08/01 4:15 p.m.8 views

CVE-2023-4055

When the number of cookies per domain was exceeded in document.cookie, the actual cookie jar sent to the host was no longer consistent with expected cookie jar state. This could have caused requests to be sent with some cookies missing. This vulnerability affects Firefox 116, Firefox ESR 102.14,...

7.5CVSS8.8AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2023/08/01 3:01 p.m.13 views

CVE-2023-4055

When the number of cookies per domain was exceeded in document.cookie, the actual cookie jar sent to the host was no longer consistent with expected cookie jar state. This could have caused requests to be sent with some cookies missing. This vulnerability affects Firefox 116, Firefox ESR 102.14,...

6.4AI score0.00733EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2023/08/01 3:01 p.m.38 views

CVE-2023-4055

When the number of cookies per domain was exceeded in document.cookie, the actual cookie jar sent to the host was no longer consistent with expected cookie jar state. This could have caused requests to be sent with some cookies missing. This vulnerability affects Firefox 116, Firefox ESR 102.14,...

7.5CVSS8.9AI score0.00733EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/08/01 9:08 a.m.14 views

kernel: speculative pointer dereference in do_prlimit() in kernel/sys.c

A vulnerabilty was found in Linux Kernel, where a speculative pointer dereference problem exists in the Linux Kernel on the doprlimit function. The resource argument value is controlled and is used in pointer arithmetic for the 'rlim' variable and can be used to leak the contents...

5.3CVSS6.6AI score0.0072EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/07/31 9:39 a.m.13 views

bind: named's configured cache size limit can be significantly exceeded

A vulnerability was found in BIND. The effectiveness of the cache-cleaning algorithm used in named can be severely diminished by querying the resolver for specific RRsets in a certain order, effectively allowing the configured max-cache-size limit to exceed significantly...

7.5CVSS7.1AI score0.03776EPSS
SaveExploits0References5
OSV
OSV
added 2023/07/28 3:34 p.m.30 views

GHSA-3V6J-V3QC-CXFF Denial of service from unlimited password lengths

TL;DR This vulnerability affects all Kirby sites with user accounts unless Kirby's API and Panel are disabled in the config. The real-world impact of this vulnerability is limited, however we still recommend to update to one of the patch releases because they also fix more severe vulnerabilities...

5.3CVSS6.5AI score0.01178EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2023/07/28 3:25 p.m.25 views

CVE-2023-38684 Discourse vulnerable to ossible DDoS due to unbounded limits in various controller actions

Discourse is an open source discussion platform. Prior to version 3.0.6 of the stable branch and version 3.1.0.beta7 of the beta and tests-passed branches, in multiple controller actions, Discourse accepts limit params but does not impose any upper bound on the values being accepted. Without an...

5.3CVSS7.5AI score0.00635EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/07/28 12:00 a.m.14 views

Malicious actors could pass in huge arrays to disrupt service availability (DOS) in the updateVotingPower function

Lines of code Vulnerability details Impact The contract is stopped from being usable by legitimate users if the attacker repeatedly spammed large arrays Proof of Concept The updateVotingPower function currently only checks that the array is = 50: While 50 may be a reasonable limit for normal usag...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/28 12:00 a.m.11 views

aprove and spend at same block may hard to execute by order

Lines of code Vulnerability details Impact aprove and spend at same block may hard to execute by order Proof of Concept approve: blockExpenditureblock.number = amount + spentThisBlock; spend: uint256 spentThisBlock = blockExpenditureblock.number; if amount + spentThisBlock limit revert...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/07/28 12:00 a.m.7 views

PT-2023-26548 · Discourse · Discourse

Name of the Vulnerable Software and Affected Versions: Discourse versions prior to 3.0.6 of the stable branch Discourse versions prior to 3.1.0.beta7 of the beta and tests-passed branches Description: Discourse is an open source discussion platform. In multiple controller actions, Discourse accep...

7.5CVSS7.5AI score0.00635EPSS
SaveExploits0References8
Code423n4
Code423n4
added 2023/07/28 12:00 a.m.14 views

ARCDVestingVault._syncVotingPower could revert if newVotingPower is big enough.

Lines of code Vulnerability details Impact ARCDVestingVault.syncVotingPower calculate the change in voting power using int256newVotingPower - int256grant.latestVotingPower. If newVotingPower is greater than typeint256.max, ARCDVestingVault.syncVotingPower could revert. Proof of Concept...

6.8AI score
SaveExploits0
NVD
NVD
added 2023/07/27 4:15 p.m.58 views

CVE-2023-38492

Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 affects all Kirby sites with user accounts unless Kirby's API and Panel are disabled in the config. The real-world impact of this vulnerability is limited, however we still...

7.5CVSS6.3AI score0.01178EPSS
SaveExploits0References7
OSV
OSV
added 2023/07/26 7:32 a.m.9 views

SUSE-SU-2023:2974-1 Security update for netty, netty-tcnative

This update for netty, netty-tcnative fixes the following issues: Upgrade to upstream version 4.1.94: - CVE-2023-34462: Allow to limit the maximum lenght of the ClientHello bsc1212637...

6.5CVSS6.7AI score0.02459EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2023/07/21 12:00 a.m.16 views

Interchain token transfer can be Dossed Due To Flow Limit

Lines of code Vulnerability details Impact A large token holder can send back and forth tokens, using the flow limit to the capacity in start of every epoch making the system unusable for everyone else. Proof of Concept Interchain tokens can be transferred from one chain to another via the token...

7AI score
SaveExploits0
Ubuntu
Ubuntu
added 2023/07/18 12:33 p.m.427 views

USN-6183-2: Bind vulnerability

USN-6183-1 fixed vulnerabilities in Bind. This update provides the corresponding updates for Ubuntu 14.04 LTS, Ubuntu 16.04 LTS and Ubuntu 18.04 LTS. Original advisory details: Shoham Danino, Anat Bremler-Barr, Yehuda Afek, and Yuval Shavitt discovered that Bind incorrectly handled the cache size...

7.5CVSS7.4AI score0.03776EPSS
SaveExploits0
OSV
OSV
added 2023/07/18 12:33 p.m.7 views

USN-6183-2 bind9 vulnerability

USN-6183-1 fixed vulnerabilities in Bind. This update provides the corresponding updates for Ubuntu 14.04 LTS, Ubuntu 16.04 LTS and Ubuntu 18.04 LTS. Original advisory details: Shoham Danino, Anat Bremler-Barr, Yehuda Afek, and Yuval Shavitt discovered that Bind incorrectly handled the cache size...

7.5CVSS6.9AI score0.03776EPSS
SaveExploits0References2
Rows per page
Query Builder