Lucene search
+L

248 matches found

Veracode
Veracode
added 2025/12/13 4:33 a.m.14 views

Weak Encryption

org.apache.streampark, streampark is vulnerable to weak encryption. The vulnerability is due to the use of AES encryption in ECB mode along with a weak random number generator for protecting sensitive data, which allows an attacker to potentially expose or recover sensitive authentication...

7.5CVSS6.6AI score0.0024EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 3:30 p.m.22 views

Apache StreamPark uses a Weak Encryption Algorithm

Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode and a weak random number generator for encrypting sensitive data, including JWT tokens, may have risked exposing sensitive authentication data This issue affects Apache StreamPark: from 2.0.0 before 2.1.7. Users are...

7.5CVSS7.1AI score0.0024EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/12/12 3:15 p.m.14 views

CVE-2025-54981

Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode and a weak random number generator for encrypting sensitive data, including JWT tokens, may have risked exposing sensitive authentication data This issue affects Apache StreamPark: from 2.0.0 before 2.1.7. Users are...

7.5CVSS0.0024EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/12 3:10 p.m.15 views

CVE-2025-54981 Apache StreamPark: Weak Encryption Algorithm in StreamPark

Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode and a weak random number generator for encrypting sensitive data, including JWT tokens, may have risked exposing sensitive authentication data This issue affects Apache StreamPark: from 2.0.0 before 2.1.7. Users are...

7.5CVSS6AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/12 12:00 a.m.22 views

PT-2025-50981

Name of the Vulnerable Software and Affected Versions Gladinet CentreStack and Triofox versions prior to 16.12.10420.56791 Description Gladinet CentreStack and Triofox utilize hardcoded values in their AES cryptoscheme implementation. This weakens security, particularly for publicly exposed...

9.8CVSS6.7AI score0.53302EPSS
SaveExploits3References28
OSV
OSV
added 2025/11/24 3:30 p.m.7 views

GHSA-JQG8-M35Q-JH7J Apache Syncope's AES encryption stores hard-coded passwords in internal database

Apache Syncope can be configured to store the user password values in the internal database with AES encryption, though this is not the default option. When AES is configured, the default key value, hard-coded in the source code, is always used. This allows a malicious attacker, once obtained...

7.5CVSS6.7AI score0.00506EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/11/24 12:00 a.m.17 views

PT-2025-47918

Name of the Vulnerable Software and Affected Versions Apache Syncope versions prior to 3.0.15 Apache Syncope versions prior to 4.0.3 Description Apache Syncope, when configured to use AES encryption for storing user passwords in its internal database, utilizes a hard-coded default key. This allow...

7.5CVSS6.7AI score0.00506EPSS
SaveExploits0References23
Packet Storm News
Packet Storm News
added 2025/11/17 12:00 a.m.11 views

A Fuzzy Logic-Based Cryptographic Framework for Real-Time Dynamic Key Generation for Enhanced Data Encryption

With the ever-growing demand for cybersecurity, static key encryption mechanisms are increasingly vulnerable to adversarial attacks due to their deterministic and non-adaptive nature. Brute-force attacks, key compromise, and unauthorized access have become highly common cyber threats. This resear...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/13 12:00 a.m.7 views

Siemens SIMATIC S7-1500 Exposure of Resource to Wrong Sphere (CVE-2019-12904)

In Libgcrypt 1.8.4, the C implementation of AES is vulnerable to a flush-and-reload side-channel attack because physical addresses are available to other processes. The C implementation is used on platforms where an assembly-language implementation is unavailable. NOTE: the vendor's position is...

5.9CVSS6.7AI score0.02063EPSS
SaveExploits0References4
RustSec
RustSec
added 2025/11/07 12:00 p.m.11 views

Underflow in aes_key_unwrap function

The aeskeyunwrap function would panic if passed a ciphertext that was too short. In a debug build, it would panic due to a subtraction underflow. In a release build, it would use the small negative quantity to allocate a vector. Since the allocator expects an unsigned quantity, the negative value...

5.3CVSS6.9AI score0.00354EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2025/10/31 9:30 a.m.7 views

GHSA-97W9-V595-3H5Q cryptidy allows code execution via untrusted data due to pickle.loads

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

6.9CVSS6.3AI score0.00236EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2025/10/31 12:00 a.m.21 views

CVE-2025-63675

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

6.9CVSS0.00236EPSS
SaveExploits1References2
Packet Storm News
Packet Storm News
added 2025/10/26 12:00 a.m.11 views

RejSCore: Rejection Sampling Core for Multivariate-Based Public Key Cryptography

Post-quantum multivariate public key cryptography MPKC schemes resist quantum threats but require heavy operations, such as rejection sampling, which challenge resource-limited devices. Prior hardware designs have addressed various aspects of MPKC signature generation. However, rejection sampling...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/10/24 11:15 p.m.15 views

UBUNTU-CVE-2025-12194

Uncontrolled Resource Consumption vulnerability in Legion of the Bouncy Castle Inc. Bouncy Castle for Java FIPS bc-fips on All API modules, Legion of the Bouncy Castle Inc. Bouncy Castle for Java LTS bcprov-lts8on on All API modules allows Excessive Allocation. This vulnerability is associated wi...

5.9CVSS5.8AI score0.00145EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/22 10:19 p.m.24 views

EUVD-2025-35634

Sakai is a Collaboration and Learning Environment. Prior to versions 23.5 and 25.0, EncryptionUtilityServiceImpl initialized an AES256TextEncryptor password serverSecretKey using RandomStringUtils with the default java.util.Random. java.util.Random is a non‑cryptographic PRNG and can be predicted...

2.6CVSS6.2AI score0.00186EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.15 views

Sakai 安全漏洞

Sakai is a freely available, feature-rich technology solution for learning, teaching, research, and collaboration from Apereo Sakai Open Source. A security vulnerability exists in Sakai versions prior to 23.5 and prior to 25.0 that stems from the use of a non-cryptographic pseudo-random number...

5.9CVSS6.3AI score0.00186EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/15 8:15 a.m.20 views

CVE-2025-55039

This issue affects Apache Spark versions before 3.4.4, 3.5.2 and 4.0.0. Apache Spark versions before 4.0.0, 3.5.2 and 3.4.4 use an insecure default network encryption cipher for RPC communication between nodes. When spark.network.crypto.enabled is set to true it is set to false by default, but...

6.5CVSS0.00222EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2025/10/14 12:00 a.m.12 views

ShuffleV: A Microarchitectural Defense Strategy against Electromagnetic Side-Channel Attacks in Microprocessors

The run-time electromagnetic EM emanation of microprocessors presents a side-channel that leaks the confidentiality of the applications running on them. Many recent works have demonstrated successful attacks leveraging such side-channels to extract the confidentiality of diverse applications, suc...

6.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.10 views

SUSE CVE-2023-53599

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Fix missing initialisation affecting gcm-aes-s390 Fix afalgallocareq to initialise areq-firstrsgl.sgl.sgt.sgl to point to the scatterlist array in areq-firstrsgl.sgl.sgl. Without this, the gcm-aes-s390 driver will...

5.5CVSS6.3AI score0.00135EPSS
SaveExploits0References15
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2025-29376

Malicious code in bioql PyPI...

6.6AI score
SaveExploits0References5
Rows per page
Query Builder