1760 matches found
EUVD-2022-7379
Malicious code in bioql PyPI...
EUVD-2022-3468
Malicious code in bioql PyPI...
EUVD-2022-51468
Malicious code in bioql PyPI...
EUVD-2023-47201
Malicious code in bioql PyPI...
EUVD-2023-32483
Malicious code in bioql PyPI...
EUVD-2023-50546
Malicious code in bioql PyPI...
EUVD-2022-3275
Malicious code in bioql PyPI...
EUVD-2024-1938
Malicious code in bioql PyPI...
EUVD-2023-32444
Malicious code in bioql PyPI...
EUVD-2025-22446
Malicious code in bioql PyPI...
EUVD-2023-1437
Malicious code in bioql PyPI...
EUVD-2025-32129
Malicious code in bioql PyPI...
EUVD-2022-2825
Malicious code in bioql PyPI...
EUVD-2022-3205
Malicious code in bioql PyPI...
EUVD-2025-12115
Malicious code in bioql PyPI...
EUVD-2022-5270
Malicious code in bioql PyPI...
A flaw has been found in libssh in versions prior to 0.9.6. The SSH protocol keeps track of two shared secrets during the lifetime of the session. One of them is called secret_hash and the other session_id. Initially, both of them are the same, but after key re-exchange, previous session_id is kept and used as an input to new secret_hash. Historically, both of these buffers had shared length variable, which worked as long as these buffers were same. But the key re-exchange operation can also change the key exchange method, which can be based on hash of different size, eventually creating "secret_hash" of different size than the session_id has. This becomes an issue when the session_id memory is zeroed or when it is used again during second key re-exchange.
...
Security update for libssh
This update for libssh fixes the following issues: CVE-2025-8277: memory exhaustion leading to client-side DoS due to improper memory management when KEX process is repeated with incorrect guesses bsc1249375. CVE-2025-8114: NULL pointer dereference when an allocation error happens during the...
SUSE-SU-2025:03369-1 Security update for libssh
This update for libssh fixes the following issues: - CVE-2025-8277: memory exhaustion leading to client-side DoS due to improper memory management when KEX process is repeated with incorrect guesses bsc1249375. - CVE-2025-8114: NULL pointer dereference when an allocation error happens during the...
CVE-2025-40925 Starch versions 0.14 and earlier generate session ids insecurely
Starch versions 0.14 and earlier generate session ids insecurely. The default session id generator returns a SHA-1 hash seeded with a counter, the epoch time, the built-in rand function, the PID, and internal Perl reference addresses. The PID will come from a small set of numbers, and the epoch...