CVE-2025-62305 — HCL AION is affected by a vulnerability where certain
CVE-2025-62305 — HCL AION is affected by a vulnerability where certain operations may trigger out-of-band interactions, potentially resulting in unintended disclosure of sensitive information. Such behaviour may allow exposure of data to external systems under specific conditions.
What This Means For You
- If your environment is affected by CWE-201, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2025-62305 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
HCL AION Out-of-Band Interaction Trigger - CVE-2025-62305
Sigma YAML — free preview
title: HCL AION Out-of-Band Interaction Trigger - CVE-2025-62305
id: scw-2026-05-14-ai-1
status: experimental
level: high
description: |
This rule detects potential exploitation of CVE-2025-62305 in HCL AION. The vulnerability allows out-of-band interactions triggered by specific operations. This detection looks for requests to the AION API endpoint '/aion/api/v1/jobs' that include a 'callbackUrl=' parameter, which could be used to exfiltrate data to an external system. A successful 200 status code indicates the operation may have completed as intended by an attacker.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2025-62305/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/aion/api/v1/jobs'
cs-uri-query|contains:
- 'callbackUrl='
sc-status|exact:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2025-62305 | vulnerability | CVE-2025-62305 |
| CWE-201 | weakness | CWE-201 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 20:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.