Lucene search
+L

1615 matches found

OSV
OSV
added 2022/06/02 9:2 p.m.60 views

GHSA-XFQG-P48G-HH94 Login timing attack in ezsystems/ezpublish-kernel

Ibexa DXP is using random execution time to hinder timing attacks against user accounts, a method of discovering whether a given account exists in a system without knowing its password, thus affecting privacy. This implementation was found to not be good enough in some situations. The fix replace...

3.7CVSS3.9AI score0.00458EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/06/02 9:2 p.m.12 views

Login timing attack in ezsystems/ezpublish-kernel

Ibexa DXP is using random execution time to hinder timing attacks against user accounts, a method of discovering whether a given account exists in a system without knowing its password, thus affecting privacy. This implementation was found to not be good enough in some situations. The fix replace...

0.9AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/06/02 8:53 p.m.39 views

GHSA-342C-VCFF-2FF2 Login timing attack in ezsystems/ezplatform-kernel

Ibexa DXP is using random execution time to hinder timing attacks against user accounts, a method of discovering whether a given account exists in a system without knowing its password, thus affecting privacy. This implementation was found to not be good enough in some situations. The fix replace...

3.7CVSS3.9AI score0.00458EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/02 8:53 p.m.25 views

Login timing attack in ezsystems/ezplatform-kernel

Ibexa DXP is using random execution time to hinder timing attacks against user accounts, a method of discovering whether a given account exists in a system without knowing its password, thus affecting privacy. This implementation was found to not be good enough in some situations. The fix replace...

0.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/05/24 10:10 p.m.10 views

GHSA-CWPM-F78V-7M5C Denial of service in `tf.ragged.constant` due to lack of validation

Impact The implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory: python import tensorflow as tf tf.ragged.constantpylist=,raggedrank=8968073515812833920 Patches We have patched the issue in GitHub...

5.5CVSS5.8AI score0.00316EPSS
SaveExploits1References10
OSV
OSV
added 2022/05/24 9:33 p.m.83 views

GHSA-8VXV-2G8P-2249 Observable Timing Discrepancy in totp-rs

Impact Token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The attacker would have to know the password beforehand nonetheless. Patches Library now used constant-time comparison. Workarounds No. For more...

4.2CVSS4.3AI score0.0083EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2022/05/24 9:33 p.m.25 views

Observable Timing Discrepancy in totp-rs

Impact Token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The attacker would have to know the password beforehand nonetheless. Patches Library now used constant-time comparison. Workarounds No. For more...

4.4CVSS5AI score0.0083EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2022/05/24 5:37 p.m.39 views

GHSA-9PQX-G3JH-QPQQ Dangling reference in `access::Map` with Constant

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS7.4AI score0.01599EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/05/24 5:33 p.m.31 views

Improper Authentication in Jenkins Active Directory Plugin

Jenkins Active Directory Plugin implements two separate modes: Integration with ADSI on Windows, and an OS agnostic LDAP-based mode. The LDAP-based mode in Active Directory Plugin starting in version 1.44 and prior to versions 2.16.1 and 2.20 shares code between user lookup and user authenticatio...

9.8CVSS9.2AI score0.01341EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2022/05/24 5:33 p.m.30 views

GHSA-RF92-3VJR-W628 Improper Authentication in Jenkins Active Directory Plugin

Jenkins Active Directory Plugin implements two separate modes: Integration with ADSI on Windows, and an OS agnostic LDAP-based mode. The LDAP-based mode in Active Directory Plugin starting in version 1.44 and prior to versions 2.16.1 and 2.20 shares code between user lookup and user authenticatio...

9.8CVSS9.8AI score0.01341EPSS
SaveExploits0References6
OSV
OSV
added 2022/05/24 5:7 p.m.7 views

GHSA-W7JR-WQW6-54XC Non-constant time comparison of inbound TCP agent connection secret

Jenkins 2.218 and earlier, LTS 2.204.1 and earlier does not use a constant-time comparison validating the connection secret when an inbound TCP agent connection is initiated. This could potentially allow attackers to use statistical methods to obtain the connection secret. Jenkins 2.219, LTS...

5.3CVSS6.1AI score0.01368EPSS
SaveExploits0References9
OSV
OSV
added 2022/05/24 5:7 p.m.10 views

GHSA-FJ6F-6933-839J Non-constant time HMAC comparison

Jenkins 2.218 and earlier, LTS 2.204.1 and earlier does not use a constant-time comparison when checking whether two HMACs are equal. This could potentially allow attackers to use statistical methods to obtain a valid HMAC for an attacker-controlled input value. Jenkins 2.219, LTS 2.204.2 now use...

5.3CVSS5.9AI score0.01397EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2022/05/20 10:55 p.m.19 views

CVE-2022-29202

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory. Versions 2.9.0, 2.8.1, 2.7.2,...

5.5CVSS6.8AI score0.00316EPSS
SaveExploits1
NVD
NVD
added 2022/05/20 8:15 p.m.34 views

CVE-2022-29185

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

4.4CVSS0.0083EPSS
SaveExploits0References3
Prion
Prion
added 2022/05/20 8:15 p.m.13 views

Design/Logic Flaw

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

3.5CVSS4.7AI score0.0083EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/05/20 7:30 p.m.94 views

CVE-2022-29185

CVE-2022-29185 affects the Rust library totp-rs. Prior to version 1.1.0, token comparison was not constant time, which could theoretically allow guessing a TOTP token value and reusing it within the same time window, assuming the attacker knew the password. Patch 1.1.0 introduces a constant-time ...

4.4CVSS4.4AI score0.0083EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/05/20 7:30 p.m.27 views

CVE-2022-29185 Observable Timing Discrepancy in totp-rs

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

4.2CVSS4.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2022/05/20 7:30 p.m.4 views

CVE-2022-29185 Observable Timing Discrepancy in totp-rs

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

4.2CVSS4.7AI score0.0083EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/05/20 12:0 a.m.5 views

PT-2022-19454

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.9.0 TensorFlow versions prior to 2.8.1 TensorFlow versions prior to 2.7.2 TensorFlow versions prior to 2.6.4 Description The implementation of tf.ragged.constant does not fully validate the input arguments,...

5.5CVSS6.1AI score0.00316EPSS
SaveExploits1References19
CNNVD
CNNVD
added 2022/05/20 12:0 a.m.11 views

Google TensorFlow资源管理错误漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A resource management error vulnerability exists in Google TensorFlow versions prior to 2.9.0, prior to 2.8.1, prior to 2.7.2, and prior to 2.6.4, which stems from the fact that tf.ragged.consta...

5.5CVSS5.7AI score0.00316EPSS
SaveExploits1References9
Rows per page
Query Builder