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
CVE-2026-55726 — CVE-2026-55726: Publicly Listable Azure Blob Storage Container (device logs) - Gardyn (ICSA-26-183-03) | Kitploit
Tools/GitHubGitHub/michaeladamgroberman/cve-2026-55726
ReconnaissanceIoT SecurityVulnerability AnalysisInformation GatheringCloud SecurityMisconfiguration
GitHubmichaeladamgroberman/cve-2026-55726

CVE-2026-55726

CVE-2026-55726: Publicly Listable Azure Blob Storage Container (device logs) - Gardyn (ICSA-26-183-03)

View Repository
1 month 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-55726: Publicly Listable Azure Blob Storage Container (device logs)

Advisory

FieldValue
CVECVE-2026-55726
ICSAICSA-26-183-03 (Gardyn IoT Hub)
CVSS 3.15.3 (Medium)
Vector (3.1)CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Vector (4.0)CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CWECWE-497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere)
ResearcherMichael Groberman
Published2026-07-02
Coordinated findingGr0m-017 (public blob container device-log)

Product

FieldValue
VendorGardyn
ProductGardyn Home Kit, Gardyn Studio
ComponentCloud API / Azure Blob Storage (device-log container)
Affected Versions

Summary

The Azure Blob Storage container used for Gardyn device logs is publicly listable without authentication. A malicious user can enumerate and read any device log file in the container. Logs were available from approximately May 2020 through disclosure (5+ years).

Vulnerability Details

The device-log container permits anonymous listing and object read. Exposed content includes:

Impact is information disclosure, device fingerprinting, and internal-network reconnaissance (SSID names and paths support targeting).

Mapping to coordinated findings

AspectDetail
Gr0m-017Public blob container device-log, unauthenticated listing, logs from May 2020+

Remediation

Per ICSA-26-183-03, Gardyn states the IoT Hub deployed infrastructure has been updated to address the listed vulnerabilities.

  1. Set the container access level to Private.
  2. Require SAS tokens (scoped, short-lived) for any required access.
  3. Audit existing objects; redact sensitive data (SSIDs, paths, credentials) from logs.

Researcher: Michael Groberman (Gr0m) · Case: CERT/CC VU#653116 · Advisory: ICSA-26-183-03

Download Tool
Home Firmware < master.627, Studio Firmware < master.627, Cloud API < 2.12.2026
DataExample / note
Device ID hashespresent in filenames
WiFi SSID namesincluding internal SSIDs such as Gardyn-Office
Internal script pathsfilesystem layout of device software
System configurationsdevice settings
Firmware versionsfingerprinting / targeting
Boot sequencesstartup behavior
Cron configurationsscheduled task detail
Error logsstack traces
CWE reconciliationResearcher tracking classified CWE-200; CISA assigned the more specific CWE-497
Distinct fromCVE-2025-10681 / Gr0m-004 (hardcoded blob credential) and Gr0m-011 (write-capable SAS token). This finding is the unauthenticated listing/read of the log container itself