Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Open-source hard-coded key is network-recoverable with no auth or interaction (AV:N/AC:L/PR:N/UI:N), enabling decryption and forgery (C:H/I:H) but no availability loss (A:N).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Use of Hard-coded Cryptographic Key vulnerability in Apache OFBiz.
This issue affects Apache OFBiz: before 24.09.06.
Users are recommended to upgrade to version 24.09.06, which fixes the issue.
AnalysisAI
Sensitive data exposure and integrity compromise in Apache OFBiz before 24.09.06 stems from a hard-coded cryptographic key (CWE-321) shipped with the product, meaning every deployment shares the same secret. Remote unauthenticated attackers who know or extract this key from the open-source codebase can decrypt or forge protected data, undermining any cryptographic protection that relies on it. No public exploit is identified at time of analysis, and EPSS rates near-term exploitation probability very low (0.02%), but SSVC scores the technical impact as total and automatable.
Technical ContextAI
Apache OFBiz is an open-source enterprise resource planning (ERP) and e-commerce suite (accounting, CRM, order/inventory/warehouse management) built on Java. The flaw is CWE-321 (Use of a Hard-coded Cryptographic Key): a cryptographic key is embedded directly in the shipped source/binary rather than generated per-installation or stored in an external secret. Because OFBiz is open source, any hard-coded key is trivially recoverable by reading the repository, so it provides no real secrecy - all instances running affected versions effectively share one publicly-derivable key. The single affected CPE is cpe:2.3:a:apache_software_foundation:apache_ofbiz, all versions prior to 24.09.06.
RemediationAI
Vendor-released patch: upgrade Apache OFBiz to version 24.09.06, which fixes the issue, per the Apache advisory at https://lists.apache.org/thread/2hl9xoqm8tq8b22x6vnmtp7tg3opcqgc. Because the root cause is a shared hard-coded key, upgrading alone may not be sufficient if the old key was already used to encrypt or sign existing data - after patching, rotate or re-encrypt any secrets, tokens, or stored data that depended on the previous key, following any key-rotation guidance in the advisory. As compensating controls until you can patch, restrict network exposure of the OFBiz application (place it behind a VPN or firewall and block direct Internet access to its HTTP/HTTPS ports), and monitor for anomalous access to endpoints handling encrypted data; the trade-off is reduced accessibility for legitimate remote users and no protection against an attacker who already has network reach.
More in Apache Ofbiz
View allRemote code execution in Apache OFBiz before 24.09.06 stems from an improper authentication flaw in the password-change
LDAP injection in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to inject special characters into
Authenticated code injection in Apache OFBiz versions prior to 24.09.06 allows remote attackers with low-privileged acco
Information disclosure in Apache OFBiz before 24.09.06 lets remote unauthenticated attackers retrieve sensitive data the
Server-Side Request Forgery in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to coerce the server
Server-Side Request Forgery in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to coerce the server
Improper input validation in Apache OFBiz before 24.09.06 allows unauthenticated remote attackers to achieve partial con
Code injection in Apache OFBiz's email services exposes all versions before 24.09.06 to unauthenticated remote exploitat
Expression Language Injection in Apache OFBiz before 24.09.06 allows remote unauthenticated attackers to inject and eval
Server-side template injection (SSTI) in Apache OFBiz before 24.09.06 allows attackers with access to the Ecommerce Cust
Path traversal in Apache OFBiz before 24.09.06 exposes unauthenticated remote attackers to file read and limited file wr
Improper Authorization in Apache OFBiz Webtools allows unauthenticated remote attackers to bypass access controls and ga
Same weakness CWE-321 – Use of Hard-coded Cryptographic Key
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30873
GHSA-xj47-w234-57fj