Lucene search
+L

683 matches found

RedhatCVE
RedhatCVE
added 2026/03/26 3:9 p.m.8 views

CVE-2026-33041

WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/24 12:8 a.m.26 views

CVE-2026-33306

CVE-2026-33306 affects bcrypt-ruby (JRuby Java BCrypt implementation) where a signed 32-bit integer overflow at cost=31 causes the key-strengthening loop to run zero iterations, collapsing bcrypt from 2^31 rounds to effectively constant time. This leads to weaker hashes that may be exploitable. T...

7.5CVSS5.8AI score0.00228EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2026/03/24 12:0 a.m.24 views

bcrypt-ruby 输入验证错误漏洞

bcrypt-ruby is an open-source secure password hashing tool developed by bcrypt-ruby. Versions of bcrypt-ruby prior to 3.1.22 had a vulnerability related to input validation. This vulnerability stemmed from integer overflow in the JRuby implementation, which led to enhanced circular zero iteration...

7.5CVSS5.9AI score0.00228EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/20 6:16 a.m.17 views

CVE-2026-33041

WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password...

5.3CVSS0.00327EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/03/20 5:50 a.m.4 views

CVE-2026-33041 AVideo has an Unauthenticated Password Hash Oracle via encryptPass.json.php

WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/20 5:50 a.m.32 views

CVE-2026-33041 AVideo has an Unauthenticated Password Hash Oracle via encryptPass.json.php

WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password...

5.3CVSS0.00327EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/20 5:50 a.m.10 views

CVE-2026-33041 AVideo has an Unauthenticated Password Hash Oracle via encryptPass.json.php

WWBN AVideo is an open source video platform. In versions 25.0 and below, /objects/encryptPass.json.php exposes the application's password hashing algorithm to any unauthenticated user. An attacker can submit arbitrary passwords and receive their hashed equivalents, enabling offline password...

5.3CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/03/20 5:50 a.m.27 views

CVE-2026-33041

CVE-2026-33041 affects WWBN AVideo. In versions 25.0 and earlier, the endpoint /objects/encryptPass.json.php exposes the site’s password hashing algorithm to unauthenticated users, allowing submission of a password to receive its hash and enabling offline cracking against leaked database hashes. ...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2026/03/20 12:0 a.m.12 views

WWBN AVideo 信息泄露漏洞

WWBN AVideo is a video platform building system written in PHP, developed by the WWBN team. Versions of WWBN AVideo 25.0 and earlier contained a vulnerability related to information leakage. This vulnerability stemmed from the password hashing algorithm exposed in the /objects/encryptPass.json.ph...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/19 5:54 p.m.11 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the BCrypt.java implementation when the cost parameter is set to 31. An attacker can significantly reduce the computational effort required to brute-force password hashes by supplying or verifying hashe...

8.2CVSS5.9AI score0.00228EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/03/18 4:16 p.m.168 views

web-app-security-project

🛡️ Web Application Security Project 📌 Overview This projec...

5.9AI score
SaveExploits0
Snyk
Snyk
added 2026/03/17 7:48 p.m.7 views

Information Exposure

Overview wwbn/avideo is an Audio and Video Platform or simply "A Video Platform". Affected versions of this package are vulnerable to Information Exposure via the encryptPass.json.php process. An attacker can obtain hashed equivalents of arbitrary passwords by submitting them to the exposed...

6.9CVSS5.9AI score0.00327EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/03/06 7:45 p.m.12 views

CVE-2026-30785

Improperly Controlled Modification of Object Prototype Attributes 'Prototype Pollution', Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-client RustDesk Client rustdesk, hbbcommon on Windows, MacOS, Linux Password security module, config encryption, machine U...

8.2CVSS5.8AI score0.00083EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/03/05 9:54 p.m.7 views

Use of Password Hash With Insufficient Computational Effort

Overview flowise is a Flowiseai Server Affected versions of this package are vulnerable to Use of Password Hash With Insufficient Computational Effort due to the use of insufficient bcrypt salt rounds in the getHash function. An attacker can significantly reduce the time required to crack passwor...

5.6CVSS5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/03/05 9:54 p.m.28 views

GHSA-X2G5-FVC2-GQVP Flowise has Insufficient Password Salt Rounds

Description The default bcrypt salt rounds is set to 5, which is below the recommended minimum for security. Affected Code export function getHashvalue: string const salt = bcrypt.genSaltSyncparseIntprocess.env.PASSWORDSALTHASHROUNDS || '5' return bcrypt.hashSyncvalue, salt Evidence Using 5 salt...

5.6CVSS6AI score0.00073EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/05 7:33 p.m.5 views

CVE-2026-28342

OliveTin gives access to predefined shell commands from a web interface. Prior to version 3000.10.2, the PasswordHash API endpoint allows unauthenticated users to trigger excessive memory allocation by sending concurrent password hashing requests. By issuing multiple parallel requests, an attacke...

7.5CVSS5.9AI score0.00645EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/03/05 6:31 p.m.9 views

EUVD-2026-9835

Improper Restriction of Excessive Authentication Attempts, Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-server-pro RustDesk Server Pro rustdesk-server-pro on Windows, MacOS, Linux Peer authentication, API login modules, rustdesk-server RustDesk Server OSS...

9.3CVSS5.9AI score0.00225EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/05 6:31 p.m.13 views

EUVD-2026-9834

Authentication Bypass by Capture-replay, Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-client RustDesk Client rustdesk-client on Windows, MacOS, Linux, iOS, Android Client login, peer authentication modules allows Reusing Session IDs aka Session Replay. Thi...

9.3CVSS5.9AI score0.00269EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/05 4:16 p.m.15 views

CVE-2026-30785

Improperly Controlled Modification of Object Prototype Attributes 'Prototype Pollution', Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-client RustDesk Client rustdesk, hbbcommon on Windows, MacOS, Linux Password security module, config encryption, machine U...

8.2CVSS0.00083EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/05 4:4 p.m.10 views

CVE-2026-30785 RustDesk Encrypts Local Passwords with World-Readable Machine ID and Fixed Zero Nonce (XSalsa20-Poly1305)

Improperly Controlled Modification of Object Prototype Attributes 'Prototype Pollution', Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-client RustDesk Client rustdesk, hbbcommon on Windows, MacOS, Linux Password security module, config encryption, machine U...

8.2CVSS6AI score
SaveExploits0References8
Rows per page
Query Builder