Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/garethmsheldon/cve-2026-22557-unifi-detection
Vulnerability AnalysisThreat IntelligenceIntrusion DetectionLog Analysis
GitHubgarethmsheldon/cve-2026-22557-unifi-detection

cve-2026-22557-unifi-detection

Detection content for CVE-2026-22557 — UniFi Network Application unauthenticated path traversal (CVSS 10.0). Includes YARA, Sigma, KQL, Splunk SPL, Sysmon config, and a bash detection script.

View Repository
5 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-22557 — UniFi Network Application Detection

FieldDetail
CVECVE-2026-22557
Published2026-03-19
CNAHackerOne
CVSS Score10.0 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
VendorUbiquiti Inc
ProductUniFi Network Application

Description

A path traversal vulnerability in the UniFi Network Application allows a remote unauthenticated attacker to read arbitrary files from the underlying system. These files can be manipulated to gain access to an underlying account.

Affected Versions

BranchAffectedPatched
Stable< 10.1.8910.1.89
Release Candidate< 10.2.9710.2.97
UniFi Express (UX)< 9.0.1189.0.118

Repository Structure

root@kitploit:~
.
├── docs/
│   └── mitre_attack.md          # MITRE ATT&CK mapping
├── kql/
│   └── cve_2026_22557.kql       # Microsoft Sentinel / Defender KQL queries
├── sigma/
│   └── cve_2026_22557.yml       # Sigma rule for path traversal detection
├── splunk/
│   └── cve_2026_22557.spl       # Splunk SPL searches
├── src/
│   └── lab/
│       └── nginx.conf           # Lab reverse proxy config for testing
├── sysmon/
│   └── sysmon_config_snippet.xml # Sysmon config additions
├── yara/
│   └── cve_2026_22557.yar       # YARA rule for HTTP log scanning
└── detect.sh                    # Standalone bash detection script

Detection Coverage

ArtefactWhat It Catches
detect.shVersion check, log scan, network exposure, file integrity
yara/Path traversal patterns in HTTP access logs
sigma/Generic SIEM rule for web server and UniFi logs
kql/Microsoft Sentinel and Defender for Endpoint queries
splunk/Splunk SPL for web and UniFi log sources
sysmon/File read events from sensitive paths by java.exe / mongod

Remediation

  1. Patch to the fixed version for your branch (see table above).
  2. Restrict port 8443 to management networks only. Never expose to the internet.
  3. Review UniFi logs for traversal patterns prior to patching.
  4. Rotate credentials if compromise is suspected.

References

  • Ubiquiti Security Advisory Bulletin 062
  • NVD Entry
Download Tool