Vulnerability in the JD Edwards EnterpriseOne Tools product of Oracle JD Edwa…
Research page generated from configured evidence sources. Treat this as an analyst workbench: facts are sourced, gaps are labelled, and low-confidence chatter is separated from confirmed evidence.
Executive judgement
- Operational lane: monitor
- Priority score: 40
- Confidence: high
- Exploit status: none — No public exploitation signal captured by the configured pipeline yet.
- Urgent publishable: no
- CISA KEV: No CISA KEV match captured in configured source data at generation time.
- Published/observed: 2026-06-17
- EPSS score: not available
What happened
Vulnerability in the JD Edwards EnterpriseOne Tools product of Oracle JD Edwards (component: Installation Security). Supported versions that are affected are 9.2.0.0-9.2.26.2. Easily exploitable vulnerability allows unauthenticated attacker with logon to the infrastructure where JD Edwards EnterpriseOne Tools executes to compromise JD Edwards EnterpriseOne Tools. While the vulnerability is in JD Edwards EnterpriseOne Tools, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in takeover of JD Edwards EnterpriseOne Tools. CVSS 3.1 Base Score 9.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).
Why it matters
- The item was promoted because the pipeline observed: priority score 40, exploit status none, confidence high.
- It has a CVE identifier, so it can be tracked across NVD/CVE.org/vendor/exploit sources.
- No PoC signal was detected by the current pipeline unless shown elsewhere on this page.
Evidence collected
- NVD: nvd
Exploitation and PoC status
- Current automated assessment: No public exploitation signal captured by the configured pipeline yet.
- Public exploit/PoC: No PoC source captured yet by the configured pipeline.
- Exploited in the wild: Not confirmed by configured sources at generation time.
- Ransomware association: No ransomware association captured at generation time.
Publication / validation flags
no_exploitation_signal
Dark web / low-confidence chatter
- No matching OTX/URLhaus/MalwareBazaar item found in configured low-confidence feeds at generation time.
- This is not proof of absence. It means the current automated sources did not capture relevant underground or malware-feed chatter.
Defender actions
- Restrict logon access to JD Edwards infrastructure
- Apply Oracle updates for versions 9.2.0.0-9.2.26.2
- Assess scope change impact on additional products
Analyst note
Evidence shows only a local-access vector against listed 9.2 versions and explicitly rules out KEV or active exploits. Defenders should confirm exposure through existing logons and evaluate downstream product impact. No urgency is indicated by the provided signals or priority score.
Defender / Sentinel hunting queries
MDE exposure: devices with CVE-2026-46913
Find devices where Microsoft Defender Vulnerability Management reports the CVE.
DeviceTvmSoftwareVulnerabilities
| where CveId == "CVE-2026-46913"
| project DeviceName, OSPlatform, SoftwareVendor, SoftwareName, SoftwareVersion, VulnerabilitySeverityLevel, RecommendedSecurityUpdate, LastSeenTime
| order by VulnerabilitySeverityLevel desc, LastSeenTime desc
MDE endpoint behaviour hunt
General endpoint hunt for named tooling, malware, or exploit artefacts from the research item. Tune terms with vendor IOCs.
DeviceProcessEvents
| where Timestamp > ago(14d)
| where ProcessCommandLine has "Edwards" or FileName has "Edwards" or FolderPath has "Edwards" or ProcessCommandLine has "EnterpriseOne" or FileName has "EnterpriseOne" or FolderPath has "EnterpriseOne" or ProcessCommandLine has "Tools" or FileName has "Tools" or FolderPath has "Tools" or ProcessCommandLine has "product" or FileName has "product" or FolderPath has "product" or ProcessCommandLine has "Oracle" or FileName has "Oracle" or FolderPath has "Oracle"
| project Timestamp, DeviceName, AccountName, FileName, FolderPath, ProcessCommandLine, InitiatingProcessFileName, InitiatingProcessCommandLine
| order by Timestamp desc
MDE file artefact hunt
Hunt for suspicious files dropped or modified during exploitation of this vulnerability.
DeviceFileEvents
| where Timestamp > ago(14d)
| where FileName has "Edwards" or FolderPath has "Edwards" or InitiatingProcessCommandLine has "Edwards" or FileName has "EnterpriseOne" or FolderPath has "EnterpriseOne" or InitiatingProcessCommandLine has "EnterpriseOne" or FileName has "Tools" or FolderPath has "Tools" or InitiatingProcessCommandLine has "Tools" or FileName has "product" or FolderPath has "product" or InitiatingProcessCommandLine has "product" or FileName has "Oracle" or FolderPath has "Oracle" or InitiatingProcessCommandLine has "Oracle"
| project Timestamp, DeviceName, FileName, FolderPath, ActionType, InitiatingProcessFileName, InitiatingProcessCommandLine, SHA256, FileSize
| order by Timestamp desc
MDE registry persistence and tamper hunt
Hunt for suspicious registry modifications (persistence, service installs, config tampering) linked to this issue.
DeviceRegistryEvents
| where Timestamp > ago(14d)
| where RegistryKey has_any ("Run", "RunOnce", "Services", "Image File Execution", "Winlogon") or RegistryValueName has "Edwards" or RegistryKey has "Edwards" or PreviousRegistryValueData has "Edwards" or RegistryValueName has "EnterpriseOne" or RegistryKey has "EnterpriseOne" or PreviousRegistryValueData has "EnterpriseOne" or RegistryValueName has "Tools" or RegistryKey has "Tools" or PreviousRegistryValueData has "Tools" or RegistryValueName has "product" or RegistryKey has "product" or PreviousRegistryValueData has "product"
| project Timestamp, DeviceName, ActionType, RegistryKey, RegistryValueName, RegistryValueData, PreviousRegistryValueData, InitiatingProcessFileName, InitiatingProcessCommandLine
| order by Timestamp desc
Exposure validation ideas
- Search asset inventory for affected vendor/product names and any CVE reference.
- Check internet-facing exposure through approved tools only: Shodan/Censys/GreyNoise links below are research starting points, not proof of exposure.
- Prioritise management interfaces, edge devices, identity/control-plane systems, and OT/ICS assets where relevant.
Detection / hunting ideas
- Review vendor logs for authentication failures, privilege changes, unexpected admin activity, and anomalous management-plane access.
- Search SIEM/EDR telemetry for product-specific process names, network services, and newly published indicators from primary sources.
- Monitor for scanner traffic or nuclei/metasploit module references once public exploit tooling appears.
Research links
- NVD
- CVE.org
- CISA KEV search
- GitHub code/advisory search
- GitHub repository search
- Exploit-DB search
- Packet Storm search
- AlienVault OTX search
- GreyNoise search
- Shodan search
- Censys search
Open questions
- Is there a primary vendor advisory with exact affected versions and fixed versions?
- Has CISA KEV, Shadowserver, GreyNoise, or a trusted vendor confirmed exploitation?
- Are there credible PoC repositories or only secondary reporting mentioning PoC?
- Is there underground/forum/leak-site discussion, or only public reporting?
Generated: 2026-06-17T15:39:20+00:00