Lucene search
K

1491 matches found

OSV
OSV
added 2024/05/03 2:59 p.m.18 views

CVE-2022-48687 ipv6: sr: fix out-of-bounds read when setting HMAC data.

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows defining HMAC data that can later be used to sign IPv6 Segment Routing Headers. This configuration is realised via netlink through four attributes:...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References10
OSV
OSV
added 2024/04/20 12:0 p.m.4 views

OPENSUSE-SU-2024:0112-1 Security update for perl-CryptX

This update for perl-CryptX fixes the following issues: Updated to version 0.080: 0.080 2023-10-04 - fix 95 AES-NI troubles on MS Windows gcc compiler - fix 96 Tests failure with Math::BigInt = 1.999840 - Enabled AES-NI for platforms with gcc/clang/llvm 0.079 2023-10-01 - fix 92 update libtomcryp...

9.8CVSS6.8AI score0.00043EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2024/04/18 4:44 p.m.16 views

1Panel's password verification is suspected to have a timing attack vulnerability

Summary 源码中密码校验处使用 != 符号,而不是hmac.Equal,这可能导致产生计时攻击漏洞,从而爆破密码。 建议使用 hmac.Equal 比对密码。 Translation: The source code uses the != symbol instead of hmac.Equal for password verification, which may lead to timing attack vulnerabilities that can lead to password cracking. It is recommended to use hmac...

5.9CVSS4.6AI score0.00136EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2024/04/18 12:0 a.m.3 views

1Panel 安全漏洞

1Panel is an open source Linux server operations and management panel for the Chinese 1panel community. A security vulnerability exists in versions prior to 1Panel 1.10.3-lts, which stems from password validation in the code using the ! = symbol instead of hmac.Equal, which could lead to password...

5.9CVSS6.1AI score0.00136EPSS
Exploits0References3
OSV
OSV
added 2024/04/12 4:15 p.m.1 views

CVE-2024-30391

A Missing Authentication for Critical Function vulnerability in the Packet Forwarding Engine pfe of Juniper Networks Junos OS on MX Series with SPC3, and SRX Series allows an unauthenticated network-based attacker to cause limited impact to the integrity or availability of the device. If a device...

6.3CVSS5.9AI score
Exploits0References2
CVE
CVE
added 2024/04/12 3:25 p.m.88 views

CVE-2024-30391

CVE-2024-30391 describes a Missing Authentication for Critical Function in Junos OS PFE (MX Series with SPC3 and SRX Series). When IPsec uses hmac-sha-384 or hmac-sha-512, traffic exiting the tunnel is not authenticated and ingress is not expected to be authenticated, which can lead to limited im...

6.3CVSS7.2AI score0.00103EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/04/12 3:25 p.m.11 views

CVE-2024-30391 Junos OS: MX Series with SPC3, and SRX Series: When IPsec authentication is configured with "hmac-sha-384" and "hmac-sha-512" no authentication of traffic is performed

A Missing Authentication for Critical Function vulnerability in the Packet Forwarding Engine pfe of Juniper Networks Junos OS on MX Series with SPC3, and SRX Series allows an unauthenticated network-based attacker to cause limited impact to the integrity or availability of the device. If a device...

6.3CVSS5.7AI score0.00103EPSS
Exploits0References2
OSV
OSV
added 2024/03/06 11:6 a.m.18 views

BIT-JENKINS-2020-2102

Jenkins 2.218 and earlier, LTS 2.204.1 and earlier used a non-constant time comparison function when validating an HMAC...

5.3CVSS5.5AI score0.01523EPSS
Exploits0References7
OSV
OSV
added 2024/03/06 11:4 a.m.29 views

BIT-PYTHON-2022-48566

An issue was discovered in comparedigest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.comparedigest...

5.9CVSS6.7AI score0.0009EPSS
Exploits1References5
OSV
OSV
added 2024/03/06 10:55 a.m.24 views

BIT-ENVOY-2022-29226 Trivial authentication bypass in Envoy

Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 the OAuth filter implementation does not include a mechanism for validating access tokens, so by design when the HMAC signed cookie is missing a full authentication flow should be triggered. However, the current...

10CVSS7.8AI score0.0009EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/02/23 3:20 a.m.1 views

SUSE CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

6.2CVSS7.9AI score0.00462EPSS
Exploits0References6
OSV
OSV
added 2024/02/21 6:4 p.m.1 views

GHSA-6VQW-3V5J-54X4 cryptography NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override

If pkcs12.serializekeyandcertificates is called with both: 1. A certificate whose public key did not match the provided private key 2. An encryptionalgorithm with hmachash set via PrivateFormat.PKCS12.encryptionbuilder.hmachash... Then a NULL pointer dereference would occur, crashing the Python...

7.5CVSS6.6AI score0.00462EPSS
Exploits0References6
PyPA
PyPA
added 2024/02/21 5:15 p.m.3 views

PYSEC-2024-225

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS8.1AI score0.00462EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/02/21 5:15 p.m.0 views

PYSEC-2024-225

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS6.6AI score0.00462EPSS
Exploits0References5
NVD
NVD
added 2024/02/21 5:15 p.m.31 views

CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS7.5AI score0.00462EPSS
Exploits0References3
OSV
OSV
added 2024/02/21 5:15 p.m.1 views

DEBIAN-CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS6.8AI score0.00462EPSS
Exploits0References1
OSV
OSV
added 2024/02/21 5:15 p.m.0 views

UBUNTU-CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS6.6AI score0.00462EPSS
Exploits0References6
Prion
Prion
added 2024/02/21 5:15 p.m.38 views

Null pointer dereference

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

5CVSS7.2AI score0.00462EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/02/21 4:28 p.m.36 views

CVE-2024-26130 cryptography NULL pointer deference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS7.7AI score0.00462EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/02/21 4:28 p.m.51 views

CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS5.9AI score0.00462EPSS
Exploits0
Rows per page
Query Builder