secubox-openwrt/package/secubox/luci-app-master-link
CyberMind-FR e58f479cd4 feat(waf): Update WAF scenarios with 2024-2025 CVEs and OWASP threats
Add detection patterns for latest actively exploited vulnerabilities:
- CVE-2025-55182 (React2Shell, CVSS 10.0)
- CVE-2025-8110 (Gogs RCE), CVE-2025-53770 (SharePoint)
- CVE-2025-52691 (SmarterMail), CVE-2025-40551 (SolarWinds)
- CVE-2024-47575 (FortiManager), CVE-2024-21887 (Ivanti)
- CVE-2024-3400, CVE-2024-0012, CVE-2024-9474 (PAN-OS)

New attack categories based on OWASP Top 10 2025:
- HTTP Request Smuggling (TE.CL/CL.TE conflicts)
- AI/LLM Prompt Injection (ChatML, instruction markers)
- WAF Bypass techniques (Unicode normalization, double encoding)
- Supply Chain attacks (CI/CD poisoning, dependency confusion)
- Extended SSTI (Jinja2, Freemarker, Velocity, Thymeleaf)
- API Abuse (BOLA/IDOR, mass assignment)

CrowdSec scenarios split into 11 separate files for reliability.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 05:02:57 +01:00
..
htdocs/luci-static/resources/view/secubox feat(waf): Update WAF scenarios with 2024-2025 CVEs and OWASP threats 2026-02-12 05:02:57 +01:00
root/usr fix(master-link): Rename RPCD to luci.master_link and flatten JSON output 2026-02-03 06:40:41 +01:00
Makefile fix(master-link): Rename RPCD to luci.master_link and flatten JSON output 2026-02-03 06:40:41 +01:00
README.md docs(master-link): Add README for both master-link packages 2026-02-03 07:16:22 +01:00

LuCI App Master-Link

LuCI web interface for SecuBox Master-Link mesh management.

Installation

opkg install luci-app-master-link

Requires secubox-master-link (pulled automatically as dependency).

Access

SecuBox > Mesh Management in the LuCI menu.

Tabs

Overview

Adapts to the node's role:

  • Master: Role badge, mesh stats (peers, depth, chain height), Generate Token button with QR-ready URL
  • Peer: Role badge, upstream master info, own depth, sync status
  • Sub-master: Upstream info + downstream peer count

Join Requests (master/sub-master only)

  • Table: hostname, IP, fingerprint, timestamp, status
  • Actions: Approve, Reject, Promote to sub-master
  • Auto-refresh every 10 seconds

Mesh Tree

  • Hierarchical view of master → peers → sub-masters → their peers
  • Depth indicators and role badges
  • Online/offline status per node

RPCD Methods

All calls go through luci.master_link ubus object:

Method Description
status Node status and mesh stats
peers List all peers with join details
tree Mesh topology tree
token_generate Create one-time join token
approve Approve, reject, or promote a peer
token_cleanup Remove expired tokens

Files

File Purpose
root/usr/share/luci/menu.d/luci-app-master-link.json Menu entry
root/usr/share/rpcd/acl.d/luci-app-master-link.json ACL permissions
root/usr/libexec/rpcd/luci.master_link RPCD endpoint
htdocs/luci-static/resources/view/secubox/master-link.js LuCI view

License

Apache-2.0