CVE-2020-14665
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedVulnerability in the Oracle Trade Management product of Oracle E-Business Suite (component: Invoice). Supported versions that are affected are 12.1.1-12.1.3 and 12.2.3-12.2.9. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Trade Management. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Trade Management accessible data as well as unauthorized access to critical data or complete access to all Oracle Trade Management accessible data. CVSS 3.1 Base Score 9.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCritical unauthenticated vulnerability in Oracle Trade Management Invoice component allows remote attackers via HTTP to create, delete, modify, or access all critical data in the affected Oracle E-Business Suite module. The flaw is easily exploitable with no authentication required and impacts both confidentiality and integrity.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 12.1.1, <= 12.1.3>= 12.2.3, <= 12.2.9CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if Oracle Trade Management is installedQuery the Oracle E-Business Suite database: SELECT product_version, patch_level FROM fnd_product_installations WHERE product LIKE '%Trade%'; Or check via Oracle Applications Manager (OAM) console.Affected if No Oracle Trade Management product is found in the environment.
-
Verify Trade Management versionRun: sqlplus APPS/<password> @$APPL_TOP/admin/adoverflow.sql or check the patch level via: SELECT patch_level FROM fnd_product_installations WHERE product LIKE '%ARX%' OR product LIKE '%OKS%'; Compare the version against 12.1.1-12.1.3 or 12.2.3-12.2.9.Affected if The installed version falls within 12.1.1 to 12.1.3 OR 12.2.3 to 12.2.9.
-
Confirm the Invoice component is enabledQuery: SELECT enabled_flag FROM fnd_menu_entries_vl WHERE menu_name = 'ARXINVOICE' OR function_name LIKE '%Invoice%'; Or check via Oracle Forms: Log into Trade Management and navigate to Invoice workbench.Affected if The Invoice module (ARXINVOICE) is accessible and enabled in the system.
-
Check HTTP access exposure to Trade ManagementReview web listener configuration in $ORACLE_HOME/ Apache/ config files (httpd.conf, oracle_apache.conf) for Trade Management servlet mappings. Confirm if /ar/* or /oa_servlets/ routes are publicly accessible.Affected if HTTP access to Trade Management URLs is enabled and exposed (not restricted to internal networks or VPN).
The environment is affected if Oracle Trade Management version is 12.1.1-12.1.3 or 12.2.3-12.2.9, the Invoice component is enabled, and HTTP listeners are accessible to attackers.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply Oracle Critical Patch Update (CPU) released July 2020 or later to address CVE-2020-14665 in affected Oracle Trade Management versions 12.1.1-12.1.3 and 12.2.3-12.2.9. Test thoroughly in non-production before production deployment.
Upgrade to Oracle E-Business Suite 12.2.10 or later (12.2.x latest stable release)
- 1. Review Oracle E-Business Suite Supported Upgrade Paths documentation to confirm upgrade feasibility from your current version
- 2. Back up the entire Oracle E-Business Suite database and application tier before making any changes
- 3. Upgrade Oracle Trade Management from affected version (12.1.1-12.1.3 or 12.2.3-12.2.9) to version 12.2.10 or later
- 4. Alternatively, apply the Oracle Critical Patch Update (CPU) that addresses CVE-2020-14665 - check Oracle's July 2020 CPU or subsequent CPU for this fix
- 5. After upgrade/patch, verify the Invoice component is functioning correctly
- 6. Test that the vulnerability is no longer exploitable by reviewing access controls on the Invoice functionality
- 7. Apply any additional related security patches recommended in the same CPU
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,928.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-14665 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2020-14665 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data