Lucene search
+L

10251 matches found

OSV
OSV
added 2024/03/06 11:01 a.m.29 views

BIT-GOLANG-2022-28327

The generic P-256 feature in crypto/elliptic in Go before 1.17.9 and 1.18.x before 1.18.1 allows a panic via long scalar input...

7.5CVSS9.7AI score0.04195EPSS
SaveExploits0References13
OSV
OSV
added 2024/03/06 11:00 a.m.44 views

BIT-NODE-2023-30590

The generateKeys API function returned from crypto.createDiffieHellman only generates missing or outdated keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey. However, the...

7.5CVSS7.4AI score0.01462EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:00 a.m.22 views

BIT-GOLANG-2022-30629 Session tickets lack random ticket_age_add in crypto/tls

Non-random values for ticketageadd in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption...

3.1CVSS8.2AI score0.0108EPSS
SaveExploits1References6
OSV
OSV
added 2024/03/06 10:59 a.m.31 views

BIT-GOLANG-2022-30634 Indefinite hang with large buffers on Windows in crypto/rand

Infinite loop in Read in crypto/rand before Go 1.17.11 and Go 1.18.3 on Windows allows attacker to cause an indefinite hang by passing a buffer larger than 1 32 - 1 bytes...

7.5CVSS7.5AI score0.02057EPSS
SaveExploits1References6
OSV
OSV
added 2024/03/06 10:57 a.m.33 views

BIT-GOLANG-2022-41724 Panic on large handshake records in crypto/tls

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session...

7.5CVSS7.6AI score0.01111EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:54 a.m.43 views

BIT-GOLANG-2023-29409 Large RSA keys can cause high CPU usage in crypto/tls

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
RedhatCVE
RedhatCVE
added 2024/03/06 3:33 a.m.50 views

CVE-2024-24783

A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to...

5.9CVSS6.9AI score0.00667EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/03/06 12:00 a.m.37 views

SUSE SLES15 Security Update : nodejs16 (SUSE-SU-2024:0728-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:0728-1 advisory. Security issues fixed: CVE-2023-46809: Node.js is vulnerable to the Marvin Attack timing variant of the Bleichenbacher attack again...

7.5CVSS6.7AI score0.03168EPSS
SaveExploits1References16
OSV
OSV
added 2024/03/05 11:15 p.m.11 views

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

6.5AI score
SaveExploits0References6
NVD
NVD
added 2024/03/05 11:15 p.m.20 views

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

5.9CVSS7.5AI score0.00667EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/05 11:15 p.m.42 views

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

5.9CVSS6.8AI score0.00667EPSS
SaveExploits0References11
Prion
Prion
added 2024/03/05 11:15 p.m.25 views

Design/Logic Flaw

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

6.7AI score0.00667EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2024/03/05 10:22 p.m.52 views

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

5.9CVSS7.4AI score0.00667EPSS
SaveExploits0
CVE
CVE
added 2024/03/05 10:22 p.m.386 views

CVE-2024-24783

CVE-2024-24783 is confirmed in multiple advisories tied to Go crypto/x509: certificates with an unknown public key algorithm can cause Certificate.Verify to panic in TLS verification. Affected products/areas include container-tools components (Go-based utilities such as net/http, x509 handling) a...

5.9CVSS7.2AI score0.00667EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/05 10:22 p.m.15 views

CVE-2024-24783 Verify panics on certificates with an unknown public key algorithm in crypto/x509

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

7.1AI score0.00667EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/05 10:22 p.m.35 views

CVE-2024-24783 Verify panics on certificates with an unknown public key algorithm in crypto/x509

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

7.6AI score0.00667EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/03/05 10:22 p.m.38 views

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

5.9CVSS7.3AI score0.00667EPSS
SaveExploits0
OSV
OSV
added 2024/03/05 10:14 p.m.29 views

GO-2024-2598 Verify panics on certificates with an unknown public key algorithm in crypto/x509

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for...

5.9CVSS6.5AI score0.00667EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/05 12:15 p.m.2 views

DEBIAN-CVE-2022-48630

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

5.5CVSS5.3AI score0.00228EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/05 11:18 a.m.29 views

CVE-2022-48630 crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

6.6AI score0.00228EPSS
SaveExploits0References6
Rows per page
Query Builder